Ich habe neuerdings folgendes Problem: auf einer Webseite die eigentlich immer ganz gut mit Contenido lief gab es vor Kurzem eine Downtime, keine Ahnung warum. Kurz darauf war die Präsenz über FTP wieder erreichbar, aber egal ob ich bei Contenido das Front- oder Backend zu erreichen versuche, ich kriege immer nur folgende Fehlermeldungen:
Code: Alles auswählen
Warning: main(): open_basedir restriction in effect. File(/home/httpd/vhosts/domain.de/httpdocs/contenido/contenido/includes/globals_off.inc.php) is not within the allowed path(s): (/var/www/vhosts/domain.de/httpdocs:/tmp) in /var/www/vhosts/domain.de/httpdocs/contenido/contenido/includes/config.php on line 22
Warning: main(/home/httpd/vhosts/domain.de/httpdocs/contenido/contenido/includes/globals_off.inc.php): failed to open stream: Operation not permitted in /var/www/vhosts/domain.de/httpdocs/contenido/contenido/includes/config.php on line 22
Fatal error: main(): Failed opening required '/home/httpd/vhosts/domain.de/httpdocs/contenido/contenido/includes/globals_off.inc.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/domain.de/httpdocs/contenido/contenido/includes/config.php on line 22
- die globals_off.inc.php EXISTIERT
- im config.php stehen die richtigen Pfade, bis vor Kurzem hatte doch auch alles funktioniert!
- ich habe alle relevanten Ordner und Dateien auf 777 (und wahrscheinlich sogar mehr als es sein sollten) und nichts hilft!
Kann mir da jemand weiterhelfen? DANKE DANKE DANKE!