Jump to content
xt:Commerce Community Forum

Fehler nach Installation


Recommended Posts

Ich habe gerade das XT-Commerce Version v2.0 RC1.2 installiert, nun bekomme ich allerdinges den folgenden Fehler:

Warning: session_save_path(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/htdocs/web652/html/:/home/htdocs/web652/phptmp/:/home/htdocs/web652/files/:/home/htdocs/web652/atd/) in /home/htdocs/web652/html/includes/application_top.php on line 189

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/htdocs/web652/html/includes/application_top.php:189) in /home/htdocs/web652/html/includes/application_top.php on line 238

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/htdocs/web652/html/includes/application_top.php:189) in /home/htdocs/web652/html/includes/application_top.php on line 238

Ich habe schon bei meinem Webspacanbieter angerufen, die meinten das es an bestimmten Rechten auf dem Webspace lieg, die haben das dann ver?ndert und gasagt wenn es dann noch nicht geht muss etwa in einer Datei ver?ndert werden, aber in welcher k?nnt ihr mir das sagen?

Ich stelle gerade fest das ich auch nicht ins Admincenter komme, liegt das daran?

Link to comment
Share on other sites

In der configuration tabelle den eintrag SESSION_WRITE_DIRECTORY wieder auf ein korrektes Verzeichniss setzen oder in der application top

session_save_path(SESSION_WRITE_DIRECTORY);
durch
if (STORE_SESSIONS != 'mysql') session_save_path(SESSION_WRITE_DIRECTORY);

ersetzen.

und in beiden configure.php files (includes und admin/includes) den STORE_SESSIONS auf mysql stellen.

Dann sollte es gehen!

Link to comment
Share on other sites

  • 3 weeks later...

Hmmm... Habe das auch mal auf diesem Weg versucht, aber ich bekomme immer noch folgende Fehlermeldung:

>>Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 10022 is not allowed to access owned by uid 0 in /srv/www/vhosts/meine-Domain/subdomains/shop/httpsdocs/includes/application_top.php on line 219

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /srv/www/vhosts/proloxy.info/subdomains/shop/httpsdocs/includes/application_top.php:219) in /srv/www/vhosts/meine-Domain/subdomains/shop/httpsdocs/includes/application_top.php on line 270

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /srv/www/vhosts/proloxy.info/subdomains/shop/httpsdocs/includes/application_top.php:219) in /srv/www/vhosts/meine-Domain/subdomains/shop/httpsdocs/includes/application_top.php on line 270<<

Was läuft da nun verkehrt? Die Session wird in der MySQL gespeichert aber irgendwie scheint hier dennoch etwas verkehrt zu laufen...

Aber was denn???

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...