Página 1 de 1

No puedo acceder al foro

Publicado: 13 Sep 2015, 08:25
por infspirit
Buenos Dias

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
Decir que ya e borrado el contenido de carpeta cache, y ejecutado la siguiente consulta en mysql:

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')
Pero me sigue saliendo dicho error, que mas puedo hacer?

Re: No puedo acceder al foro  Tema Solucionado

Publicado: 13 Sep 2015, 12:14
por ThE KuKa
Borra la carpeta /styles/ de esta ubicación ext/marttiphpbb/customcode si aún así, tienes problemas.

Debes deshabilitar la extensión.
Al no tener acceso, ve a phpMyAdmin, DB del foro, tabla phpbb_ext busca martti y su extensión, edita ese campo de extensión, veras el valor 1 (que esta habilitada) cambialo a 0 para deshabilitar la extensión y el foro será accesible de nuevo.

Re: No puedo acceder al foro

Publicado: 13 Sep 2015, 12:21
por ThE KuKa
Si por algo no te aclaras mandame un privado con los datos y lo hago yo mismo...

Re: No puedo acceder al foro

Publicado: 13 Sep 2015, 17:59
por infspirit
@ThE KuKa, gracias majo ;)