Viewing 6 replies - 1 through 6 (of 6 total)
  • hello coragemdeser!!

    Sometimes, the error can appear just once, for a particular image, but if it persists, try the following solutions:

    1. Decrease the image’s size. Don’t add a 2000 x 1500 image, for example. If your post content area is 700px wide, don’t add an image larger than that.

    2. Change the image’s extension from .png to .jpg, or vice versa, then upload it again.
    3. If the problem appears after installing a plugin, deactivate it and try it again. Some plugins can trigger the error.

    Thread Starter coragemdeser

    (@coragemdeser)

    hey, I tried of all those it didnt work out, are there any other solutions?

    Hello @coragemdeser,

    Can you please specify error that you are getting?

    Kind Regards, Roman.

    hey coragemdeser, you can also try this:

    Add one of these codes in .htaccess:

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

    or

    # Exclude the file upload and WP CRON scripts from authentication
    <FilesMatch “(async-upload\.php|wp-cron\.php|xmlrpc\.php)$”>
    Satisfy Any
    Order allow,deny
    Allow from all
    Deny from none
    </FilesMatch>

    or

    AddType x-mapp-php5 .php (at the very top of your .htaccess file)

    Thread Starter coragemdeser

    (@coragemdeser)

    they are uploading, now of a sudden. And I did nothing. Thanks for the help anyway!

    welcome and keep it up.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images not uploading’ is closed to new replies.