Plugin not working in PHP 8
-
Good day
The plugin is giving the following error on PHP 8.
Warning: require(/wp-content/plugins/starfish-reviews/vendor/symfony/polyfill-ctype/bootstrap80.php): Failed to open stream: No such file or directory in /wp-content/plugins/starfish-reviews/vendor/symfony/polyfill-ctype/bootstrap.php on line 12 Fatal error: Uncaught Error: Failed opening required '/wp-content/plugins/starfish-reviews/vendor/symfony/polyfill-ctype/bootstrap80.php' (include_path='.:/usr/share/php') in /wp-content/plugins/starfish-reviews/vendor/symfony/polyfill-ctype/bootstrap.php:12 Stack trace: #0 /wp-content/plugins/starfish-reviews/vendor/composer/autoload_real.php(55): require() #1 /wp-content/plugins/starfish-reviews/vendor/composer/autoload_real.php(38): composerRequire6b2b6097b15b6832c1e3ea57acc8293a('320cde22f66dd4f...', '/usr/www/users/...') #2 /wp-content/plugins/starfish-reviews/vendor/autoload.php(25): ComposerAutoloaderInit6b2b6097b15b6832c1e3ea57acc8293a::getLoader() #3 /wp-content/plugins/starfish-reviews/starfish-reviews.php(39): include_once('/usr/www/users/...') #4 /wp-admin/includes/plugin.php(2314): include_once('/usr/www/users/...') #5 /wp-admin/plugins.php(192): plugin_sandbox_scrape('starfish-review...') #6 {main} thrown in /wp-content/plugins/starfish-reviews/vendor/symfony/polyfill-ctype/bootstrap.php on line 12
How can I fix this?
- The topic ‘Plugin not working in PHP 8’ is closed to new replies.