Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error undefined when go to pages


dgandy

Recommended Posts

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...