Code: [root@dns1 ~]# /usr/local/ispconfig/server/server.sh 11.02.2015-13:42 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 11.02.2015-13:42 - DEBUG - Found 1 changes, starting update process. 11.02.2015-13:42 - DEBUG - Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_insert'. 11.02.2015-13:42 - DEBUG - Calling function 'insert' from plugin 'apache2_plugin' raised by event 'web_domain_insert'. PHP Fatal error: Call to undefined method system::is_allowed_user() in /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php on line 352 When i look at that line(s) i find: Code: if($app->system->is_allowed_user($data['new']['system_user'], $app->system->is_user($data['new']['system_user']), true) == false || $app->system->is_allowed_group($data['new']['system_group'], $app->system->is_group($data['new']['system_group']), true) == false) { $app->log('Websites cannot be owned by the root user or group. User: '.$data['new']['system_user'].' Group: '.$data['new']['system_group'], LOGLEVEL_WARN); return 0; } This all started after i updated to the latest ispconfig 3.0.5.4p5 from 3.0.5.3
and this is my (also updated) php version Code: [root@dns1 ~]# php --version PHP 5.4.37 (cli) (built: Jan 26 2015 11:58:42) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.
Strange stuff going on, now there is another line printed Code: [root@dns1 ~]# /usr/local/ispconfig/server/server.sh 11.02.2015-14:50 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock [B]which: no tw_cli in (/usr/kerberos/sbin:/usr/kerberos/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin) /usr/bin/fail2ban-client /sbin/iptables which: no ip6tables in (/usr/kerberos/sbin:/usr/kerberos/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin)[/B] 11.02.2015-14:50 - DEBUG - Found 1 changes, starting update process. 11.02.2015-14:50 - DEBUG - Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_insert'. 11.02.2015-14:50 - DEBUG - Calling function 'insert' from plugin 'apache2_plugin' raised by event 'web_domain_insert'. PHP Fatal error: Call to undefined method system::is_allowed_user() in /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php on line 352
Seems as if the update did not replace all files on your server. The function is_allowed_user exists in the system class in 3.0.5.4p5, if it does not exist in your file, then you use a file of an older ispconfig version.