Error 500 PHP Fatal error

Hi on my OJS v2.4.8.3 log I have an error
[05-May-2020 07:32:24 UTC] PHP Fatal error: Cannot use ‘String’ as class name as it is reserved in /home/***/my-domain/lib/pkp/classes/core/String.inc.php on line 57
and the page is white.
I am using PHP 5.6
Please any help?
Thank you

Hi @komir,

This issue is resolved in OJS 2.4.8-4 (and any OJS 3.x release); I’d suggest upgrading. It’s caused by a collision with the String class, which exists in older releases of OJS but is also included in recent releases of PHP.

Regards,
Alec Smecher
Public Knowledge Project Team