Hi all ! I updated my ispconfig. After the update the cron.log contains rows like this: Thu Feb 5 12:53:01 PM CET 2026 05.02.2026-12:53 - WARNING - There is already a lockfile set, but no process running with this pid (9734). Continuing. Thu Feb 5 12:53:01 PM CET 2026 setquota: Not setting block grace time on /dev/sda1 because softlimit is not exceeded. Thu Feb 5 12:53:01 PM CET 2026 setquota: Not setting inode grace time on /dev/sda1 because softlimit is not exceeded. Thu Feb 5 12:53:01 PM CET 2026 PHP Parse error: syntax error, unexpected '}', expecting end of file in /usr/local/ispconfig/server/lib/classes/tpl.inc.php(1344) : eval()'d code on line 738 I think it is related to CLI - PHP version. Anybody familiar with this?
Such eval errors in the server part can happen when you have customized a config file template and the syntax of your customized template is incorrect.
THANKS!!! I modified the /usr/local/ispconfig/server/conf/vhost.conf.master And I made a syntact error there! All good now. Have a nice day