Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

installation problem


cwking

Recommended Posts

Posted

I'm install osc on my active shared server and on my local wamp server both have the same problem i get this error at config screen:

 

A test connection made to the database was NOT successful.

 

The error message returned is:

 

Table 'osc.configuration' doesn't exist

 

Please click on the Back button below to review your database server settings.

 

If you require help with your database server settings, please consult your hosting company.

 

Since I am the admin on both systems I know my settings are correct but osc won't go past this point

 

Help! :(

Posted

The default database tables are not being installed into the blank database you created before the install began (you did create one?).

 

You can install them manually via phpMyAdmin. If some of the tables have been installed then tick them and elect to drop them, then click on the SQL tab at the top of the page, use the Browse function to locate the install/oscommerce.sql file and then click the Go button.

 

Vger

Posted

Tried that but the table it says does not exist is an incorrect table name (osc.configuration)

Posted

Went back in the install and selected install sample data and was able to get past that point now it allows me to open and view the store however I cannot access admin getting these errors:

 

 

 

Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /usr/local/psa/home/vhosts/smbizops.com/httpdocs/osc/catalog/admin/index.php on line 13

 

Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /usr/local/psa/home/vhosts/smbizops.com/httpdocs/osc/catalog/admin/index.php on line 13

 

Fatal error: main(): Failed opening required 'includes/application_top.php' (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/smbizops.com/httpdocs/osc/catalog/admin/index.php on line 13

 

 

 

Almost there

Posted

on the wamp server I did the same thing and it had a different outcome I got a menu where I could select configure and start setting up the store however at the ver top I'm getting the following errors:

 

Warning: session_start() [function.session-start]: open(/tmp\sess_d2ef089672e3b6c1f2472d33b57ec980, O_RDWR) failed: No such file or directory (2) in d:\wamp\www\osc\oscommerce-2.2ms2-051113\catalog\admin\includes\functions\sessions.php on line 67

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at d:\wamp\www\osc\oscommerce-2.2ms2-051113\catalog\admin\includes\functions\sessions.php:67) in d:\wamp\www\osc\oscommerce-2.2ms2-051113\catalog\admin\includes\functions\sessions.php on line 67

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at d:\wamp\www\osc\oscommerce-2.2ms2-051113\catalog\admin\includes\functions\sessions.php:67) in d:\wamp\www\osc\oscommerce-2.2ms2-051113\catalog\admin\includes\functions\sessions.php on line 67

 

it appears zen cart was a lot eaiser it install without sample data and it ran first time and every time

Posted

In both of your configure.php files, on the last line, use this entry (stores sessions in the database and not in files in a 'tmp' folder). The errors will go away.

 

define('STORE_SESSIONS', 'mysql');

 

Vger

Archived

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

×
×
  • Create New...