| Membro |
Mensagem |
|
mullernato
|
| 22/08/2009 16:25hs |
Pessoal estou tentando usar o Portal Facil mas ta dando esse erro:
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 9
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 12
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 15
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 20
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 23
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 26
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 29
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 32
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 35
Notice: Undefined variable: acao in C:\PHP\www\portal\preexec.php on line 38
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function ereg_replace() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 6
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function ereg_replace() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 6
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function ereg_replace() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 6
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function ereg_replace() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 6
Deprecated: Function ereg() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 5
Deprecated: Function split() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 16
Deprecated: Function split() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 16
Deprecated: Function split() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 16
Deprecated: Function split() is deprecated in C:\PHP\www\portal\Unidades\paineis.php on line 16
|
|
| Membro |
Respostas |
|
 cacamaua
|
| 5/09/2009 10:57hs |
| http://br.php.net/manual/pt_BR/function.error-reporting.php |
|
|
daniborgs
|
| 18/12/2009 12:57hs |
faça a seguinte troca, meu querido (a letra A é só de exemplo):
onde tiver ereg_replace(" A ", " a ", $variavel);
por preg_replace("( A )", " a ", $variavel);
vai dar certo. |
|