0

This block of code:

echo ini_get('error_log');
$debug_logfile_path = "/path/to/log";
@ini_set('error_log', $debug_logfile_path);
echo "checking error log<br>";
echo ini_get('error_log');

Shows the error log as unchanged. This just fails on one installation and I can't figure out what the difference is.

*** Update: This installation is running php-fpm, if that provides any clues.

Scott C Wilson
  • 16,711
  • 9
  • 54
  • 76

0 Answers0