Guest Posted April 8, 2003 Share Posted April 8, 2003 I don't get it i installed oscommerce now 4 times the last time everyythig seemed to be alright i had to manually ajust alot of files to add 'includes/ at teh header.php , footer.php etc but it worked i tought but only i could see the page other peoplpe saw an error in language etc. NOW i reinstalled it again with the install menu but i receive this error againWHYYYYY i can't stand it no more Failed opening required 'includes/configure.php in /home/.sites/132/site180/web/catalog/includes/application_top.php on line 32' This is my configure.php ************************************************************ define('HTTP_SERVER', 'http://www.ddvd.nl'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.ddvd.nl'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', '/home/.sites/132/site180/web'); define('DIR_FS_CATALOG', '/home/.sites/132/site180/web/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); *********************************************************** I wantto installed it without ajusting any other files like application_top because i think that is the way to do it just ajusting caonfigure.php Could someoone pleeeease help me Link to comment Share on other sites More sharing options...
Guest Posted April 8, 2003 Share Posted April 8, 2003 Should there be a '.' before 'sites' here: define('DIR_FS_DOCUMENT_ROOT', '/home/.sites/132/site180/web'); Link to comment Share on other sites More sharing options...
Guest Posted April 8, 2003 Share Posted April 8, 2003 Strange i removed the dot but still smae problem This my cnfigure.php now define('HTTP_SERVER', 'http://www.ddvd.nl'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.ddvd.nl'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', '/includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', '/home/sites/132/site180/web'); define('DIR_FS_CATALOG', '/home/sites/132/site180/web/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Link to comment Share on other sites More sharing options...
Guest Posted April 8, 2003 Share Posted April 8, 2003 Nope... looking again that seem to be ok.... try: define('DIR_FS_DOCUMENT_ROOT', $HTTP_SERVER_VARS['DOCUMENT_ROOT']); Link to comment Share on other sites More sharing options...
WEBMISSIE Posted April 8, 2003 Share Posted April 8, 2003 I had to put a "." in front of /includes/ in this area of both the admin and catalog config file define('DIR_WS_INCLUDES', '/includes/'); hope this helps Link to comment Share on other sites More sharing options...
Guest Posted April 9, 2003 Share Posted April 9, 2003 Can it be that there are errors in application_top.php i am using oscommerce-2.2ms1 Link to comment Share on other sites More sharing options...
Guest Posted April 9, 2003 Share Posted April 9, 2003 Akkk!!... too many late nights I think :shock: ... its not even getting as far as opening configure.php.... so why am I worried about what is in it??? Ok.. when exactly do you receive the error? i had to manually ajust alot of files to add 'includes/ at teh header.php , footer.php etc I hope you you have done a fresh install and are not still using these.... I wantto installed it without ajusting any other files like application_top because i think that is the way to do it just ajusting caonfigure.php You need not directly touch any of these files at all if you use the install script. Download and install a nice.... fresh... virgin copy of osC.... and read up on it a little here: http://wiki.oscommerce.com/ Then try again..... Link to comment Share on other sites More sharing options...
valley Posted May 26, 2003 Share Posted May 26, 2003 Hey Matti, You seem to have more of this in your parts ! Could you please take a look at http://www.oscommerce.com/forums/viewtopic.php?t=45819 Struggling with it for some time now and have seen quite a few posts Many thanks in advance Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.