Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • I was hopeful about replacing jquery, but sadly it hasn’t helped.

    I believe I’m dealing with a Windows server as well. I’m pursing the fix of “Install and enable JSON extension for PHP”, so we’ll see. Some searching says that might be part of the default install of PHP on a server, so I’m not sure what to expect!

    If anyone else has found a solution, please post!

    Thread Starter Reaxion

    (@reaxion)

    Thanks!

    I honestly wouldn’t have touched that part of the code as I thought it was solid, ha ha!

    Thanks again!

    Hockeyfreak solved this for me!

    My htaccess file didn’t have the code he suggested at all, commented out or otherwise – I simply pasted in the code after whatever was already there and it works! I’ve added it to all my WordPress sites!

    I would say this might be a host by host problem and you might have to find your own fix, but luckily so far all the sites with problems are sites I resell hosting for with the same host.

    Again, this is what I pasted to fix my http error:
    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    Thanks!

Viewing 3 replies - 16 through 18 (of 18 total)