PHP 8.0 not working
-
Hi,
I think some had discussions wbout 8.0
I am having issues with the website not working with it.
fine with 7.4
when I check PHP compatibility i get these errors with woocommerce
PHP 8.0 incompatibilities: FILE: vendor/opis/string/src/Exception/InvalidCodePointException.php FOUND 1 ERRORS AND 0 WARNINGS AFFECTING 1 LINES 18 | ERROR | ‘string’ is a reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) FILE: vendor/opis/string/src/Exception/InvalidStringException.php FOUND 1 ERRORS AND 0 WARNINGS AFFECTING 1 LINES 18 | ERROR | ‘string’ is a reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) FILE: vendor/opis/string/src/Exception/UnicodeException.php FOUND 1 ERRORS AND 0 WARNINGS AFFECTING 1 LINES 18 | ERROR | ‘string’ is a reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE) FILE: vendor/opis/string/src/UnicodeString.php FOUND 1 ERRORS AND 0 WARNINGS AFFECTING 1 LINES 18 | ERROR | ‘string’ is a reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace (T_NAMESPACE)
The topic ‘PHP 8.0 not working’ is closed to new replies.