PDA

View Full Version : Print error in web admin


cyberzen
01-19-2005, 11:09 PM
Dude, why can't you print the error out to screen whenever ConfigFile.php complains about permissions. It would be nicer than checking stderr.log

xing
01-21-2005, 10:58 AM
For security reasons I imagine printing any type php errors on a live server is not a good idea.

If you want to see php errors, modify the admin/conf/php.ini to have it show errors.

Keep in mind those errors are php generated errors by the script. Anything php related, check the php.ini files.