Welcome Guest | Login

php debugging?

Are there any tools already preloaded into the shared environments to support php debugging?

I haven't personally used any php debugging tools in the past (other than brute force "echos" everywhere)...

Any guidance anyone would have would be appreciated?

v/r,
John

2008-03-10 07:51 AM

Hello,

There are no tools available as such for de-bugging.

However if you want to check/see the php errors then,
Create/edit the .htaccess file in your "public_html/specific directory related with php application" and add the following entries.
==
php_value error_reporting 2047
php_flag display_startup_errors on
php_flag display_errors On
==

This should do the trick..

2008-03-10 08:05 AM

Regards,
Rahul
thx sir - will try it out!

2008-03-10 08:13 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!