Página 1 de 1
Error al registrarse y responder sin estar logueado
Publicado: 30 Mar 2010, 19:15
por Kravenbcn
Buenas, tengo un error en mi foro, resulta que al intentar registrarse o Responder sin estar logueado, aparece el siguiente error
Código: Seleccionar todo
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
La verdad creo que viene a raiz de la actualización a 3.0.7 PL1.
Alguien sabe como solucionarlo?
Saludos y gracias

Re: Error al registrarse y responder sin estar logueado
Publicado: 30 Mar 2010, 19:44
por Kravenbcn
Lamento el doblepost, pero es para añadir más información.
En el ACP en el apartado Configuración del módulo de CAPTCHA aparece este otro error.
Código: Seleccionar todo
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php on line 45
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
Re: Error al registrarse y responder sin estar logueado
Publicado: 31 Mar 2010, 14:20
por Kravenbcn
De momento he desactivado los Captcha para que el error no sea visible, pero en el ACP, en el apartado Configuración del módulo de CAPTCHA sigue saliendo el error.
Código: Seleccionar todo
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php on line 45
Deprecated: Assigning the return value of new by reference is deprecated in /users/kravenbcn/www/joomla/forum/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_recaptcha_plugin.php:54)
He probado
subir de nuevo la carpeta includes/captcha y
ejecutar de nuevo install/database_update.php, tras lo que me dice que la BD está correctamente actualizada y no existe ningun error.
Re: Error al registrarse y responder sin estar logueado
Publicado: 31 Mar 2010, 18:50
por jakk
solo tienes esos 2 mods instalados? si es asi lo mejor es que subas de nuevo todo el paquete 3.0.7-PL1 (menos la carpeta install y config.php) y luego apliques los 2 mods que tenias, con eso deberia solucionarse y evitarte problemas futuros
Re: Error al registrarse y responder sin estar logueado
Publicado: 31 Mar 2010, 21:43
por Kravenbcn
Uhm... Buena idea, no lo había pensado, gracias por la sugerencia.
Lo pruebo y digo algo
Saludos!
Re: Error al registrarse y responder sin estar logueado
Publicado: 31 Mar 2010, 23:41
por Kravenbcn
Acabo de subir el paquete completo de phpbb 3.0.7-PL1 con los archivos de los 2 mods modificados y el error continua

Re: Error al registrarse y responder sin estar logueado
Publicado: 31 Mar 2010, 23:59
por HuanManwe
esos dos mod's ¿solo necesitan subir archivos o necesitan que se haga algo más? Quizá ejecutar algo en la base de datos?
De todos modos no olvides limpiar la caché para que no haya problemas innecesarios.
Re: Error al registrarse y responder sin estar logueado
Publicado: 01 Abr 2010, 00:08
por Kravenbcn
Necesitan modificar archivos y subir otros (que al ya estar no he vuelto a subir), y ejecutar algunas cosas en la BD, pero eso en teoria ya debería estar de antes, no?
La caché ya la he limpiado.
Re: Error al registrarse y responder sin estar logueado
Publicado: 01 Abr 2010, 01:48
por engendro666
cuales son los 2 mods? y que otros mods tenes instalados?
Re: Error al registrarse y responder sin estar logueado
Publicado: 01 Abr 2010, 11:15
por Kravenbcn
Los únicos que tengo són Ban Users By X Warnings 1.0.0 y Anti Double Post 2.0.3.
Re: Error al registrarse y responder sin estar logueado
Publicado: 03 Abr 2010, 00:56
por Kravenbcn
Es posible que este error que actualmente sólo sale en el ACP (ya que he desactivado el CAPTCHA), viniera provocado por que la plantilla no esté actualizada?
Según he leido, en ese caso no aparecería el captcha, pero no dice nada de que aparezca un error.
Re: Error al registrarse y responder sin estar logueado
Publicado: 03 Abr 2010, 16:24
por Kravenbcn
Bufff ya no se que probar... He probado actualizar las plantillas y no me ha solucionado el error del CAPTCHA en el ACP.
Alguna sugerencia? Ya no se que probar y esto va a poder conmigo...
Re: Error al registrarse y responder sin estar logueado
Publicado: 03 Abr 2010, 18:44
por Kravenbcn
Solucionado, he tenido que modificar una linea en cada uno de los archivos que daban el error.
La modificación es la siguiente:
en /includes/captcha/plugins/phpbb_captcha_gd_plugin.php
Buscar
Y cambiarlo por:
Eso hay que modificarlo en cada uno de los archivos en los que la linea cambiará sólo en el nombre del archivo.