♥dgandy Posted July 14, 2008 Share Posted July 14, 2008 I have the licensed OSCommerce 2.2 When I go to any page, it loads fine. However, If I look at my control panel errors it shows an error File does not exist: /home/debeaart/public_html/store/undefined store is the folder I have the OSCommerce store installed in. My site is located at http://debeaart.biz/store/index.php Any help will be appreciated. They call me Debra the Deleter....Don't ask why. Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted July 14, 2008 Share Posted July 14, 2008 First place I would look is in is admin/includes/configure.php The path to the file you need is invalid Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
♥dgandy Posted July 15, 2008 Author Share Posted July 15, 2008 First place I would look is in is admin/includes/configure.php The path to the file you need is invalid Thank you Geoffreywalton. I think you are right. Below is my configure.php. Shouldn't there be more to the Server, Catalog Servers. Everything is in a folder labeled store. Seems like that should be http://debeaart.biz/store/ <?php define('HTTP_SERVER', 'http://debeaart.biz'); define('HTTP_CATALOG_SERVER', 'http://debeaart.biz'); define('HTTPS_CATALOG_SERVER', 'https://debeaart.biz'); define('ENABLE_SSL_CATALOG', false); define('DIR_FS_DOCUMENT_ROOT', '/home/debeaart/public_html/store/'); define('DIR_WS_ADMIN', '/store/admin/'); define('DIR_FS_ADMIN', '/home/debeaart/public_html/store/admin/'); define('DIR_WS_CATALOG', '/store/'); define('DIR_FS_CATALOG', '/home/debeaart/public_html/store/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); ?> They call me Debra the Deleter....Don't ask why. Link to comment Share on other sites More sharing options...
♥dgandy Posted July 15, 2008 Author Share Posted July 15, 2008 I was looking at the page info (links) and I saw this... Home......http://debeaart.biz/ Shouldn't that be http://debeaart.biz/store/index.php If so...how do I change it? They call me Debra the Deleter....Don't ask why. Link to comment Share on other sites More sharing options...
♥dgandy Posted July 16, 2008 Author Share Posted July 16, 2008 OK. I went ahead and uninstalled and reinstalled the store. I have just started working on it and there wasn't a lot there to worry with. I don't get the errors any more....BUT...this is the problem.... If I click on the link 'Top', it takes me to http://debeaart.biz/ and I get a blank page. If I click on catalog, the link is http://debeaart.biz/store/index.php (which is supposed to be) I have looked every where and can not find where to change the link for 'Top'. I don't think I need it any way since the store is the main part. Can someone please help me? They call me Debra the Deleter....Don't ask why. Link to comment Share on other sites More sharing options...
♥dgandy Posted July 20, 2008 Author Share Posted July 20, 2008 I guess I didn't look everywhere. :blush: I finally found the fix. I figured I would post the link here in case someone else reading this has the same question...Removing 'Top' from your menu They call me Debra the Deleter....Don't ask why. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.