Jump to content

[SOLVED] Fatal error: Function name must be a string


unkwntech

Recommended Posts

Getting this error and google was no help:

Fatal error: Function name must be a string in crash.php on line 115

 

$config['textLog']['logFile'] = '/path/to/logs/siteError.log';
...
$fh = fopen($config['textLog']['logFile'], 'w'); //line 114
$config['textLog']['format'] = preg_replace('/%t/', $date('d/m/y'), $config['textLog']['format']); //line 115

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.