Whilst running the upgrade script on a slave i received this error: Code: Updating ISPConfig.... Notice: Undefined property: installer::$ispconfig_interface_installed in /tmp/is pconfig3_install/install/update.php on line 338 .....Reconfigure Crontab? (yes,no) [yes]: The upgrade did seem to work ok though. Any idea why I got this error? 3.0.4.1 lenny vm slave of 3.0.4.1 lenny dedicated
Thats a php debug message and not an error. Debug messages start with "notice" while errors start with "error". You got that message bacause the error level in your php.ini is set to debug. Please edit the file /etc/php5/cli/php.ini and set error_reporting to: error_reporting = E_ALL & ~E_NOTICE