ISPC3 Cronlog and GUI errors

Discussion in 'General' started by crypted, Feb 11, 2011.

  1. crypted

    crypted Member

    After upgrading to Debian Squeeze x64 from Lenny, I've been getting depreciation errors on ISPCONFIG3's HTTP interface about "deprecated" php stuff. This occurs every time I update a website, email or DNS settings until the CRON has executed. I decided to review the cron.log and am pasting it below:

    Code:
    PHP Deprecated:  Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/modules.inc.php on line 248
    PHP Deprecated:  Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/plugins.inc.php on line 119
    PHP Deprecated:  Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/plugins.inc.php on line 119
    PHP Deprecated:  Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/services.inc.php on line 57
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.216:80 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.216:443 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.217:443 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.210:443 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.211:443 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.214:443 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.215:80 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.215:443 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.212:443 has no VirtualHosts
    [Fri Feb 11 13:25:04 2011] [warn] NameVirtualHost 66.118.142.213:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.216:80 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.216:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.217:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.210:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.211:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.214:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.215:80 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.215:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.212:443 has no VirtualHosts
    [Fri Feb 11 13:25:07 2011] [warn] NameVirtualHost 66.118.142.213:443 has no VirtualHosts
    PHP Deprecated:  Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/modules.inc.php on line 248
    PHP Deprecated:  Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/modules.inc.php on line 248
    The no VirtualHosts error has existed for over a year. Till and I could never get it fixed. I'm not concerned with it.

    Any thoughts on the depreciation?

    Thanks.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    The "PHP Deprecated" messages are just warnings. I think you need to change the error reporting level in your php.ini so that they don't get logged anymore.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats no error. It is the message from apache that tells you that you can add this IP as ssl host. So there is nothing to fix.
     
  4. crypted

    crypted Member

    Till, you're correct. You and I messed with it off and on for a while thinking something was broken last year, though. I was just saying I was not concerned about that error, but was wondering about the others mixed in with it in the paste. :)
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Th reason for the other messages is that you updated to php 5.3 and php 5.3 uses different error levels, this means that it will show a warning when a function is used that will get removed in php 6. This is a bit odd for production systems as this information is only relevant for developers, for that reason you sould reconfigure the level in the php.inbi so that it does not show deprectade warnings and notices.
     

Share This Page