• Hi Guys, I’ve just uploaded WordPress version 4.0 onto a server that uses PHP 5.2 and am getting a ‘HTTP Error’ when trying to upload anything via the media uploader. The hosting company have tried switching to PHP 5.4 but this still doesn’t resolve the issue. I was also having a problem updating some of the imported posts and would get a 404 page with ‘Permssion Denied’ and nothing else on it until I removed all source code formatting and reimported plain text to the visual composer. I’ve read somewhere that this may be a ‘mod_security’ issue or a server side setting that is stopping things from working, has anyone got any suggestions as how to resolve the issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Matt

    (@emkadia)

    Also, if I have a number of page’s in the ‘bin’ it wont let me ’empty bin’ and remove them all in one go and displays the ‘Permission Denied’ 404 page again, however, if I delete them one by one I can do this without any problems….

    Thread Starter Matt

    (@emkadia)

    Anyone? – really need to resolve this issue otherwise it looks like a change in web host. To add to this thread, I also have two sites using the same version of wordpress, same theme, and same plugins running on another server and that works fine with absolutely no errors whatsoever… all arrows point to server issue

    first find exact error. Debug it.

    go to wp-config.php
    find define(‘WP_DEBUG’, false);
    change false to true.

    then tell us whats your error is. even you will get the idea about that error.

    And don’t forget to change that line back after resolving it. from true -> false

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTP Error with Media Uploader – WP4.0 and PHP5.2 or 5.4’ is closed to new replies.