2016-10-02 4 views
0

전문가 :Symfony 응용 프로그램을 배포하는 방법은 무엇입니까? Symfony2

Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) in /home/mgdatos/public_html/nival7/vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php on line 27 

Fatal error: Uncaught exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Parse Error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING)' in /home/mgdatos/public_html/nival7/vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php:27 Stack trace: #0 {main} Next exception 'Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException' with message 'Circular reference detected for service "ps_pdf.listener", path: "ps_pdf.listener -> ps_pdf.cache".' in /home/mgdatos/public_html/nival7/app/bootstrap.php.cache:2114 Stack trace: #0 /home/mgdatos/public_html/nival7/app/cache/prod/classes.php(2350): Symfony\Component\DependencyInjection\Container->get('ps_pdf.listener') #1 /home/mgdatos/public_html/nival7/app/cache/prod/classes.php(2338): Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->lazyLoad('kernel.controll...') #2 /home/mgdatos/public_html/nival7/app/bootstrap.php.cache(3091): Symfony\Component\EventDispatcher\ContainerAwa in /home/mgdatos/public_html/nival7/app/bootstrap.php.cache on line 2114 

당신이 나에게 단서를 전해 주 시겠어요 :

임 내 VPS에서 심포니의 응용 프로그램을 실행하려고 오류 메시지를 가지고?

+2

두 번째 메시지는 컨테이너 구성 문제를 나타냅니다. 배포를 시도하기 전에 개발 시스템을 설정하고 앱을 실행하십시오. – Cerad

답변

0

고맙습니다. 5.6 PHP 버전으로 업그레이드해야했습니다.

관련 문제