Prestashop Admin panelinde hata kodu
Bu hataları Temalar ekranında en üst kısımda aldım.
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/vhosts/siteismi/httpdocs/themes//index.php/preview.jpg) is not within the allowed path(s): (/var/www/vhosts/siteismi/:/tmp/) in/var/www/vhosts/siteismi/httpdocs/yonetim/tabs/AdminThemes.php on line 148
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/vhosts/siteismi/httpdocs/themes//debug.tpl/preview.jpg) is not within the allowed path(s): (/var/www/vhosts/siteismi/:/tmp/) in/var/www/vhosts/siteismi/httpdocs/yonetim/tabs/AdminThemes.php on line 148
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/vhosts/siteismi/httpdocs/themes//live_edit.tpl/preview.jpg) is not within the allowed path(s): (/var/www/vhosts/siteismi/:/tmp/) in/var/www/vhosts/siteismi/httpdocs/yonetim/tabs/AdminThemes.php on line 148
index.php debug.tpl ve live_edit_tpl yi yenileriylede değiştirdim. Adminthemes.php de 148. satır ;
if ($folder != '.' AND $folder != '..' AND file_exists(_PS_ALL_THEMES_DIR_.'/'.$folder.'/preview.jpg'))
$themes[$folder]['name'] = $folder;
Bu şekilde. Burada hata nerde
