• Resolved alexalexie

    (@alexalexie)


    I have a serious problem, when I try to upload a picture that says http error, I’ve tried to :
    1.disable all plugins
    2.Clear browser cache
    3.Update Adobe Flash to the latest version
    4.activated default-to-gd plugin
    5.add this to .htaccess

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

    6.add this to wp-config

    AddType x-mapp-php5

    .php or this

    define(‘WP_MEMORY_LIMIT’, ’64MB’);

    7.add this to function.php

    add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );

    function change_graphic_lib($array) {
    return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
    }

    8.make info.php to /wp-admin/info.php <-wsod
    9.banging my head on the wall

    but no changes have occurred, i still can not:
    1.upload image
    2.can not approve, trash, spam comment
    3.can not set the widget
    4.can not change the theme
    5.picture on library does not appear

    btw here my website https://www.zapeline.com, please help me!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi, alexalexie, & welcome. Could you please provide us w/the error message you get when trying to upload images, etc.?

    Thread Starter alexalexie

    (@alexalexie)

    massage is “http error”, can u help me?

    Firstly, make sure there are no spaces in the filename. Make sure also that the file does not exceed the upload file size limit. Your web hosting control panel may have a way to increase the file size limit in php.ini.

    Thread Starter alexalexie

    (@alexalexie)

    i have made php.ini in web root and add this to it

    memory_limit = 16M;
    max_execution_time = 45;
    upload_max_filesize = 10M;
    post_max_size = 20M;

    but i still cant upload standard image 624×342, i can upload bigger image 1000x100px

    alexalexie, what sort of hosting do you have, i.e., shared, vps, dedicated?

    2nd, Please re-upload all WordPress files. Let’s start there, & see if the problems you’re having don’t go away. It just sounds to me like a corrupted install.

    Thread Starter alexalexie

    (@alexalexie)

    i have reupload wordpress files and its work,,, abletec your lifesaver

    Very good, alexalexie. What flavor lifesaver–orange, cherry, grape? Lol! In case you don’t know, lifesaver is also a brand of American candy lol. Seriously, glad I could help. Would you please be so kind as to mark this thread as ‘resolved’? Thanks, & it was really nice making your acquaintance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Serious Problem! Http Error’ is closed to new replies.