herramientate Posted September 21, 2017 Share Posted September 21, 2017 Me sale error 500 al intentar cambiar estado de los pedidos y al intentar acceder a traduciones me sale el siguiente error: Whoops, looks like something went wrong. 2/2InvalidArgumentException in TwigEngine.php line 128:Unable to find template "PrestaShopBundle:Admin/Translations:list.html.twig" (looked into: /home/fsneiyrw/public_html/app/Resources/views, /home/fsneiyrw/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form). in TwigEngine.php line 128 at TwigEngine->load(object(TemplateReference)) in TwigEngine.php line 50 at TwigEngine->render(object(TemplateReference), array('r', 'S')) in TwigEngine.php line 72 at TwigEngine->render(object(TemplateReference), array('r', 'S')) in TwigEngine.php line 99 at TwigEngine->renderResponse(object(TemplateReference), array('r', 'S')) in classes.php line 7612 at TemplateListener->onKernelView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) at call_user_func(array(object(TemplateListener), 'onKernelView'), object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) in WrappedListener.php line 61 at WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(ContainerAwareEventDispatcher)) at call_user_func(object(WrappedListener), object(GetResponseForControllerResultEvent), 'kernel.view', object(ContainerAwareEventDispatcher)) in classes.php line 1863 at EventDispatcher->doDispatch(array(object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) in classes.php line 1778 at EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) in TraceableEventDispatcher.php line 140 at TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) in bootstrap.php.cache line 3250 at HttpKernel->handleRaw(object(Request), '1') in bootstrap.php.cache line 3206 at HttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 3360 at ContainerAwareHttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 2562 at Kernel->handle(object(Request), '1', false) in index.php line 86 1/2Twig_Error_Loader in Filesystem.php line 232:Unable to find template "PrestaShopBundle:Admin/Translations:list.html.twig" (looked into: /home/fsneiyrw/public_html/app/Resources/views, /home/fsneiyrw/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form). in Filesystem.php line 232 at Twig_Loader_Filesystem->findTemplate('PrestaShopBundle:Admin\Translations:list.html.twig') in FilesystemLoader.php line 78 at FilesystemLoader->findTemplate('PrestaShopBundle:Admin\Translations:list.html.twig') in Filesystem.php line 150 at Twig_Loader_Filesystem->getCacheKey('PrestaShopBundle:Admin\Translations:list.html.twig') in classes.php line 3218 at Twig_Environment->getTemplateClass('PrestaShopBundle:Admin\Translations:list.html.twig') in classes.php line 3246 at Twig_Environment->loadTemplate('PrestaShopBundle:Admin\Translations:list.html.twig') in TwigEngine.php line 126 at TwigEngine->load(object(TemplateReference)) in TwigEngine.php line 50 at TwigEngine->render(object(TemplateReference), array('r', 'S')) in TwigEngine.php line 72 at TwigEngine->render(object(TemplateReference), array('r', 'S')) in TwigEngine.php line 99 at TwigEngine->renderResponse(object(TemplateReference), array('r', 'S')) in classes.php line 7612 at TemplateListener->onKernelView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) at call_user_func(array(object(TemplateListener), 'onKernelView'), object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) in WrappedListener.php line 61 at WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(ContainerAwareEventDispatcher)) at call_user_func(object(WrappedListener), object(GetResponseForControllerResultEvent), 'kernel.view', object(ContainerAwareEventDispatcher)) in classes.php line 1863 at EventDispatcher->doDispatch(array(object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) in classes.php line 1778 at EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) in TraceableEventDispatcher.php line 140 at TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) in bootstrap.php.cache line 3250 at HttpKernel->handleRaw(object(Request), '1') in bootstrap.php.cache line 3206 at HttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 3360 at ContainerAwareHttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 2562 at Kernel->handle(object(Request), '1', false) in index.php line 86 Link to comment Share on other sites More sharing options...
Pablo Largo Posted September 30, 2017 Share Posted September 30, 2017 Parece que faltan algunos archivos de tu instalación, podrías restaurarlos de una instalación nueva. Link to comment Share on other sites More sharing options...
herramientate Posted September 30, 2017 Author Share Posted September 30, 2017 Funcionaria copiandolos de una instalación nueva? Como puedo saber cuales serian? Link to comment Share on other sites More sharing options...
Pablo Largo Posted September 30, 2017 Share Posted September 30, 2017 (edited) Vale: veo que el archivo que trata de cargar existe por última vez en PS 1.7.1.2 (https://github.com/PrestaShop/PrestaShop/tree/1.7.1.2/src/PrestaShopBundle/Resources/views/Admin/Translations), y que a partir de PS 1.7.2.0 desaparece (https://github.com/PrestaShop/PrestaShop/tree/1.7.2.0/src/PrestaShopBundle/Resources/views/Admin/Translations). ¿Tu instalación 1.7.2.2 es una actualización? Es posible que se viera interrumpida o algo saliera mal, ¿dispones de un backup? Edited October 2, 2017 by Pablo Largo (see edit history) Link to comment Share on other sites More sharing options...
Pablo Largo Posted October 2, 2017 Share Posted October 2, 2017 Acabo de actualizar los enlaces, uno de ellos no era correcto Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now