No such file or directory in [...]/apache2_plugin.inc.php on line 841

Discussion in 'Installation/Configuration' started by luminexus19, Apr 16, 2011.

  1. luminexus19

    luminexus19 New Member

    Hi,

    I'm trying to install ISPConfig 3.0.3.3 on a clean Ubuntu 10.04 LTS Server.
    Everything seem to be working fine, except for on thing. Whenever I add a new site, I get this error message:

    Line 840 & 841 are:
    The /etc/apache2/sites-available/test.local.vhost actually does exist, although there's no copy of it by a name of test.local.vhost~. Maybe the file is generated after this line?

    I have found this error message in some posts, so I'm not the only one getting this message. However those posts are about different errors, and I couldn't find a solution for this one.

    Doesn't seem to be a big problem, but would be nice to see a clean log file. Any idea?

    Attila
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you post the output of
    Code:
     ls -la /etc/apache2/sites-available/
    ?
     
  3. luminexus19

    luminexus19 New Member

    Sure. Here it is:
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Hm, looks ok... I've added this to our bugtracker, so we will check that.
     
  5. StefanoVanzo

    StefanoVanzo New Member

    Hi
    Same thing to me on Debian 64bit Squeeze and IspConfig ver. 3.0.3.3

    the only log error:
    PHP Warning: copy(/etc/apache2/sites-available/hotelwanda.com.vhost): failed to open stream: No such file or directory in /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php on line 841

    thank you for your work
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Till has already fixed this in SVN. :)
     
  7. ckmcguire

    ckmcguire New Member

    Who is Till and how do I get to SVN for the fix?
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Till is the main ISPConfig developer.

    It is not recommended to use SVN. Just wait for the next stable release.
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    This is just a php warning and has no negative effect on any functions in ISPConfig. So there is no need to update to svn and as falko mentioned above, it is not recommended to use the svn version in production systems.
     

Share This Page