akudinov
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] optimize.cls.php errorI added the modified version
if (gettype($src) == 'array') { error_log("\nstart-mark\n","3","/var/www/wordpressb0988/app/log/lscwp.log"); error_log($src,"3","/var/www/wordpressb0988/app/log/lscwp.log"); error_log("\nend-mark\n","3","/var/www/wordpressb0988/app/log/lscwp.log"); }
and get a bunch of these
start-mark end-mark start-mark end-mark start-mark end-mark start-mark end-mark start-mark end-mark start-mark end-mark start-mark end-mark start-mark end-mark start-mark end-mark start-mark end-mark
Forum: Plugins
In reply to: [LiteSpeed Cache] optimize.cls.php errorSeemingly most of the actions on the site trigger it – this one from access.log
172.70.38.161 – – [31/Mar/2021:22:42:23 +0000] “GET /cart/ HTTP/2” 200 19494 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36”
Triggers this in error.log
2021-03-31 22:42:25.127407 [NOTICE] [795] [STDERR] PHP Warning: strpos() expects parameter 1 to be string, array given in /var/www/app/wp-content/plugins/litespeed-cache/src/optimize.cls.php on line 223
2021-03-31 22:42:25.127445 [NOTICE] [795] [STDERR] PHP Warning: strpos() expects parameter 1 to be string, array given in /var/www/app/wp-content/plugins/litespeed-cache/src/optimize.cls.php on line 223
2021-03-31 22:42:25.127487 [NOTICE] [795] [STDERR] PHP Warning: strpos() expects parameter 1 to be string, array given in /var/www/app/wp-content/plugins/litespeed-cache/src/optimize.cls.php on line 227