williamteh Posted December 18, 2004 Share Posted December 18, 2004 I'm OSC newbies....questions:- 1. How to input administrator id and password during OSC installation process? - I must left those fields empty in order to proceed next step installation.. 2. What is the different between File & Database (during installation option)? - I always choose file, which is better? 3. What is "session"? 4. How to input "zone.sql" into OSC? Thank you. Link to comment Share on other sites More sharing options...
♥ozcsys Posted December 18, 2004 Share Posted December 18, 2004 I'm OSC newbies....questions:- 1. How to input administrator id and password during OSC installation process? - I must left those fields empty in order to proceed next step installation.. 2. What is the different between File & Database (during installation option)? - I always choose file, which is better? 3. What is "session"? 4. How to input "zone.sql" into OSC? Thank you. <{POST_SNAPBACK}> 1. A stock install does not have an admin password you will need to do this yourself. 2. This is where your sessions info is kept mysql is better especially if you are on a shared server. 3. This is the temp files that allow customers info to be kept so they can save products to the cart. 4. Go to phpmyadmin-> choose your database-> click on the sql tab-> click browse choose the file and click go. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
williamteh Posted December 18, 2004 Author Share Posted December 18, 2004 1. A stock install does not have an admin password you will need to do this yourself. 2. This is where your sessions info is kept mysql is better especially if you are on a shared server. 3. This is the temp files that allow customers info to be kept so they can save products to the cart. 4. Go to phpmyadmin-> choose your database-> click on the sql tab-> click browse choose the file and click go. <{POST_SNAPBACK}> 1. How to do it myself? 2. Is that mean select Database instead of File? Link to comment Share on other sites More sharing options...
♥ozcsys Posted December 18, 2004 Share Posted December 18, 2004 1. How to do it myself? 2. Is that mean select Database instead of File? <{POST_SNAPBACK}> In your two configure.php files change define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' To define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
williamteh Posted December 18, 2004 Author Share Posted December 18, 2004 In your two configure.php files change define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' To define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' <{POST_SNAPBACK}> Thanks ozcsys :thumbsup: ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.