Página 2 de 2

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 19:47
por leviatan21
DarthVe escribió:es que el foro va a ir en la direccion que esta en mi firma, la cosa que lo coloque asi para esperar solucionarlo.
Es que cada vez que necesito chequea tu foro se pierde tiempo yendo de un enlace al otro :roll:
DarthVe escribió:Y referente a los CAPTCHA, es que nisiquiera entran en el administrador sale el mismo error que me salia cuando alguien entraba a registrarse
¿¿ Entonces no deseas ayuda ?? ¿ cierro el tema ?

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 19:53
por DarthVe
claro que deseara ayuda pero lo que pasa es que en el ACP cuando voy a entrar al CAPTCHA me da el error y no entra.

Si quieres te puedo dar el usuario y clave de administrador del foro para que tu mismo lo chequees, claro te lo mando por mensaje privado

ah ya actualize mi firma

Problema al registrarse un usuario

Publicado: 07 Mar 2011, 20:21
por leviatan21
DarthVe escribió:claro que deseara ayuda pero lo que pasa es que en el ACP cuando voy a entrar al CAPTCHA me da el error y no entra.
Es que sin ver, no puedo saber cual es el problema y si no veo el problema, no puedo ayudar :)

Primero habilita el capctha que tienes con el cambio que sugerí primero y dejame ver el nuevo error, después seguiremos haciendo pruebas ;)

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 20:26
por DarthVe
listo ya habilite otra vez y te repito si quieres te mando mi usuario y clave de administrador x mp

Re: Problema al registrarse un usuario  Tema Solucionado

Publicado: 07 Mar 2011, 20:42
por leviatan21
DarthVe escribió:listo ya habilite otra vez y te repito si quieres te mando mi usuario y clave de administrador x mp
No me sirve el acceso al foro, el error está en el archivo, y desde el ACP no hay nada que se pueda hacer ;)

Nueva propuesta de código :
Abrir :

Código: Seleccionar todo

raíz/includes/captcha/plugins/phpbb_captcha_gd_plugin.php
Buscar : (esto es lo que habíamos cambiado antes)

Código: Seleccionar todo

    function &get_instance()
    {
        return new phpbb_captcha_gd();
    } 
Reemplazar por :

Código: Seleccionar todo

/** By Leviatan21
    function &get_instance()
    {
        $instance =& new phpbb_captcha_gd();
        return $instance;
    }
**/
    function get_instance()
    {
        return new phpbb_captcha_gd();
    }
 

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 21:07
por DarthVe
listo hice el cambio y lo subi, pero sigue igual

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 21:13
por leviatan21
DarthVe escribió:listo hice el cambio y lo subi, pero sigue igual
Algo estás haciendo mal y yo lo sospechaba, por eso te hice hacer el último cambio, la linea 55 ya no tiene código, no es posible que siga arrojando el mismo error en la linea 55:
Deprecated: Assigning the return value of new by reference is deprecated in /home/xrqo5vli/public_html/foro/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 21:21
por DarthVe
los cambio que hice fueron en la linea 100 y solo hice fue buscar y reemplazar nada mas, si deseas mandame tu email por mensaje de texto y te envio el archivo para que veas que hice lo que tu me dijiste

Imagen

este es lo que sale en la linea 55

Imagen

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 21:27
por leviatan21
DarthVe escribió:los cambio que hice fueron en la linea 100 y solo hice fue buscar y reemplazar nada mas, si deseas mandame tu email por mensaje de texto y te envio el archivo para que veas que hice lo que tu me dijiste
Lo estás haciendo en otro archivo, en la captura se lee : phpbb_captcha_qa_plugin.php y el problema está en phpbb_captcha_gd_plugin.php :lol:

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 21:34
por DarthVe
muchas gracias y disculpa mi torpesa

se soluciono con lo primer codigo que me dijiste


te debo una, cuando este listo y funcionando te aviso para que veas peliculas o las descargues


ah uno cosa mas en el ACP => Medidas contra el spam

sale este error

Código: Seleccionar todo

Deprecated: Assigning the return value of new by reference is deprecated in /home/xrqo5vli/public_html/foro/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54

Deprecated: Assigning the return value of new by reference is deprecated in /home/xrqo5vli/public_html/foro/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php on line 45

Deprecated: Assigning the return value of new by reference is deprecated in /home/xrqo5vli/public_html/foro/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
[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: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 21:42
por leviatan21
DarthVe escribió:ah uno cosa mas en el ACP => Medidas contra el spam

sale este error

Código: Seleccionar todo

Deprecated: Assigning the return value of new by reference is deprecated in /home/xrqo5vli/public_html/foro/includes/captcha/plugins/phpbb_recaptcha_plugin.php on line 54

Deprecated: Assigning the return value of new by reference is deprecated in /home/xrqo5vli/public_html/foro/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php on line 45

Deprecated: Assigning the return value of new by reference is deprecated in /home/xrqo5vli/public_html/foro/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
[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)
Lo mismo pero aplicado a otro archivo :

Abrir :

Código: Seleccionar todo

raíz/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php
Buscar :

Código: Seleccionar todo

    function &get_instance()
    {
        $instance =& new phpbb_recaptcha();
        return $instance;
    }
 
Reemplazar por :

Código: Seleccionar todo

/** By Leviatan21
    function &get_instance()
    {
        $instance =& new phpbb_recaptcha();
        return $instance;
    }
**/
    function get_instance()
    {
        return new phpbb_recaptcha();
    }
 

Re: Problema al registrarse un usuario

Publicado: 07 Mar 2011, 21:49
por DarthVe
muchas gracias, tube que hacer lo mismo con 3 archivo mas pero ya esta resuelto. te lo agradesco mucho