| View previous topic :: View next topic |
| Author |
Message |
gustavocb
Joined: 22 Jul 2005
Posts: 2
|
| Posted: Fri Jul 22, 2005 3:35 pm Post subject: I can´t get error information on debug php script |
|
|
Hi All,
I´ve installed apache2triad v1.4.2 for develop php script in a local machine.
But when php interpreter find a script error it doesn´t show any error message, i get an empty page only.
Any idea about ?
Thanks in advance.
Gustavo. |
|
| Back to top |
|
rickh57
Joined: 24 Dec 2004
Posts: 33
|
| Posted: Fri Jul 22, 2005 3:58 pm Post subject: |
|
|
| Turn on "Show errors in browser" in the PHP configuration file. |
|
| Back to top |
|
gustavocb
Joined: 22 Jul 2005
Posts: 2
|
| Posted: Wed Jul 27, 2005 10:33 pm Post subject: |
|
|
Hi All,
Thanks for your answer.
I've turned on "Show errors in browser" in php configuration file, but i get the same behaviour.
Looking in google for this trouble, i found a thread telling about to add a .htaccess file on directory with this line php_flag display_errors "On".
I did that and this solved my problem.
Thanks anyway. |
|
| Back to top |
|
| |