|
Posted by Guillaume Dargaud on 07/09/07 13:11
Hello all,
I have a classic problem: things run properly on my test server but don't
work on the live server (different PHP version, different master Apache
config, etc...) which I do not admin. In particular, for 'security reason'
the access to the error.log file has long been disabled and I don't get any
message on screen. Things just don't happen the way they should.
I've tried putting various takes on this in my .htaccess to no avail:
php_flag display_errors on
php_value error_log /home/dargaud/logs/error.log # Nothing there
php_value error_reporting E_ALL
php_flag html_errors on
php_flag log_errors on
php_flag track_errors on
What else can I try to troubleshoot issues without admin rights on the
server ?
--
Guillaume Dargaud
http://www.gdargaud.net/
Navigation:
[Reply to this message]
|