Página 1 de 1

error al loguearme o registrar usuario

Publicado: 05 Sep 2013, 00:23
por JPardo
URL: http://www.josepardo.org
Versión phpBB: Versión del Sitio: 3.0.10
MODs Instalados: Ninguno
Plantilla(s) usada(s): skyblue
Servidor: pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

hola, cuando intento loguearme, registrar un usuario, crear un post, me sale el siguiente error:

Código: Seleccionar todo

Strict Standards: Non-static method utf_normalizer::nfkc() should not be called statically in /home/nkqozowyun/public_html/josepardo.org/includes/utf/utf_tools.php on line 1663
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/utf/utf_tools.php:1663)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/utf/utf_tools.php:1663)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/utf/utf_tools.php:1663)

Warning: Cannot modify header information - headers already sent by (output started at /home/nkqozowyun/public_html/josepardo.org/includes/utf/utf_tools.php:1663) in /home/nkqozowyun/public_html/josepardo.org/includes/functions.php on line 4682

Warning: Cannot modify header information - headers already sent by (output started at /home/nkqozowyun/public_html/josepardo.org/includes/utf/utf_tools.php:1663) in /home/nkqozowyun/public_html/josepardo.org/includes/functions.php on line 4684

Warning: Cannot modify header information - headers already sent by (output started at /home/nkqozowyun/public_html/josepardo.org/includes/utf/utf_tools.php:1663) in /home/nkqozowyun/public_html/josepardo.org/includes/functions.php on line 4685

Warning: Cannot modify header information - headers already sent by (output started at /home/nkqozowyun/public_html/josepardo.org/includes/utf/utf_tools.php:1663) in /home/nkqozowyun/public_html/josepardo.org/includes/functions.php on line 4686
no he hecho ningun cambio o instalacion

los del hosting me dieron esta respuesta:

Hello sir we do not support website issues you will need to open a support with phpbb and ask them what is your issue with the website as our server is running perfectly fine with no issues ... you also might want to check your websites template if it support php 5.4

saludos

Re: error al loguearme o registrar usuario

Publicado: 05 Sep 2013, 00:45
por ThE KuKa
Prueba esto...
Abrir archivo /includes/startup.php Buscar - Nota: Esto puede ser una búsqueda parcial, y no una línea entera.

Código: Seleccionar todo

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
Reemplazar por - Nota: Reemplazar las líneas a encontrar por las siguientes líneas.

Código: Seleccionar todo

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);

Re: error al loguearme o registrar usuario

Publicado: 05 Sep 2013, 00:47
por micontre
mira esto hay tienea la solucion (al menos para el usuario que habrio el tema con el mismo error)

https://www.phpbb.com/community/viewtop ... &t=2163652

Re: error al loguearme o registrar usuario

Publicado: 05 Sep 2013, 02:05
por JPardo
funciono bien, gracias por el dato !!!

lo que no comprendo, es por que salio ese error?, yo no hice ningun cambio, funcionaba bien el foro y de la nada sale este error.
ThE KuKa escribió:Prueba esto...
Abrir archivo /includes/startup.php Buscar - Nota: Esto puede ser una búsqueda parcial, y no una línea entera.

Código: Seleccionar todo

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
Reemplazar por - Nota: Reemplazar las líneas a encontrar por las siguientes líneas.

Código: Seleccionar todo

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);

Re: error al loguearme o registrar usuario

Publicado: 05 Sep 2013, 10:17
por ThE KuKa
Es por la versión de PHP instalada en tu servidor y de parte de la configuración de PHP.INI si no me equivoco, en phpBB 3.0.12 y/o phpBB 3.1 esto estará solucionado (creo recordar).

Saludos.