Current time: 07-05-2024, 08:30 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] Fehler bei Update 1.0.4 zu 1.0.5 komme nicht in den Adminbereich
Author Message
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #1
[ERLEDIGT] Fehler bei Update 1.0.4 zu 1.0.5 komme nicht in den Adminbereich
Hallo

Fehler behoben Wink


Wollte gerade auf meinem Server das Update von version 1.0.4 zu 1.0.5 machen.

Leider kommt es nach der Eingabe von make install zu folgenden Fehlern.

Code:
cp -dR ./reseller /tmp/ispcp/var/www/ispcp/gui
cp -dR ./client /tmp/ispcp/var/www/ispcp/gui
cp -dR ./include /tmp/ispcp/var/www/ispcp/gui
make[3]: Leaving directory `/usr/local/src/ispcp-omega-1.0.5/configs/debian/proftpd'
cp ./fcgid_ispcp.conf /tmp/ispcp/etc/ispcp/apache/fcgid_ispcp.conf
make[3]: Leaving directory `/usr/local/src/ispcp-omega-1.0.5/configs/debian/apache'
cp -dR ./domain_default_page /tmp/ispcp/var/www/ispcp/gui
cp -dR ./domain_disable_page /tmp/ispcp/var/www/ispcp/gui
cp -dR ./errordocs /tmp/ispcp/var/www/ispcp/gui
cp -dR ./themes /tmp/ispcp/var/www/ispcp/gui
cp -dR ./tools /tmp/ispcp/var/www/ispcp/gui
cp: Ãberschreiben des Verzeichnisses â/tmp/ispcp/var/www/ispcp/gui/tools/webmail/doc/ReleaseNotesâ mit NichtâVerzeichnis nicht möglich.
make[1]: *** [install] Fehler 1
make[1]: Leaving directory `/usr/local/src/ispcp-omega-1.0.5/gui'
make: *** [install] Fehler 2

Hab mich an die Anleitung im Wiki gehalten (englische Ausgabe)

Ich habe einen Root mit Debian Lenny und 64 Bit

Woher rührt der Fehler.
Modifikationen habe ich eigentlich keine drauf.
Zumindest nicht was webmail betrifft.

Danke für eure Hilfe.
Und schönen Feiertag Wink

Gruss Sven
(This post was last modified: 11-05-2010 08:14 PM by ZooL.)
05-24-2010 11:19 PM
Find all posts by this user
dcreation Offline
Junior Member
*

Posts: 85
Joined: Apr 2009
Reputation: 0
Post: #2
RE: Fehler bei Update 1.0.4 zu 1.0.5
Ne Idee wäre die Datei/Verzeichnis
/tmp/ispcp/var/www/ispcp/gui/tools/webmail/doc/ReleaseNotes
zu löschen. Dannach nochmal versuchen.
05-24-2010 11:33 PM
Find all posts by this user
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #3
RE: Fehler bei Update 1.0.4 zu 1.0.5 komme nicht in den Adminbereich
Hi

Also update lief dann durch.
Aber leider komme ich nun nicht mehr in den Adminbereich.
Ich habe die admin.doman.tld aufgerufen aber das geht leider nicht.
Die eigentliche domain domain.tld soll weitergeleitet werden auf eine andere domain (domain2.tld). Aber nicht admin.domain.tld. Hat bis vor dem Update wunderbar funktioniert.
Aber jetzt wird auch admin.domain.tld auf domain2.tld weitergeleitet.

In den log ist nichts zu sehen. und in der 00_master.conf steht folgendes.

Code:
# ispCP ω (OMEGA) a Virtual Hosting Control Panel
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: 00_master.conf 2505 2010-01-06 20:30:53Z nuxwin $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "ispCP ω (OMEGA) a Virtual Hosting Control Panel".
#
# The Initial Developer of the Original Code is ispCP Team.
# Portions created by Initial Developer are Copyright (C) 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# The ispCP ω Home Page is:
#
#    http://isp-control.net
#

#
# Master Begin
#

<VirtualHost XXX.XX.XXX.XX:80>

    ServerAdmin     admin@mail.de
    DocumentRoot    /var/www/ispcp/gui

    ServerName     domain.tld

    Alias /errors   /var/www/ispcp/gui/errordocs/

    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    Alias /pma      /var/www/ispcp/gui/tools/pma/
    Alias /webmail  /var/www/ispcp/gui/tools/webmail/
    Alias /ftp      /var/www/ispcp/gui/tools/filemanager/

    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

    <Directory /var/www/ispcp/gui>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php5.c>
        <Directory /var/www/ispcp/gui>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
            php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

#
# Master End
#

Danke für eure Hilfe.

Gruss Sven
05-25-2010 02:02 AM
Find all posts by this user
dcreation Offline
Junior Member
*

Posts: 85
Joined: Apr 2009
Reputation: 0
Post: #4
RE: [Erledigt] Fehler bei Update 1.0.4 zu 1.0.5 komme nicht in den Adminbereich
Spätere Einstellungen überschreiben frühere.
Poste mal bitte
/etc/apache2/sites-enabled/ispcp.conf
05-25-2010 02:17 AM
Find all posts by this user
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #5
RE: [Erledigt] Fehler bei Update 1.0.4 zu 1.0.5 komme nicht in den Adminbereich
Hi

Hat sich erledigt.
Habe den Fehler gefunden.
War doch was falsch in der 00_master.conf Wink
05-25-2010 03:36 AM
Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)