You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today started using the JMSTranslationBundle and got this not so helpful error.
[PHPParser_Error]
Unexpected token '.' on line 13
Exception trace:
() at [...]\vendor\nikic\php-parser\lib\PHPParser\Parser.php:1003
PHPParser_Parser->parse() at [...]\vendor\jms\translation-bundle\JMS\TranslationBundle\Translation\Extractor\FileExtractor.php:145
JMS\TranslationBundle\Translation\Extractor\FileExtractor->extract() at [...]\vendor\jms\translation-bundle\JMS\TranslationBundle\Translation\ExtractorManager.php:129
JMS\TranslationBundle\Translation\ExtractorManager->extract() at [...]\vendor\jms\translation-bundle\JMS\TranslationBundle\Translation\Updater.php:233
JMS\TranslationBundle\Translation\Updater->setConfig() at [...]\vendor\jms\translation-bundle\JMS\TranslationBundle\Translation\Updater.php:124
JMS\TranslationBundle\Translation\Updater->process() at [...]\vendor\jms\translation-bundle\JMS\TranslationBundle\Command\ExtractTranslationCommand.php:113
JMS\TranslationBundle\Command\ExtractTranslationCommand->execute() at [...]\vendor\symfony\symfony\src\Symfony\Component\Console\Command\Command.php:239
Symfony\Component\Console\Command\Command->run() at [...]\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:193
Symfony\Component\Console\Application->doRun() at [...]\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:78
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at [...]\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:106
Symfony\Component\Console\Application->run() at [...]\Admin\app\console:22
I traced the error using the debugger, but it would be very helpful to include the file path that has the syntax error in the message as well.
The text was updated successfully, but these errors were encountered:
Today started using the JMSTranslationBundle and got this not so helpful error.
I traced the error using the debugger, but it would be very helpful to include the file path that has the syntax error in the message as well.
The text was updated successfully, but these errors were encountered: