Jump to content
xt:Commerce Community Forum

Fehler nach Installation


Recommended Posts

Hallo,

folgende Fehler erhalte ich nach der Installation von xt:Commerce:

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/web2/html/:/var/www/web2/phptmp/:/var/www/web2/files/:/var/www/web2/atd/) in /var/www/web2/html/includes/header.php on line 315[/PHP]

Was muss ich machen?

header.php, line 315 steht nur:

" if (!is_dir(xtc_session_save_path())) {"

Was soll daran falsch sein?

Danke für eure Hilfe!

Marcel

Link to comment
Share on other sites

Hi,

Speicherst du die Sessions in als Datei oder in der Datenbank.

Überprüfe bitte die configure.php im Ordner includes und im Ordner admin/includes.

steht bei dir

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'[/HTML]

ändere es in

[HTML]define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'[/HTML]

Habe es aber nicht überprüft. Nur ein Gedanke von mir.

Gruß Rene

Link to comment
Share on other sites

Archived

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

×
  • Create New...