Uploading an Image is hanging

Permalink
Hi,

I've been working with Concrete5 for a couple of years, but I have suddenly become stumped and tried everything to fix this bar downloading a fresh copy of Concrete5 to use.

So I built a new site, and was uploading images fine until I went away over Christmas. I came back and was about to update the images to more compressed sizes, and now nothing will upload.

This is NOT a server side issue, I have other sites on the same server working fine, and I've checked all the PHP ini settings, looked all over the forum for fixes, tried them all, everything *was* working, no changes to the server.

The only things I have changed on this site would be in the HTACCESS but I have removed all my changes from there to be as it was before.

My 'Files' folder was last modified on the 5th December. It's permissions are fine.

I have updated from 5.6.3.3 to 5.6.3.4 to try and fix it (hoping it would fix any issues)


# concrete5 Version
5.6.3.4

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 32M
post_max_size - 16M

Anyone have any other suggestions?

I have no core file changes, so I don't think replacing the files will make any difference.

pixelhero
 
pixelhero replied on at Permalink Reply
pixelhero
Ok, It was the following line in my htaccess:

# Don't allow any pages to be framed by my site or any others
Header set X-Frame-Options DENY


Concrete5 seems to require this ability to upload images, would be nice to leave it like that, but anyone else having this issue, change it to SAMEORIGIN