Jump to content
xt:Commerce Community Forum

Fehler Im Admin Unter Mein Shop


djb-side

Recommended Posts

Hallo,

ich bekomme folgenden Fehler wenn ich im Admin auf meine Shop Einstellungen gehe!

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/srv/www/web1/html/templates///..) is not within the allowed path(s): (/srv/www/web1/html/) in /srv/www/web1/html/admin/includes/functions/general.php on line 1439

woran kann das liegen???

Link to comment
Share on other sites

in der general.php line 1439 steht folgendes:

$name = (($key) ? 'configuration[' . $key . ']' : 'configuration_value');

if ($dir= opendir(DIR_FS_CATALOG.'templates/')){

while (($templates = readdir($dir)) !==false) {

if (is_dir( DIR_FS_CATALOG.'templates/'."//".$templates) and ($templates !="CVS") and ($templates!=".") and ($templates !="..")) {

$templates_array[]=array(

'id' => $templates,

'text' => $templates);

Link to comment
Share on other sites

  • 2 months later...

Hallo,

habe nochmal neu installiert, jetzt bekomme ich

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/srv/www/web2/html/templates///..) is not within the allowed path(s): (/srv/www/web2/html/) in /srv/www/web2/html/admin/includes/functions/general.php on line 1448

in der general.php steht ab zeile 1447 folgendes:

while (($templates = readdir($dir)) !==false) {

if (is_dir( DIR_FS_CATALOG.'templates/'."//".$templates) and ($templates !="CVS") and ($templates!=".") and ($templates !="..")) {

$templates_array[]=array(

'id' => $templates,

'text' => $templates);

}

}

closedir($dir);

sort($templates_array);

Woran liegt das?

MfG

djb-side

Link to comment
Share on other sites

Archived

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

×
  • Create New...