php_flag display_errors on

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
RutgerB
-


Joined: 13 Feb 2007
Posts: 2

PostPosted: Tue Feb 13, 2007 8:22 pm    Post subject: php_flag display_errors on Reply with quote

Hi,

On an apache server I would set the following in an .htaccess file
Code:
php_flag display_errors on

php_flag output_buffering on
php_value output_handler fatal_error_handler

This would let me see all errors in my scripts, even if a variable wasn't defined before.

What I would like to know is how to do the same in abyss?
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Feb 13, 2007 8:45 pm    Post subject: Reply with quote

You simply use set_ini() in the php file you want to apply it to. If you have a config file included to every file just put the command in that to apply it to all files in the script.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
RutgerB
-


Joined: 13 Feb 2007
Posts: 2

PostPosted: Wed Feb 14, 2007 8:51 am    Post subject: Reply with quote

Thnx alot for the very fast reply:)
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group