Oi Paulo, o problema não é só com a barra "/". Na /libraries/input.php, 
tem isso aqui:

    /**
     * Clean Keys
     *
     * This is a helper function. To prevent malicious users
     * from trying to exploit keys we make sure that keys are
     * only named with alpha-numeric text and a few other items.
     *
     * @access    private
     * @param    string
     * @return    string
     */
    function _clean_input_keys($str)
    {     
         if ( ! preg_match("/^[a-z0-9:_\/-]+$/i", $str))
         {
            exit('Disallowed Key Characters.');
         }
 
        return $str;
    }


Será isso que está causando o problema ???

Abs

Muita sorte para nós!

Marco Telles




Paulo Balzi escreveu:
> Marco, eu já tinha visto esse link, mas não compreendi direito o problema.
> o q eu entendi, é problema com a barra "/"
> mas não consegui visualizar esse erro, se é isso mesmo.
>
> mas vou continuar procurando aqui
>
> valeu
>
> On Mon, Feb 25, 2008 at 7:44 PM, Marco Telles 
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> 
> wrote:
>
>     http://codeigniter.com/forums/viewthread/51826/#253073
>
>     Abs
>
>     Muita sorte para nós!
>
>     Marco Telles
>
>     #############
>     # Pier de Ipanema ( http://www.pierdeipanema.com.br/ )
>     # Pier de Ipanema no Orkut (
>     http://www.orkut.com/Community.aspx?cmm=2923344 )
>     # CodeIgniter PHP framework ( http://www.codeigniter.com.br/ )
>     # Ubuntu The power of free software ( http://www.ubuntu-br.org/ )
>     # Python Programming Language ( http://www.pythonbrasil.com.br/ )
>
>
>
>     Paulo Balzi escreveu:
>     > Pessoal, que erro é esse?
>     > Disallowed Key Characters.
>     >
>     > valeu
>     >
>     > --
>     > Paulo Balzi
>     >
>     ------------------------------------------------------------------------
>     >
>     > _______________________________________________
>     > Lista mailing list
>     > [email protected] <mailto:[email protected]>
>     > http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br
>     >
>
>     _______________________________________________
>     Lista mailing list
>     [email protected] <mailto:[email protected]>
>     http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br
>
>
>
>
> -- 
> Paulo Balzi
> ------------------------------------------------------------------------
>
> _______________________________________________
> Lista mailing list
> [email protected]
> http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br
>   

_______________________________________________
Lista mailing list
[email protected]
http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br

Responder a