Hello, I have trouble with Ispconfig, PHP 5.3 and Crontab. Here is my log file HTML: xvm2-01:~# cd /var/log/ispconfig xvm2-01:/var/log/ispconfig# tail -f cron.log PHP Deprecated: Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/services.inc.php on line 57 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 mkdir: cannot create directory `/var/www/clients/client1/web19/var': File exists mkdir: cannot create directory `/var/www/clients/client1/web19/var/run': File exists ERROR: /usr/bin/lesspipe does not exist usermod: unlocking the user would result in a passwordless account. You should set a password with usermod -p to unlock this user account. PHP Deprecated: Function call_user_method() is deprecated in /usr/local/ispconfig/server/lib/classes/plugins.inc.php on line 119 i'll try to fixe it, but it will be cool to correct it, in next version
Seems as not all prerequisites are installed on your server. Which tutorial did you use to prepare the system before you installed ispconfig?
Also with PHP 5.3, by default, you can modify in php.ini (for apache2 and cli) Code: error_reporting = E_ALL & ~E_DEPRECATED to Code: error_reporting = E_ALL & ~E_NOTICE