Home» »Wordpress 3.5 image upload error

Wordpress 3.5 image upload error


This problem occurs in many users wordpress version 3.5.1, the problem getting more difficult because in this version, the function of the non-ajax image upload has been removed since 3.5. This led to the blogger can not upload pictures to post them at all.

But strangely, this error message appears after the progress bar is complete, this is weird. It turns out I was right, after I fix this error, I get some of the same pictures, because I have tried several times, for the same image. Thus, the possibility of this error occurs only when displaying images that have been uploaded.

Here's how to fix the image wordpress upload error occurred on wordpress version 3.5 and 3.5.1.

Re-install Wordpress


What I mean by reinstall wordpress is not to remove your blog, but just to re-install your wordpress. To do this, please follow the steps below.

  1. Log into your WordPress Admin Dashboard and then go to Updates menu. See the screenshot below:
  2. You will see a new screen. Here you should click on "Re-install Now" button. See the screenshot below:

Disable Plugin


For this method, if an error uploading the image appears after you install a new plugin, or update a plugin, this step should be the first method before you reinstall your wordpress.

After all plugins disabled, then refresh the edit page, and tried to upload an image. If this does not work, you should not delete your plugin, because the error was not caused by the plugin.

Adding code in wp-config.php file


  1. Log into Cpanel page, then navigate to your wordpress installation folder
  2. Now open the wpconfig.php file
  3. Find this line
    require_once(ABSPATH . 'wp-settings.php');
  4. Add the following code just before it
    define('CONCATENATE_SCRIPTS', false );
  5. If you have issues in finding
    require_once(ABSPATH . 'wp-settings.php');
    then find
    define('WP_DEBUG', false);
    and add code below before it:
    define('CONCATENATE_SCRIPTS', false );

Well i wish one of those method can fix your error upload image, comment below to make a question.

About Author:

Rahman Kurnia is a blogger, SEO fighter, who loves PHP, CSS, HTML and interested in js, ajax, c++ and much more. He love writing something informatif to help others, and to keep his knowledge on the internet.

Follow him @ Twitter | Facebook | Google +

0 comments:

Post a Comment

Like us on Facebook
Follow us on Twitter
Recommend us on Google Plus
Blog Widget by LinkWithin