• I have just started getting http errors when attempting to upload images for my webstore. I have tried using the broser uploader instead but this just gives me a 404 error page not found. I also cannot upload any plugins.

    I’m not very tech savvy and it was working fine last week so I’m not sure what has happened between now and then.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Make sure that a plugin is not creating these issues.

    Firstly, disable all plugins and try again to upload an image. If it works, then begin enabling each plugin one by one to figure out which was causing errors.

    If this does not help revert to TwentyFifteen theme to rule out any theme specific issues.

    Let me know once you have tried these steps if there are any chances.

    Not sure about browser uploader, but one simple thing you can try is to go to Settings > Media. Uncheck the box that says “Organize my uploads into month- and year-based folders”. Then hit save.

    Then – re-check the box and hit save.

    Now go try to upload an image.

    Not sure about browser uploader, but one simple thing you can try is to go to Settings > Media. Uncheck the box that says “Organize my uploads into month- and year-based folders”. Then hit save.

    Then – re-check the box and hit save.

    Now go try to upload an image.

    I try but the same

    output_buffering 4096 4096
    output_handler no value no value
    post_max_size 20M 20M
    precision 14 14
    realpath_cache_size 16K 16K
    realpath_cache_ttl 120 120
    register_argc_argv Off Off
    report_memleaks On On
    report_zend_debug On On
    request_order GP GP
    sendmail_from no value no value
    sendmail_path /usr/sbin/sendmail -t -i [email protected] /usr/sbin/sendmail -t -i [email protected]
    serialize_precision 17 17
    short_open_tag Off Off
    SMTP localhost localhost
    smtp_port 25 25
    sql.safe_mode Off Off
    sys_temp_dir no value no value
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 20M 20M
    upload_tmp_dir /var/www/clients/client0/web1/tmp /var/www/clients/client0/web1/tmp
    user_dir no value no value
    user_ini.cache_ttl 300 300
    user_ini.filename .user.ini .user.ini
    variables_order GPCS GPCS
    xmlrpc_error_number 0 0
    xmlrpc_errors Off Off
    zend.detect_unicode On On
    zend.enable_gc On On
    zend.multibyte Off

    I FOUND MY ERROR AT LAST
    IF U HAVE THIS ERROR FROM SERVER UBUNTU WITH ISPCONFIG 3 MANAGEMENT THIS IS THE RESOLV :

    If you install ISPConfig 3 on a Ubuntu Server using Falko Timme tutorial from here and you use PHP-FPM with Apache you may get a “ERROR 500 – Internal Server Error!” message.
    Error message :
    ERROR 500 – Internal Server Error!
    The following error occurred:
    The requested URL caused an internal server error.
    If you get this message repeatedly please contact the webmaster.
    To resolve this edit :
    etc/apache2/mods-available/fcgid.conf
    and add or edit the line “MaxRequestLen 15728640″ to set the Request Limit to 15MB. The resulting file should contain these settings:

    AddHandler fcgid-script .fcgi
    FcgidConnectTimeout 20
    MaxRequestLen 15728640
    Warning : this will limit your upload file size to 15M.
    Save the changes and restart apache:
    /etc/init.d/apache2 restart

    Best regards

    Glad you got it figured out!

    to set the Request Limit to 15MB.

    Don’t you think that’s too big for webstore pictures??

    Only me work in back office :D, is not a problem

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Uploading pictures – not working http error’ is closed to new replies.