Plugin

Archived
Forum
(read-only)


For official support, visit the official support site »

Hop Edit This

ExpressionEngine 1.x, ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5, ExpressionEngine 6

Back to this add-on's main page
View Other Add-ons From Hop Studios

     

Load denied by X-Frame-Options

Support (Resolved)

mindsoul
mindsoul

Load denied by X-Frame-Options,

i’m trying to make an upgrade from 2.5.3 to 2.7.2 ee

i installed the ee 2.7.2 on a different domain (clone), and now i get this error in firebug
Load denied by X-Frame-Options: http://www….does not permit cross-origin framing.

normally on my site i use jquery and fancybox , similar to ligtbox to pop up the edit panel.

Have you any idea why i get this error?

It will pop up a blank page,
if i copy the url from the button and paste it in address bar it’s working.

best regards.

Travis Smith
# 1
Developer
Travis Smith

The edit_this module doesn’t do anything with frames; but it could be that fancybox creates a frame and then loads the CP into it.  If so, and your CP is on a different domain than your public site, then you might get this error.

One way would be to create a CP access point on the public domain with admin.php.

Another way would be to configure your web server to send a header that allows the other domain to be served in a frame:
https://developer.mozilla.org/en-US/docs/HTTP/X-Frame-Options

Good luck!