habe nun stundenlang das Forum durchsucht. Entweder ist mein Problem noch nicht geschildert oder ich finde es einfach nicht. Wir haben eine Contenido-Seite von einem polnischen Hoster übernommen (Ver. 4.6.8.5). Zunächst einfach die FTP-Daten 1:1 kopiert und einen SQL-Dump hochgeladen. Die Pfadangaben an den neuen Server angepaßt in contenido/includes/config.php und in der DB in con_client.
Fehler im Frontend:
Code: Alles auswählen
Fatal error: Error: Can't include /home/httpd/vhosts/tolleSeite.de/httpdocs/cms/includes/functions.navigation.php in /home/httpd/vhosts/tolleSeite.de/httpdocs/contenido/includes/api/functions.api.general.php on line 158
Code: Alles auswählen
Warning: opendir( /home/httpd/vhosts/tolleSeite.de/httpdocs/cms/css/): failed to open dir: Datei oder Verzeichnis nicht gefunden in /home/httpd/vhosts/tolleSeite.de/httpdocs/contenido/includes/include.style_files_overview.php on line 63
Verzeichnis existiert nicht oder ist nicht lesbar
/home/httpd/vhosts/tolleSeite.de/httpdocs
con_code und cache-Verzeichnis geleert -> keine Besserung
Safe_Mode ist ausgeschaltet
Wir haben auf dem gleichen Space beim gleichen Hoster mehrere Seiten ohne Probleme laufen ...
phpinfo() des Servers:
Code: Alles auswählen
Array ( [HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/x-icq, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, */* [HTTP_ACCEPT_LANGUAGE] => de [HTTP_UA_CPU] => x86 [HTTP_ACCEPT_ENCODING] => gzip, deflate [HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30) [HTTP_HOST] => www.tolleSeite.de [HTTP_CONNECTION] => Keep-Alive [HTTP_COOKIE] => PHPSESSID=2edcca235e15d26e6999f1d8685027b4; sid_1_1=665070ed3ac2f52ae7df9e25bf3abe63 [PATH] => /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin [SERVER_SIGNATURE] =>
Apache/2.0.51 (Fedora) Server at www.tolleSeite.de Port 80
[SERVER_SOFTWARE] => Apache/2.0.51 (Fedora) [SERVER_NAME] => www.tolleSeite.de [SERVER_ADDR] => 217.999.201.198 [SERVER_PORT] => 80 [REMOTE_ADDR] => 212.999.42.167 [DOCUMENT_ROOT] => /home/httpd/vhosts/tolleSeite.de/httpdocs [SERVER_ADMIN] => wumpti@dumpti.de [SCRIPT_FILENAME] => /home/httpd/vhosts/tolleSeite.de/httpdocs/pfad.php [REMOTE_PORT] => 1053 [GATEWAY_INTERFACE] => CGI/1.1 [SERVER_PROTOCOL] => HTTP/1.1 [REQUEST_METHOD] => GET [QUERY_STRING] => [REQUEST_URI] => /pfad.php [SCRIPT_NAME] => /pfad.php [PHP_SELF] => /pfad.php [PATH_TRANSLATED] => /home/httpd/vhosts/tolleSeite.de/httpdocs/pfad.php [argv] => Array ( ) [argc] => 0 )
- Contenido Version 4.6.15
Contenido Pfad /home/httpd/vhosts/tolleSeite.de/httpdocs/contenido/
Contenido HTML path ../contenido/
Contenido full HTML path http://www.tolleSeite.de/contenido/
Contenido frontend path /home/httpd/vhosts/tolleSeite.de/httpdocs
Contenido PHPLIB path /home/httpd/vhosts/tolleSeite.de/httpdocs/conlib/
Contenido wysiwyg path /home/httpd/vhosts/tolleSeite.de/httpdocs/contenido/external/wysiwyg/tinymce2/
Contenido wysiwyg HTML path http://www.tolleSeite.de/contenido/exte ... /tinymce2/
Host Name www.tolleSeite.de
Browser path http://www.tolleSeite.de/contenido/
Mandanteninformationen Anzahl der installierten Mandanten1
Mandanten-Einstellungen Werte
Website 1
Sprache(n) deutsch, english
HTM-Pfad http://www.tolleSeite.de/cms/
frontend-Pfad /home/httpd/vhosts/tolleSeite.de/httpdocs/cms/
Anzahl Benutzer 3
Anzahl der Artikel 16
Server Betriebssystem Apache/2.0.51 (Fedora)
PHP MySQL database extension mysql
MySQL Serverversion 3.23.58
Installierte PHP-Version 4.3.10
safe_mode Deaktiviert
magic_quotes_gpc Deaktiviert
magic_quotes_runtime Deaktiviert
gpc_order GPC
memory_limit 32M
max_execution_time 30
Deaktivierte Funktionen show_source, system, shell_exec, passthru, proc_open, popen
Gettext extension geladen
sql.safe_mode Deaktiviert
Im Mandanten wurde nichts geändert:
Serverpfad: /home/httpd/vhosts/tolleSeite.de/httpdocs/cms/
Webadresse: http://www.tolleSeite.de/cms/
Danke vorab für eure Hilfe!