PHP Fatal error
-
I updated the dev environment of the website with the latest version of both plugins. The site now crashes.
The site is running PHP version 7.4.
Autodescription is version 5.0.6
The seo framework extension manager is version 2.6.3
The readme.txt files clearly states that PHP 7.4 and up is supported. What is I don’t understand is why does site/public/wp-content/plugins/the-seo-framework-extension-manager/bootstrap/load.php contain str_starts_with, since this is a PHP 8 function.Error log in debug.log
———————-[23-Sep-2024 10:49:12 UTC] : Uncaught Error: Class ‘Symfony\Polyfill\Php80\Php80’ not found in /site/vendor/symfony/polyfill-php80/bootstrap.php:32
Stack trace:PHP Fatal error
#0 /site/public/wp-content/plugins/the-seo-framework-extension-manager/bootstrap/load.php(278): str_starts_with(‘symfony\\polyfil…’, ‘tsf_extension_m…’)
#1 [internal function]: TSF_Extension_Manager\_autoload_classes(‘symfony\\polyfil…’)
#2 /site/vendor/symfony/polyfill-php80/bootstrap.php(32): spl_autoload_call(‘Symfony\\Polyfil…’)
#3 /site/public/wp-content/plugins/the-seo-framework-extension-manager/bootstrap/load.php(278): str_starts_with(‘qm_dispatchers’, ‘tsf_extension_m…’)
#4 [internal function]: TSF_Extension_Manager\_autoload_classes(‘qm_dispatchers’)
#5 /site/public/wp-content/plugins/query-monitor/collectors/php_errors.php(318): spl_autoload_call(‘QM_Dispatchers’)
#6 /site/public/wp-content/plugins/query-monitor/collectors/php_er in /site/vendor/symfony/polyfill-php80/bootstrap.php on line 32
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.