Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running reparser command (phpbb3.2) #710

Closed
rubencm opened this issue Mar 11, 2018 · 1 comment
Closed

Error running reparser command (phpbb3.2) #710

rubencm opened this issue Mar 11, 2018 · 1 comment

Comments

@rubencm
Copy link

rubencm commented Mar 11, 2018

> bin/phpbbcli.php reparser:reparse

PHP Fatal error:  Uncaught Error: Call to undefined method Symfony\Component\Console\Formatter\OutputFormatter::escapeTrailingBackslash() in /var/www/xxx/vendor/symfony/console/Style/SymfonyStyle.php:91
Stack trace:
#0 /var/www/xxx-phpbb/phpbb/console/command/reparser/reparse.php(217): Symfony\Component\Console\Style\SymfonyStyle->section('Reparsing conta...')
#1 /var/www/xxx-phpbb/phpbb/console/command/reparser/reparse.php(152): phpbb\console\command\reparser\reparse->reparse('text_reparser.c...')
#2 /var/www/xxx-phpbb/ext/board3/portal/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): phpbb\console\command\reparser\reparse->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www/xxx-phpbb/ext/board3/portal/vendor/symfony/console/Symfony/Component/Console/Application.php(882): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\ in /var/www/xxx-phpbb/vendor/symfony/console/Style/SymfonyStyle.php on line 91

I solved it by running this in extension folder, dont know if can cause other issues, but that error is gone

composer update symfony/console --with-dependencies

@marc1706
Copy link
Member

marc1706 commented Sep 4, 2021

Should be solved now that symfony is no longer one of the dependencies.

@marc1706 marc1706 closed this as completed Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants