Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Update: Error Fixed! ??

    After I added the memory limit to 64MB in wp-config.php

    define('WP_MEMORY_LIMIT', '64M');

    and added this to the .htaccess file

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    I waited 10 minutes and tried to upload files and everything worked perfectly!

    I am having the same issue with about 10 of my WordPress sites that I’ve made for clients. Didn’t have an issue with it until around April 2013 or so. I tried Zakir’s post and it didn’t help me. Anyone have any ideas?

    I am thinking this could this be an issue on the host side, because I had an issue with on of my Drupal sites, I fixed it by updating the temporary directory from “/tmp” (which worked fine in the past) to “tmp” in the setting. Drupal problem showed up at the same time as my wordpress HTML Error for uploading media.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)