• Resolved stojkovic011

    (@stojkovic011)


    I have problem when i try to upload images to media library, tried with disabled plugins, host support didn’t help. They told me to change php limits-done, but still can not upload media.
    Please help me
    Tnx in advice

Viewing 4 replies - 1 through 4 (of 4 total)
  • What is the full text of error message.

    Thread Starter stojkovic011

    (@stojkovic011)

    on media library is http error

    If the increasing of PHP Memory limit doesn’t help than then your server may have mod_security, and it might be causing problems.

    You should disable it to see for the solution. To do this, make an .htaccess file in your wp-admin directory. Add the following code to it:

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

    Let me know if this helps or not.

    Thread Starter stojkovic011

    (@stojkovic011)

    Thank you

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

The topic ‘http error’ is closed to new replies.