Hi,
I'm new to Xampp. I'm running it on my Windows PC with a Wordpress copy from my production server.
The site mostly works, but if I switch between pages, after a few clicks I will get a blank screen or critical Wordpress error.
The error log shows:
[Mon Feb 22 13:59:27.880280 2021] [php7:error] [pid 8032:tid 1792] [client ::1:52051] PHP Fatal error: Out of memory (allocated 41943040) (tried to allocate 3252768 bytes) in C:\\xampp3\\htdocs\\wp-content\\plugins\\autoptimize\\classes\\external\\php\\minify-html.php on line 150, referer: http://localhost:8080/reviews-testimonials/
[Mon Feb 22 13:59:27.881277 2021] [php7:error] [pid 8032:tid 1792] [client ::1:52051] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0, referer: http://localhost:8080/reviews-testimonials/
I know a plugin is mentioned here, but that's a red herring. This error will show over and over with numerous plugins/scripts. The error appears at random, on any webpage after clicking around the site.
I've tried increasing the memory_limit in the php.ini file to lots of different values including '-1' and it's currently set to- memory_limit=1996M but this never fixes the issue and sadly, this is the only pointer I can seem to find when searching online.
Can anyone help with this?