IronHide8 Posted June 10, 2006 Posted June 10, 2006 Hi all! Now it gives me this: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/www/data/www.valikoi.com/kauppa/catalog/install) is not within the allowed path(s): (/www/04/valikoi.com:/www/data/valikoi.com:/tmp:/www/scripts) in /www/04/valikoi.com/kauppa/catalog/includes/header.php on line 15 I've located it, and it's like this. if (WARN_INSTALL_EXISTENCE == 'true') { if (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/install')) { $messageStack->add('header', WARNING_INSTALL_DIRECTORY_EXISTS, 'warning'); } I know the problem is that /install thing but I don't know how to solve this. Thank you! -Tommi
♥Vger Posted June 10, 2006 Posted June 10, 2006 After you have completed the installation of the website you need to either delete or rename the 'install' folder. Vger
IronHide8 Posted June 10, 2006 Author Posted June 10, 2006 After you have completed the installation of the website you need to either delete or rename the 'install' folder. Vger Uh.. I have? I'm not that noob sry :P
Recommended Posts
Archived
This topic is now archived and is closed to further replies.