upgrade error

Discussion in 'General' started by Toucan, Nov 27, 2011.

  1. Toucan

    Toucan Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  3. Toucan

    Toucan Member


    Unusual, it does seem to be set to that?

    Code:
    error_reporting  =  E_ALL & ~E_NOTICE
    
     

Share This Page