Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Previewing Catalog when Setting site up


Bobcat698

Recommended Posts

Posted

I have set up the site a bit and I am adding products.

I am wanting to view what the site looks like, but when I go to the online catalog and click a category, I get a page not found error.

 

Please advise, thank you

 

Garrett

Posted
I have set up the site a bit and I am adding products.

I am wanting to view what the site looks like, but when I go to the online catalog and click a category, I get a page not found error.

 

Please advise, thank you

 

Garrett

 

 

What is your web address?

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted
What is your web address?

 

[Dead Link]

 

-------------------

Link Removed as per user (Bobcat698) request.

Andrew

Posted
[Dead Link]

 

Your site is working just fine

 

-------------------

Link Removed as per user (Bobcat698) request.

Andrew

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted
Your site is working just fine

 

Sorry I see your problem try to re-upload the osCommerce to server and install it again then try again?

 

Unless someone else might have a solution to this

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted
Sorry I see your problem try to re-upload the osCommerce to server and install it again then try again?

 

I just added quite a few products.. Is there a certain section I need to upload so as not to loose them?

Posted
I just added quite a few products.. Is there a certain section I need to upload so as not to loose them?

 

I would make a folder on your hard drive and download those pics to that folder

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted

It looks like the paths in includes/configure.php are incorrect.

Post the contents of that file here (without the db info)

 

 

f5

Posted
It looks like the paths in includes/configure.php are incorrect.

Post the contents of that file here (without the db info)

f5

 

 

here you go

 

[Dead Link]

 

defo looks like a path problem

 

-------------------

Link Removed as per user (Bobcat698) request.

Andrew

Posted
here you go

 

[Dead Link]

 

defo looks like a path problem

 

Here you go.

Thanks

define('HTTP_SERVER', 'URL Removed'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'URL Removed'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'URL Removed');

define('HTTPS_COOKIE_DOMAIN', 'URL Removed');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

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', 'pub/');

define('DIR_FS_CATALOG', '/home/content/B/o/b/Bobcat698/html/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

-------------------

Link Removed as per user (Bobcat698) request.

Andrew

Posted

Have you added any contributions or modified any files yet?

 

the configure file looks fine so maybe i was wrong :(

Posted
Have you added any contributions or modified any files yet?

 

the configure file looks fine so maybe i was wrong :(

 

No mods added yet...

Posted
Turn off the search friendly URL's and clear category cach in admin.

 

Where do I clear the cache? And what if I want to use Search Friendly URLs? If irrelevant, where do I turn them off.

 

I'd like to be able to be found in the search engines..

Posted

Admin->Configuration->MyStore -> Use Search-Engine Safe URLs (still in development)

 

See if it solves your problem and maybe try a mod instead.

 

Admin->Tools->Cache Control

 

Click recycle action.

Archived

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

×
×
  • Create New...