Guten Tag Jim Knuth, am Donnerstag, 28. April 2005 um 14:23 schrieben Sie:
> Hallo und guten Tag Klaus, > danke f�r die Email vom 28.04.2005 13:57 > Klaus Schuehler schrieb - you wrote: >>>>> /var/www/web6/web/catalog/includes/application_top.php on line 285 >>> IMHO ist das kein PHP- oder Script- Pfadproblem. Es ist ein Confixx >>> Problem. ;) >> Hallo, >> ich habe kein Confixx. Ich nutze 42goISP. Dieser Fehler kommt nur >> bei Mambo und OSCommerce. Typo3 ist z.B. nicht betroffen. > na ja, ist doch das "gleiche". Dieser Fehler sieht irgendwie nach > open_base* Fehler aus. Was steht denn in Zeile 285? // include the language translations require(DIR_WS_LANGUAGES . $language . '.php'); Eintrag f�r die Domain: ###################################### # Vhost: www.mlm-bleibensiegesund.de ###################################### # # <VirtualHost 84.16.224.76> php_admin_flag safe_mode Off php_admin_value open_basedir /var/www/web6/ php_admin_value upload_tmp_dir /var/www/web6/phptmp/ php_admin_value session.save_path /var/www/web6/phptmp php_admin_value register_globals off User web6_info Group web6 ServerName www.mlm-bleibensiegesund.de ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/web6/web ServerAlias mlm-bleibensiegesund.de DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index. jsp Default.htm default.htm ScriptAlias /cgi-bin/ /var/www/web6/cgi-bin/ AddHandler cgi-script .cgi AddHandler cgi-script .pl ErrorLog /var/www/web6/log/error.log AddType application/x-httpd-php .php .php3 .php4 .php5 AddType text/html .shtml AddHandler server-parsed .shtml AddType application/vnd.wap.wmlscriptc .wmlsc .wsc AddType text/vnd.wap.wml .wml AddType text/vnd.wap.wmlscript .ws .wmlscript AddType image/vnd.wap.wbmp .wbmp ErrorDocument 400 /error/invalidSyntax.html ErrorDocument 401 /error/authorizationRequired.html ErrorDocument 403 /error/forbidden.html ErrorDocument 404 /error/fileNotFound.html ErrorDocument 405 /error/methodNotAllowed.html ErrorDocument 500 /error/internalServerError.html ErrorDocument 503 /error/overloaded.html AliasMatch ^/~([^/]+)(/(.*))? /var/www/web6/user/$1/web/$3 AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web6/user/$1/web/$3 </VirtualHost> # # # Basedir m�sste so stimmen. Gruss Klaus -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

