• I’m trying to access the reSmush.it options page, but it’s getting me an HTTP 500 error page.

    Does this have to do with my PHP version? I’m currently on PHP 5.4 and I don’t see a minimum PHP version for this plugin (not sure if this matters or not).

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor reSmush.it

    (@resmushit)

    Hi ddesk,

    IMO, PHP 5.4 doesn’t like some PHP functions of the plugin. Have a look at your PHP error file and copy/paste errors.

    Best regards,
    Charles

    Thread Starter ddesk

    (@ddesk)

    I’m getting a bunch of errors on line 312, here’s one of them:

    PHP Warning: filesize(): stat failed for /var/www/vhosts/deleted.com/httpdocs/wp-content/uploads/2015/06/uw_07.jpg in /var/www/vhosts/deleted.com/httpdocs/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 312

    There was one on line 308:

    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8208 bytes) in /var/www/vhosts/deleted.com/httpdocs/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 308

    Plugin Contributor reSmush.it

    (@resmushit)

    Hi,

    On the first message, one of your picture has been deleted on the server, but is still referenced in the DB.

    On the 2° error, your PHP memory_limit is set to 256M which can be a little short for your WordPress. Ask your host provider to increase this value to 384M.

    Best regards,
    Charles

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTP 500 Error’ is closed to new replies.