3.0.5.4p1 - Changes dont work?!?!!?

Discussion in 'Installation/Configuration' started by Steve85, May 20, 2014.

  1. Steve85

    Steve85 New Member

    Hello all,

    it is really strange - if i do some changes in the ISPConfig admin panel the change will be displayed in the webfrontend but nothing happens.

    As example i wanted to add a new website. I added the website but no user will be added and i dont find the new folder under /var/www

    I´m using CentOS

    You have the same problems? Did you know some log files where i can look?

    Best
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

  3. Steve85

    Steve85 New Member

    I´m getting:

    ---
    21.05.2014-09:48 - DEBUG - There is already an instance of server.php running. Exiting.
    ---

    Then i have deleted the lock and try to start manual again:

    ---
    [root@vs001 temp]# rm -f .ispconfig_lock
    [root@vs001 temp]#
    [root@vs001 temp]#
    [root@vs001 temp]#
    [root@vs001 temp]# /usr/local/ispconfig/server/server.sh
    21.05.2014-09:51 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    21.05.2014-09:51 - DEBUG - Found 39 changes, starting update process.
    21.05.2014-09:51 - DEBUG - Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    21.05.2014-09:51 - DEBUG - Calling function 'update' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    21.05.2014-09:51 - DEBUG - Add server alias: domain.com
    21.05.2014-09:51 - DEBUG - Creating fastcgi starter script: /var/www/php-fcgi-scripts/web4/.php-fcgi-starter
    21.05.2014-09:51 - DEBUG - Enable SSL for: www.domain.de
    PHP Fatal error: vlibTemplate Error: Parse error!<br>To debug this file, use vlibTemplateDebug instead of vlibTemplate in the class instantiation(i.e. new vlibTemplateDebug). in /usr/local/ispconfig/server/lib/classes/tpl_error.inc.php on line 84

    [root@vs001 temp]#
    [root@vs001 temp]#
    [root@vs001 temp]#
    [root@vs001 temp]#
    [root@vs001 temp]# /usr/local/ispconfig/server/server.sh
    21.05.2014-09:51 - DEBUG - There is already a lockfile set. Waiting another 10 seconds...
    21.05.2014-09:52 - DEBUG - There is already a lockfile set. Waiting another 10 seconds...
    ---

    Any idea ? :-(
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    There is a syntax error in a config file template. Most likely you have a custom template that is not compatible with the new ispconfig version as the templates taht are delivered with ispconfig 3.0.5.4p1 are working fine, the custom template is either the fcgi starter teplate or the vhost template.
     
  5. Steve85

    Steve85 New Member

    Hm - i thought that i dont use any special template. Where can i see which template i use?

    I wanna the default :)
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Are there any files in /usr/local/ispconfig/server/conf-custom/
     

Share This Page