URGENT - Unable to upload images ... blank dialogue box

4 posts by 2 authors in: Forums > CMS Builder
Last Post: September 3, 2013   (RSS)

By gregThomas - September 3, 2013

Hi Terry,

Please could you fill in a second level support request for me? You can find the form here:

https://www.interactivetools.com/support/email_support_form.php

I will take a look into the issue immediately. 

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By gregThomas - September 3, 2013

Hi Terry,


The issue was that the htaccess file on the main site had a header for X-Frame-Options that was set to deny, this stops the site loading any iframes or frames. I've changed it to this in the htaccess file:

Header set X-Frame-Options SAMEORIGIN

This makes it so that only iframes from within your current website are allowed to load.


Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By terryally - September 3, 2013

Thanks very much Greg! Much appreciated.