No cron after update

Discussion in 'Installation/Configuration' started by Arape, Feb 5, 2026.

Tags:
  1. Arape

    Arape New Member

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

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
    ahrasis and Arape like this.
  3. Arape

    Arape New Member

    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
     

Share This Page