• Resolved paobe0728

    (@paobe0728)


    Hi,
    After updating the plugin, I got a HTTP 500 ERROR. I had to uncheck the Optimize JavaScript Code option to fix the error.

    Can you help me resolve this issue?

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    Sure!

    First of all; can you have a look at your PHP-errorlog to see if there’s anything relevant in it?

    Now as far as fixing this concerned; can you try the following:
    1. open wp-content/plugins/autoptimize/autoptimize.php
    2. change line 156 from
    @include(AUTOPTIMIZE_PLUGIN_DIR.'classes/external/php/minify-2.3.1-jsmin.php');
    to
    @include(AUTOPTIMIZE_PLUGIN_DIR.'classes/external/php/minify-2.1.7-jsmin.php');
    3. save changes & try with JS optimization

    Alternatively you could try switching to the legacy minifiers as explained in the FAQ?

    frank

    That looks like it worked, thanks @futtta

    Plugin Author Frank Goossens

    (@futtta)

    great! did you switch to legacy minifiers, or did you change the code?

    Just the code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t load site after update’ is closed to new replies.