Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

[PHP] PHP no longer logging errors - found them! From: Jeff Armstrong (jeff.php <email protected>)
Date: 06/21/01

  Little Bo jeff has lost his logs,
  and doesn't know where to find them!
  Fix up the conf
  and they will come home
  dragging their hints behind them!

I moved some php config values into httpd.conf so that I could
manage my virtual sites better (e.g. phpMyAdmin needs globals)
and assumed that the names and values would be the same as php.ini
so I had
  php_value display_errors on
  php_value log_errors on

This doesnt work! The following does work though:
  php_value display_errors 1
  php_value log_errors 1

regards
Jeff

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>