• Hi

    I’m hoping someone can help, I’m getting the following error in a WordPress gallery:

    Output file write error — out of disk space? `/home/cobham/public_html/wp-content/uploads/2013/05/RND15-920×575.jpg’ @ error/jpeg.c/JPEGErrorHandler/316

    The site is image rich but all images have been compressed and smushed, I have read that I need to increase the memory in the php.ini file. I created the following ini file and uploaded it to the root:

    <? phpinfo(); ?>
    memory_limit = 128M

    The gallery re-appeared but had the following error message:

    Warning: imagejpeg() [function.imagejpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/cobham/public_html/wp-includes/class-wp-image-editor.php on line 334

    I’m not good at programming at all, so any help with resolving this would be appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kathrynws

    (@kathrynws)

    Line 334 in wp-includes/class-wp-image-editor.php is:

    $result = call_user_func_array( $function, $arguments );

    Output file write error — out of disk space?

    This seems to indicate that you are literally running out of hosting space. Have you checked that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Memory error in Gallery’ is closed to new replies.