Quote:
|
Originally Posted by itamarjp
HP Notice: Use of undefined constant table - assumed 'table' in /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php on line 39
|
Thats not a bug. The notation is valid. Please keep in mind that most of the code has been written for php4 and in php4 this was a valid notation and it is still valid in php5 but maybe not recommended anymore. You most likely changed the error_reporting level in the file /root/ispconfig/php/php.ini
Change it to:
error_reporting = E_ALL & ~E_NOTICE
or
error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR