osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

No Sample data after clean install v1.7

This is a discussion on No Sample data after clean install v1.7 within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; Hi All Having installed osc on previous occasions for other domains, I thought I knew what to look for. That ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 01-13-2005, 03:11 PM
New Member
 
Join Date: Jan 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tonyosc
Default No Sample data after clean install v1.7

Hi All

Having installed osc on previous occasions for other domains, I thought I knew what to look for. That was until I try osmax v1.7. Install procedure does not appear to have altered but resulting admin and catalog pages had their faults. I managed to correct the admin side through permissions but I can't seem to resolve the catalog pages. I noticed firstly we have no categories showing. The db shows the tables created but no data in the fields. I had to create a category thro' admin inorder to get the cat menu to appear. The linking from these cats do not resolve correctly now (404).
Has anybody experienced install probs with this v1.7.
My new install is totalwines.com

Appreciate some feed back from you worldly wise people.

take care
Tony
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 01-13-2005, 04:38 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,330
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: No Sample data after clean install v1.7

Your install problems are related to the path you used when running the installer (404 errors and admin problem). osCMax is stable and there are no issues with the software. You simply need to correct the path you used as it is clearly not correct.

There is no sample data included in max as a convenience. That way you don't have to delete it. The java menu will not appear until you put a category in. Again, not an issue as the assumption is that you will be adding your own products and categories.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-14-2005, 01:54 PM
New Member
 
Join Date: Jan 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tonyosc
Default

Michael

Appreciate your comments. Install problems are always to do with the installee, and not always the software.
When I uploaded the software, I chose to install it to root rather than the catalog folder. The installer software does not differentiate between paths
as we have to be explicit during the install, it writes the path to the config files. If that was incorrect then I would not have access to any file system neither the admin area.
Didn't realise the data was not included a la osc so hence the confusion. I guess that's in the readme! Even before adding the first cat, the template box a the top has the same errors. Having looked at this again it points to incorrect paths as you quite rightly said but I can't see where.
My config copy below.
############
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://www.totalwines.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'www.totalwines.com');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_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/httpd/vhosts/totalwines.com/httpdocs/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

// define our database connection
define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'totaluser');
define('DB_SERVER_PASSWORD', 'xxxxx');
define('DB_DATABASE', 'totaldb');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
// CLR 020605 defines needed for Product Option Type feature.
define('PRODUCTS_OPTIONS_TYPE_SELECT', 0);
define('PRODUCTS_OPTIONS_TYPE_TEXT', 1);
define('PRODUCTS_OPTIONS_TYPE_RADIO', 2);
define('PRODUCTS_OPTIONS_TYPE_CHECKBOX', 3);
define('TEXT_PREFIX', 'txt_');
define('PPRODUCTS_OPTIONS_VALUE_TEXT_ID', 0); //Must match id for user defined "TEXT" value in db table TABLE_PRODUCTS_OPTIONS_VALUES
?>
###########

kind regards

Tony
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Question regarding clean install countingsheep osCommerce 2.2 Discussion 1 05-29-2007 03:34 AM
Warning messages on clean install innovations osCMax v1.7 Installation 1 10-25-2004 11:58 PM
Sample Catalog Data for MS2-MAX 1.7 ddecjc osCMax v1.7 Installation 4 09-29-2004 02:05 AM
Latest BTS in Clean Install? Confused kindred1 osCMax v1.7 Installation 0 03-12-2004 01:08 PM
Removing Sample Data after installation Anonymous osCommerce 2.2 Installation Help 1 11-21-2002 03:00 PM


All times are GMT -8. The time now is 02:25 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax