akhookfillah Posted January 15, 2004 Share Posted January 15, 2004 I did the complete installation process but every time i try to access the actual page it reverts to the installation page. The address is supposed to be localhost/catalog/index.php but whenever i type that in it goes to localhost/catalog/install/index.php. please tell me what to do, i need to get this up and running asap. thanks Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 are you installing this locally onto your system? how are your configure.php files set? Link to comment Share on other sites More sharing options...
dyland Posted January 15, 2004 Share Posted January 15, 2004 The only place you get redirected to the install script is at application_top.php. The code is: if (strlen(DB_SERVER) < 1) { if (is_dir('install')) { header('Location: install/index.php'); } } So it looks like your DB_SERVER variable is set wrong (is empty) which is in your configure.php file. Dylan Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.