CMS läuft nach umstellung auf PHP5 nicht mehr
Verfasst: Do 20. Sep 2007, 12:49
Hallo
Unser Provider hat auf php5 umgestellt. Nun ist nur noch eine weisse Seite zu sehen.
Im Backend war folgende Meldung zu Lesen:
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/php5/classes/class.template.php) is not within the allowed path(s): (/srv/www/vhosts/musterweb.de/httpdocs:/tmp) in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 17
Warning: main(classes/class.template.php) [function.main]: failed to open stream: Operation not permitted in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 17
Warning: main() [function.include]: Failed opening 'classes/class.template.php' for inclusion (include_path='/usr/share/php5') in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 17
Fatal error: Class 'Template' not found in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 35
Dann hat der Provider änderungen an unseren Dateien vorgenommen sodas die Startseite wieder zu sehen ist. Auf eine andere Seite kann ich aber nicht Navigieren.
Zitat Provider:
Ich habe folgende Änderungen vorgenommen.
config.php:
$contenido_path = "contenido/"; -> $contenido_path = "./contenido/";
front_content.php:
include_once ("config.php"); -> include_once ("./config.php");
Offenbar gibt es aber noch mehr includes, die man modifizieren muss
das muss ihr Programmierer dann noch machen.Zitat Ende
Navigiere ich auf die nächste Seite bekomme ich jetz:
Warning: contenido_include() [function.contenido-include]: open_basedir restriction in effect. File(/usr/share/php5/HTML/Common.php) is not within the allowed path(s): (/srv/www/vhosts/musterweb.de/httpdocs:/tmp) in /srv/www/vhosts/musterweb.de/httpdocs/contenido/includes/api/functions.api.general.php on line 165
Warning: contenido_include(HTML/Common.php) [function.contenido-include]: failed to open stream: Operation not permitted in /srv/www/vhosts/musterweb.de/httpdocs/contenido/includes/api/functions.api.general.php on line 165
Warning: contenido_include() [function.include]: Failed opening 'HTML/Common.php' for inclusion (include_path='/usr/share/php5:/srv/www/vhosts/musterweb.de/httpdocs/pear/') in /srv/www/vhosts/musterweb.de/httpdocs/contenido/includes/api/functions.api.general.php on line 165
Fatal error: Class 'HTML_Common' not found in /srv/www/vhosts/musterweb.de/httpdocs/contenido/classes/class.htmlelements.php on line 32
Muss ich denn jetzt wirklich irgendwelche dateien Ändern?
und wenn ja welche?
Vielen Dank schon mal
Unser Provider hat auf php5 umgestellt. Nun ist nur noch eine weisse Seite zu sehen.
Im Backend war folgende Meldung zu Lesen:
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/php5/classes/class.template.php) is not within the allowed path(s): (/srv/www/vhosts/musterweb.de/httpdocs:/tmp) in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 17
Warning: main(classes/class.template.php) [function.main]: failed to open stream: Operation not permitted in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 17
Warning: main() [function.include]: Failed opening 'classes/class.template.php' for inclusion (include_path='/usr/share/php5') in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 17
Fatal error: Class 'Template' not found in /srv/www/vhosts/musterweb.de/httpdocs/contenido/frameset.php on line 35
Dann hat der Provider änderungen an unseren Dateien vorgenommen sodas die Startseite wieder zu sehen ist. Auf eine andere Seite kann ich aber nicht Navigieren.
Zitat Provider:
Ich habe folgende Änderungen vorgenommen.
config.php:
$contenido_path = "contenido/"; -> $contenido_path = "./contenido/";
front_content.php:
include_once ("config.php"); -> include_once ("./config.php");
Offenbar gibt es aber noch mehr includes, die man modifizieren muss
das muss ihr Programmierer dann noch machen.Zitat Ende
Navigiere ich auf die nächste Seite bekomme ich jetz:
Warning: contenido_include() [function.contenido-include]: open_basedir restriction in effect. File(/usr/share/php5/HTML/Common.php) is not within the allowed path(s): (/srv/www/vhosts/musterweb.de/httpdocs:/tmp) in /srv/www/vhosts/musterweb.de/httpdocs/contenido/includes/api/functions.api.general.php on line 165
Warning: contenido_include(HTML/Common.php) [function.contenido-include]: failed to open stream: Operation not permitted in /srv/www/vhosts/musterweb.de/httpdocs/contenido/includes/api/functions.api.general.php on line 165
Warning: contenido_include() [function.include]: Failed opening 'HTML/Common.php' for inclusion (include_path='/usr/share/php5:/srv/www/vhosts/musterweb.de/httpdocs/pear/') in /srv/www/vhosts/musterweb.de/httpdocs/contenido/includes/api/functions.api.general.php on line 165
Fatal error: Class 'HTML_Common' not found in /srv/www/vhosts/musterweb.de/httpdocs/contenido/classes/class.htmlelements.php on line 32
Muss ich denn jetzt wirklich irgendwelche dateien Ändern?
und wenn ja welche?
Vielen Dank schon mal