Versión phpBB: Phpbb 3.0.9
MODs Instalados: Los mismos que en el foro de la firma.
Plantilla(s) usada(s): Prosilver modificada.
Servidor: Banahosting, Pago.
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Buenas antes que nada si este tema no va aquí lo siento mucho y agradecería que se mueva al sitio correspondiente.
No he tocado nada del foro desde hace una semana, ningún mod, ningún cambio, nada. Y hoy a las 17 funcionaba perfectamente. Pero ahora al ver que comenzaba hacer cosas raras intente acceder al ACP y me da este error:
Código: Seleccionar todo
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 42: preg_match() [function.preg-match]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 42: preg_match() [function.preg-match]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0
Warning: Cannot modify header information - headers already sent by (output started at /home/theda5t6/public_html/foro/includes/functions.php:3765) in /home/theda5t6/public_html/foro/includes/functions.php on line 4586
Warning: Cannot modify header information - headers already sent by (output started at /home/theda5t6/public_html/foro/includes/functions.php:3765) in /home/theda5t6/public_html/foro/includes/functions.php on line 4588
Warning: Cannot modify header information - headers already sent by (output started at /home/theda5t6/public_html/foro/includes/functions.php:3765) in /home/theda5t6/public_html/foro/includes/functions.php on line 4589
Warning: Cannot modify header information - headers already sent by (output started at /home/theda5t6/public_html/foro/includes/functions.php:3765) in /home/theda5t6/public_html/foro/includes/functions.php on line 4590
Información
No puede reidentificarte como un usuario distinto.
Decir que he subido via FTP un archivo functions nuevo por si acaso, y nada, me sigue diciendo lo mismo. No deja postear, no deja enviar mensajes privados y acceder al ACP. He mirado las lineas que dice del funtions y son estas:
La 42
Código: Seleccionar todo
if (!preg_match('/^./u', $result))
Código: Seleccionar todo
'SITE_DESCRIPTION' => $config['site_desc'],
'PAGE_TITLE' => $page_title,
'SCRIPT_NAME' => str_replace('.' . $phpEx, '', $user->page['page_name']),
'LAST_VISIT_DATE' => sprintf($user->lang['YOU_LAST_VISIT'], $s_last_visit),
'LAST_VISIT_YOU' => $s_last_visit,
