Open GoogleCodeExporter opened 9 years ago
Did you make the error.log file writable for the webserver / php user? I get
errors as expected in error.log, so it's not completely broken.
Original comment by matthijskooijman@gmail.com
on 31 Aug 2010 at 9:59
in config.php file line 33 change the false value to true.
CMIIMW.
Original comment by friz...@gmail.com
on 19 Sep 2010 at 7:13
error.log is writable like mooha.log.
And my line 33 :
// do not show errors in pages (must be FALSE in production)
ini_set('display_errors', TRUE);
But despite I get some errors (407, 404...), the size is always zero.
Original comment by kloryd...@gmail.com
on 8 Oct 2010 at 2:35
I had to add this to config.php
// enable error logging
ini_set('log_errors', TRUE);
Original comment by pl4nk...@gmail.com
on 10 Oct 2010 at 1:26
Same here.
This is because upper in my directory structure, I had the following .htaccess
instruction :
php_flag log_errors off
Adding log_errors init_set directive to the config file for further releases
might by handy.
Original comment by vbouil...@gmail.com
on 3 Dec 2010 at 2:07
Original issue reported on code.google.com by
kloryd...@gmail.com
on 30 Aug 2010 at 3:48