PHP Fatal error: Uncaught Error: Interface ‘Stringable’ not found
-
Just upgraded from 4.7.0 to 4.10.0 and now getting this when deploying the site:
cd /var/www/vhosts/example.com/releases/154 && (./wp-cli.phar language core install en_GB) PHP Fatal error: Uncaught Error: Interface 'Stringable' not found in /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Dsn.php:12 Stack trace: #0 phar:///var/www/vhosts/example.com/releases/154/wp-cli.phar/vendor/composer/ClassLoader.php(478): include() #1 phar:///var/www/vhosts/example.com/releases/154/wp-cli.phar/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile('/var/www/vhosts...') #2 [internal function]: Composer\Autoload\ClassLoader->loadClass('Sentry\\Dsn') #3 /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Options.php(730): spl_autoload_call('Sentry\\Dsn') #4 /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/symfony/options-resolver/OptionsResolver.php(822): Sentry\Options->validateDsnOption('https://ff04bcb...') #5 /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/symfony/o in /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Dsn.php on line 12 Fatal error: Uncaught Error: Interface 'Stringable' not found in /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Dsn.php:12 Stack trace: #0 phar:///var/www/vhosts/example.com/releases/154/wp-cli.phar/vendor/composer/ClassLoader.php(478): include() #1 phar:///var/www/vhosts/example.com/releases/154/wp-cli.phar/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile('/var/www/vhosts...') #2 [internal function]: Composer\Autoload\ClassLoader->loadClass('Sentry\\Dsn') #3 /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Options.php(730): spl_autoload_call('Sentry\\Dsn') #4 /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/symfony/options-resolver/OptionsResolver.php(822): Sentry\Options->validateDsnOption('https://ff04bcb...') #5 /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/symfony/o in /var/www/vhosts/example.com/releases/154/web/app/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Dsn.php on line 12
PHP 7.4.25
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Fatal error: Uncaught Error: Interface ‘Stringable’ not found’ is closed to new replies.