|
|||
|
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??? |
|
|||
|
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); |
|
|||
|
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 |
![]() |
| Lesezeichen |
| Stichworte |
| admin, fehler, shop |
| Themen-Optionen | |
| Ansicht | |
|
|