Here’s an example of an error on 7.2.19 I had from the server logs:
PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 17592206083672 bytes) in D:\IIS_SITES\VHOSTS\thecraft-studio.com\httpdocs\wp-includes\option.php
and
PHP Fatal error: Field width 17592206083632 is too long in D:\IIS_SITES\VHOSTS\thecraft-studio.com\httpdocs\wp-includes\pomo\plural-forms.php on line 213
-
Diese Antwort wurde vor 5 Jahren, 8 Monaten von chucklebum0205 geändert.
@redlabs @la-geek – switching to 7.3.6 works fine for me – as does 7.1.3 – it seems the plesk upgrade to 7.2.19 causes huge memory problems (eg trying to allocate 17592gb memory to a task!). All of this goes away if switching to other php alternatives.
-
Diese Antwort wurde vor 5 Jahren, 8 Monaten von chucklebum0205 geändert.
@redlabs are you using Plesk by any chance? I’ve noticed a similar problem on my server and the only change is an automatic upgrade of php to 7.2.19 – 7.2.18 and there were no issues. I’m also on Windows IIS too.