Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #267730

    Hi all, I’m having problems adding new image galleries to a portfolio item with the second language (Spanish). Every time I select the images and click “Upload” it takas longer than usual and the I get http error.

    I’m using WP 3.9.1, Enfold 2.7.1, WPML 3.1.5 and latest plugins.

    Any help is appreciated.

    Jorge.

    #267828

    Hi Jorge!

    Please give us more details – which error message do you get?

    Regards,
    Peter

    #268077

    Hi Peter, I’m editing the Spanish version of my portfolio items. I need to add or update an image gallery but when I select the images and start uploading it, it takes more time than usual and then I get the following:

    Error

    This just happens with the second language.

    #268133

    Hi!

    Please try to increase the allocated memory to 128M – insert this code into the wp-config.php file:

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

    For more information see: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    If the memory increase does not fix the issue try to follow the troubleshooting guide here: http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/

    Best regards,
    Peter

    #268148

    Hi Dude, I followed both tips an still get the error with Spanish translation. If I upload a new image in English (default language) I don’t get this error.

    Any other thing I can do to solve it?

    Thanks in advance.

    Jorge.

    #268420

    Hi!

    Thank you for the update.

    Please add this on the .htaccess file, below or above the code:

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

    If that doesn’t work, please ask your host, if possible, to upgrade the PHP version to 5 or higher. And if all else fails, deactivate all plugins then try to upload an image again.

    Best regards,
    Ismael

    #268779

    Hi, I finally deleted the portfolio item and re build it from scratch. Problem solved.

    Thanks for your help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘http error uploading images to gallery’ is closed to new replies.