Autoptimize 2.4.0 breaks client site
-
I get the following errors in the php error log when the site is using the latest Autoptimize:
[27-Sep-2018 12:57:25 UTC] PHP Warning: require(/home4/***/public_html/wp-content/plugins/autoptimize/classes/autoptimizeCache.php): failed to open stream: No such file or directory in /home4/***/public_html/wp-content/plugins/autoptimize/autoptimize.php on line 71 [27-Sep-2018 12:57:25 UTC] PHP Warning: require(/home4/***/public_html/wp-content/plugins/autoptimize/classes/autoptimizeCache.php): failed to open stream: No such file or directory in /home4/***/public_html/wp-content/plugins/autoptimize/autoptimize.php on line 71 [27-Sep-2018 12:57:25 UTC] PHP Fatal error: require(): Failed opening required '/home4/***/public_html/wp-content/plugins/autoptimize/classes/autoptimizeCache.php' (include_path='.:/opt/php70/lib/php') in /home4/***/public_html/wp-content/plugins/autoptimize/autoptimize.php on line 71 [27-Sep-2018 12:57:26 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 75497472 bytes) in /home4/***/public_html/wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/Minifier.php on line 286 [27-Sep-2018 12:57:26 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
The site will not load at all until the plugin is completely deleted. I tried upgrading the PHP version from 5.6 to 7.0 and increasing the memory limit via php.ini but it didn’t help. Once it had been upgraded to 7.0 I got this message when trying to load the site, whereas before it would either time out or end up with a database connection error:
Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Deleted for now.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Autoptimize 2.4.0 breaks client site’ is closed to new replies.