War gezwungen, fuer mein Joomla-Projekt einen Serverpackupdate bei meinem Provider zu machen und nun funkt meine schon fast fertige Seite nicht mehr. Ich bekomme folgende Fehlermeldungen:
Ich moechte vorwegschicken, dasz ich ein ziemlicher Web- Datenbanken usw Neuling bin ... ich weisz auch, dasz der Fehler darin liegt, dasz irgendwelche Pfade nicht mehr funken weil sich der username von eco1711 in biz226 geaendert hat. Aber wo genau musz ich da jetzt ueberall herumpfuschen? Hab schon in die joomla.php Datei reingeschaut und auf Zeile 71 findet sich folgender Code:
Ich bin fuer jeden Hinweis aeuszerst dankbar!!!
Aloah,
jewlz.
Code:
[COLOR=black]Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(/usr/var/www/html/eco1711/html/taurus/includes/version.php) is not within the allowed path(s): (/var/www/html/biz226/:/usr/local/lib/php:/usr/bin:/usr/local/bin:/tmp/php) in /usr/var/www/html/biz226/html/taurus/includes/joomla.php on line 71[/COLOR]
[COLOR=black]Warning: require_once(/usr/var/www/html/eco1711/html/taurus/includes/version.php) [function.require-once]: failed to open stream: Operation not permitted in /usr/var/www/html/biz226/html/taurus/includes/joomla.php on line 71[/COLOR]
[COLOR=black]Fatal error: require_once() [function.require]: Failed opening required '/usr/var/www/html/eco1711/html/taurus/includes/version.php' (include_path='.:/usr/local/lib/php') in /usr/var/www/html/biz226/html/taurus/includes/joomla.php on line 71[/COLOR]
Code:
[COLOR=black]require_once( $mosConfig_absolute_path . '/includes/version.php' );[/COLOR]
[COLOR=black]require_once( $mosConfig_absolute_path . '/includes/database.php' );[/COLOR]
[COLOR=black]require_once( $mosConfig_absolute_path . '/includes/gacl.class.php' );[/COLOR]
[COLOR=black]require_once( $mosConfig_absolute_path . '/includes/gacl_api.class.php' );[/COLOR]
[COLOR=black]require_once( $mosConfig_absolute_path . '/includes/phpmailer/class.phpmailer.php' );[/COLOR]
[COLOR=black]require_once( $mosConfig_absolute_path . '/includes/joomla.xml.php' );[/COLOR]
[COLOR=black]require_once( $mosConfig_absolute_path . '/includes/phpInputFilter/class.inputfilter.php' );[/COLOR]
Aloah,
jewlz.
Last edited by a moderator: