No puedo acceder al foro
Publicado: 13 Sep 2015, 08:25
Buenos Dias
Tras la actualizacion de 3.1.5 a 3.1.6, no puedo acceder al foro, muestra el siguiente error:
Decir que ya e borrado el contenido de carpeta cache, y ejecutado la siguiente consulta en mysql:
Pero me sigue saliendo dicho error, que mas puedo hacer?
Tras la actualizacion de 3.1.5 a 3.1.6, no puedo acceder al foro, muestra el siguiente error:
Código: Seleccionar todo
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "../../../../../../store/customcode/overall_header_head_append.html" (looked into: ./styles/IDLaunch_Blue/template, ./styles/IDLaunch_Blue/theme, ./styles/prosilver/template, ./styles/prosilver/theme) in "@marttiphpbb_customcode/event/overall_header_head_append.html" at line 4.' in /home/gifkuvof/public_html/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:195 Stack trace: #0 /home/gifkuvof/public_html/phpbb/template/twig/loader.php(107): Twig_Loader_Filesystem->findTemplate('../../../../../...') #1 /home/gifkuvof/public_html/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(138): phpbb\template\twig\loader->findTemplate('../../../../../...') #2 /home/gifkuvof/public_html/vendor/twig/twig/lib/Twig/Environment.php(266): Twig_Loader_Filesystem->getCacheKey('../../../../../...') #3 /home/gifkuvof/public_html/vendor/twig/twig/lib/Twig/Environment.php(324): Twig_Environment->getTemplateClass('../../../../../...', NULL) #4 /home/gifkuvof/publ in /home/gifkuvof/public_html/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 195
Código: Seleccionar todo
UPDATE phpbb_config SET config_value = (SELECT style_id FROM phpbb_styles WHERE style_name ='prosilver') WHERE config_name = 'default_style';
UPDATE phpbb_users SET user_style = (SELECT style_id FROM phpbb_styles WHERE style_name ='prosilver')