Are you seeing the ‘Publish-Processing of Symbol Failed’ error in WordPress?

This mistake in most cases happens if you end up importing a picture record to WordPress the use of the integrated media uploader.

On this article, we can display you the way to simply repair the ‘Publish-Processing of Symbol Failed’ add error in WordPress.

How to Fix Post-Processing of Image Failed Error in WordPress

What Reasons the ‘Publish-Processing of Symbol Failed’ Error?

While you upload a picture to a publish or the media library to your WordPress website online, a number of issues occur. The picture record is uploaded on your WordPress web hosting server, an attachment web page is created for the picture, and a PHP symbol modifying module plays some post-processing.

Sadly, now and again all the way through the picture add procedure you might even see a WordPress error message like this:

‘Publish-processing of the picture most probably failed since the server is busy or does no longer have sufficient sources. Importing a smaller symbol might assist. Instructed most measurement is 2500 pixels.’
The Post-Processing of Image Failed Error Message

Fortuitously, this WordPress error message supplies reasonably numerous element. It tells you that the issue came about when post-processing the picture in WordPress and suggests there is also an issue together with your internet server.

The mistake message additionally suggests a conceivable answer. It recommends you add a smaller symbol this is no better than 2500 pixels in its longest size.

With that being mentioned, let’s check out the way to repair the ‘Publish-Processing of Symbol Failed’ error in WordPress.

1. Make Certain The HTTP Error is Now not Transient

First, you will have to test to ensure that there are not any particular characters within the record identify, corresponding to an apostrophe. If it does, you then will have to rename the picture record.

Subsequent, you will have to wait a couple of mins after which check out importing your symbol record once more. In case your server was once merely busy because the message suggests, then it’ll had been led to by way of abnormal site visitors or low server sources.

Issues like those are routinely fastened on maximum WordPress web hosting servers.

In the event you’re nonetheless having symbol add problems after ready some time, then you’ll check out importing a special record. It’s essential additionally check out clearing your browser cache or the use of a special internet browser.

In the event you nonetheless see the ‘Publish-Processing of Symbol Failed’ error after attempting those steps, then the issue isn’t a short lived glitch, and also you will have to learn directly to proceed troubleshooting.

2. Building up WordPress Reminiscence Restrict

The mistake message means that your server would possibly not have sufficient sources. Let’s build up the volume of reminiscence this is to be had to WordPress.

It is very important build up the volume of reminiscence PHP can use to your server. You’ll do that by way of including the next code on your wp-config.php record.

outline( 'WP_MEMORY_LIMIT', '256M' );

This code will increase the WordPress reminiscence restrict to 256MB, which will have to be sufficient to mend any reminiscence restrict problems.

You may additionally like to test whether or not the record is bigger than your website online’s add restrict. To do that, see our information on the way to build up the utmost record add measurement in WordPress.

Check current file upload size limit

In case your WordPress web hosting corporate does no longer mean you can build up reminiscence restrict, then you could want to transfer to a controlled WordPress web hosting supplier like SiteGround or WP Engine.

3. Optimize the Symbol to Make It Smaller

The mistake message says that importing a smaller symbol might assist. It recommends that the longest fringe of your symbol shouldn’t have any greater than 2500 pixels.

When beginning a brand new weblog, many newcomers merely add photographs with out optimizing them for the internet. Now not most effective can that motive an error message like this one, however those massive symbol recordsdata will even make your website online slower.

Having a gradual website online will harm your general search engine marketing scores.

To optimize the picture, it is important to use a picture modifying device to avoid wasting within the optimum record structure (corresponding to JPEG, PNG, or GIF), resize the picture dimensions to a smaller measurement, and compress the picture to make the record measurement smaller once more.

For step-by-step directions, see our information on the way to optimize photographs for internet efficiency with out shedding high quality. This covers the way to optimize your photographs, in addition to the most efficient equipment and practices to make use of for symbol optimization.

It’s vital to notice that now and again this mistake message can also be noticed even if importing smaller photographs. In the event you see the mistake even if importing optimized photographs, you then’ll want to transfer to your next step of troubleshooting.

4. Exchange Symbol Editor Library Utilized by WordPress

WordPress post-processes photographs the use of two PHP modules, ImageMagick and GD Library. WordPress might use both of them relying on which is to be had.

On the other hand, ImageMagick can run into reminiscence problems that may motive mistakes all the way through symbol uploads. To mend this, you’ll make the GD Library your default symbol editor.

You’ll do that by way of merely including this code on your theme’s purposes.php record or a site-specific plugin.

serve as wpb_image_editor_default_to_gd( $editors ) {
    $gd_editor = 'WP_Image_Editor_GD';
    $editors = array_diff( $editors, array( $gd_editor ) );
    array_unshift( $editors, $gd_editor );
    go back $editors;
}
add_filter( 'wp_image_editors', 'wpb_image_editor_default_to_gd' );

After including this code, you will have to check out importing the picture once more.

We are hoping this instructional helped you learn to repair the ‘Publish-Processing of Symbol Failed’ error in WordPress. You might also need to see our information on the way to get started a podcast in WordPress, and our detailed instructional on the way to simply create a staging website in WordPress.

In the event you favored this text, then please subscribe to our YouTube Channel for WordPress video tutorials. You’ll additionally in finding us on Twitter and Fb.

The publish Repair Publish-Processing of Symbol Failed Error in WordPress first seemed on WPBeginner.

WordPress Maintenance

[ continue ]