Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP error_log
#1
http://www.php.net/manual/en/function.error-log.php

Does anyone have any experience in implementing this feature? I think this would help us tremendously in catching some of the problems that seem to be falling thru the cracks lately. I am hoping it will just be as simple as adding this line in between lines 10-17 of the /admin/inc/functions.php file, but I'm not sure.

Code:
ini_set("log_errors", 1);
ini_set("error_log", "../data/other/logs/errorlog.txt");

Edit: i found this link, and it seems to have walked me thru adding it. So i did, within the functions.php file above, and I've added it to 1.7beta3 - i just need to know if it works now or not.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#2
Very nice!
Nothing is too difficult... anything is possible.
'But you tried, and you failed.. the important thing? never try'
Reply




Users browsing this thread: 1 Guest(s)