Copy link to clipboard
Copied
Hello Guys,
We recently upgraded our site (https://globalmissionsnow.org/) from CF2016 to coldfusion 2021. Since then donate now, Contact pages submit etc button no longer respond. Upon inspection on the console it is saying
Blocked opening in a new window because the request was made in a sandboxed frame whose"allow-popups" permission is not set.
We also get "sandbox', 'allow-forms allow-modals allow-popups allow-same-origin allow-scripts" not set
Copy link to clipboard
Copied
I'm not aware of any cf change to explain all that.
Did you also put the new cf on a new server? New version of your OS? New web server version? Those may be what introduced the changes.
Knowing that, look into the problem WITHOUT respect to cf, and you may find many other explanations online.
Or perhaps someone more familiar with the issue(s) may chime in.
Copy link to clipboard
Copied
Thanks Charlie,
We unfortunately cannot wait to work on this fix. We have decided to buy and migrate the contents to another site in Godaddy website builder. We dont have the recourses to spend on the Javascript and CSS errors fixes based on the migration from CF2016 to 2021 at the moment. We had the site running for 10+ years in coldfusion.
Copy link to clipboard
Copied
Hi @walt , what you're getting are all front-end errors. That is, errors related to Javascript and CSS. They are unrelated to the ColdFusion server at the back-end, as Charlie rightly suggested.
From what I can see, clicking on the Donate button is blocked for security reasons. You can get information about the cause of the errors yourself. To do so, proceed as follows:
The Donate button is visible in my example. Let's suppose that opening Developer Tools obscures the button in your case. Then you should move the vertical panel-line separating the web-page and the Developer Tools until you are able to see the button.
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation"​
Copy link to clipboard
Copied
Thanks BKBK,
We unfortunately cannot wait to work on this fix. We have decided to buy and migrate the contents to another site in Godaddy website builder. We dont have the recourses to spend on the Javascript and CSS errors fixes based on the migration from CF2016 to 2021 at the moment. We had the site running for 10+ years in coldfusion.
Copy link to clipboard
Copied
@walt , there has actually been a change in the front-end of your homepage. The 'Donate Now' button has been replaced by a link. That further confirms that the problems you were having were unrelated to ColdFusion.