Installer in multiserver setup.

Discussion in 'Installation/Configuration' started by CSsab, Nov 22, 2011.

  1. CSsab

    CSsab New Member

    Hi - I'm trying out ISPConfig-3.0.4.1-rc1

    I get these errors when installing on a node with no apache2 in a multiserver setup. (Its just a nameserver running bind).

    Code:
    PHP Warning: file_put_contents(/etc/apache2/sites-available/apps.vhost): failed to open stream: No such file or directory in /usr/local/ispconfig/server/plugins-available/apps_vhost_plugin.inc.php on line 103
     PHP Stack trace:
     PHP 1. {main}() /usr/local/ispconfig/server/server.php:0
     PHP 2. modules->processDatalog() /usr/local/ispconfig/server/server.php:162
     PHP 3. modules->raiseTableHook() /usr/local/ispconfig/server/lib/classes/modules.inc.php:178
     PHP 4. call_user_func() /usr/local/ispconfig/server/lib/classes/modules.inc.php:253
     PHP 5. server_module->process() /usr/local/ispconfig/server/lib/classes/modules.inc.php:0
     PHP 6. plugins->raiseEvent() /usr/local/ispconfig/server/mods-available/server_module.inc.php:102
     PHP 7. call_user_func() /usr/local/ispconfig/server/lib/classes/plugins.inc.php:120
     PHP 8. apps_vhost_plugin->update() /usr/local/ispconfig/server/lib/classes/plugins.inc.php:0
     PHP 9. file_put_contents() /usr/local/ispconfig/server/plugins-available/apps_vhost_plugin.inc.php:103
    Normally I have to delete the /var/www/ispconfig directory and now I don't have a /var/www directory even .. so I am presuming you have improved the the installer in the multiserver setup ?

    Are these errors going to give me problems?

    Thanks.
     
    Last edited: Nov 22, 2011
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This should not make any problems, just a missing if statement in the plugin. I've fixed that in svn stable.
     

Share This Page