Serious Problem! Http Error
-
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 wallbut 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 appearbtw here my website https://www.zapeline.com, please help me!
- The topic ‘Serious Problem! Http Error’ is closed to new replies.