Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/04/2010, 10:06
Avatar de Kravenbcn
Kravenbcn
 
Fecha de Ingreso: enero-2010
Ubicación: Cornellá (BCN)
Mensajes: 20
Antigüedad: 14 años, 3 meses
Puntos: 0
[Solucionado] Error captcha

Recientemente he actualizado mi foro a phpbb 3.0.7-PL1 (desde 3.0.6) y me ha aparecido un error con el captcha en la pagina de Registro de Usuarios.

Código:
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)
Para evitar el error durante el registro he desactivado el Captcha, pero en el ACP, en Configuración del módulo CAPTCHA aparece este otro error:
Código:
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)
Para intentar solucionarlo, he subido de nuevo TODO el paquete de php 3.0.7 PL1 sustituyendo de este modo cualquier archivo que pudiera estar corrupto.

Las dos plantillas que utilizo en mi foro, tambien estan completamente actualizadas.

Alguien tiene idea de como puedo solucionar este error?

PD: Tengo dos mods isntalados: Ban Users By X Warnings 1.0.0 y Anti Double Post 2.0.3

Última edición por Kravenbcn; 03/04/2010 a las 12:36