Jump to content

jimr451

New Members
  • Posts

    2
  • Joined

  • Last visited

jimr451's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok, I'll try that - funny thing is that phpinfo seems to reflect the changes being made in .htaccess, but it doesn't modify the output at all. -jim
  2. Hi, I'm working on a server with an old (5.1.6) version of php. It's run using cgi in apache. Currently, I can't get any errors to display from a script. I've added these lines in my .htaccess: php_value log_errors 1 php_value error_log /path/user/pages/__jr/php-error.log php_value display_errors 1 php_value display_startup_errors 1 and phpinfo shows that these values are being set correctly. However, running a script with a syntax error just displays a blank screen, and no log file is created. Even if I create the log file with all permissions, nothing gets logged. Any ideas on how to get this working? I just want some way to see what's wrong with a script. -Jim
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.