Not getting error logs

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


Joined: 02 Apr 2010
Posts: 2

PostPosted: Fri Apr 02, 2010 10:33 pm    Post subject: Not getting error logs Reply with quote

I am trying to set up Abyss 2.6 to work with PHP 5.3 on Windows Server 2003. It seems to be working OK except that my PHP errors are not logged. The errors will display on the webpage but do not appear in any of the log files. Any help would be appreciated!

Here are my php.ini settings relating to errors:
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = On
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
html_errors = Off

(any settings not shown above are left as defaults)
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Apr 09, 2010 12:27 am    Post subject: Reply with quote

Make sure the log file path is correct under CGI/FastCGI Parameters. Your php.ini settings look ok, but to make sure PHP is using the correct php.ini file, save the following code to a file named phpinfo.php and put it in your htdocs folder. Browse to http://localhost/phpinfo.php and check the parameters for the log_errors and so on. I hope this helps you solve the problem.

Code:
<?php phpinfo(); ?>


Sincerely, Joshua H.
Back to top View user's profile Send private message Visit poster's website
mewever
-


Joined: 02 Apr 2010
Posts: 2

PostPosted: Mon Apr 12, 2010 5:00 am    Post subject: Reply with quote

I think that I've figured it out. I found the errors showing up in fastcgi.log. I was sure I had looked there before and was not seeing them but they are showing up now. Thanks for the help.
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