PDA

View Full Version : osCommerce Installation error


joefrank
6-8-04, 12:19 PM
I am installing osCommerce and set up my database. I get this error and it will not let me continue.

New Installation

osCommerce Configuration

A test connection made to the database was NOT successful.

The error message returned is:

Table 'OrganicSolutions.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.

I ended up loging into the database and creating a table called configuration. Did I do the wrong thing? It allowed me to complete the installation. when I click Catalog or Administration Tool button it gives me another error:

1054 - Unknown column 'configuration_key' in 'field list'

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[TEP STOP]

What am I doing wrong????
Thanks,
Joey

snowmaker
6-8-04, 01:14 PM
Table 'OrganicSolutions.configuration' doesn't exist
Maybe that's the table you needed to create, not just 'configuration'.

Jade Dragon
6-8-04, 08:47 PM
no, you should not have to manually set the database tables.

That error ususally indicates something was spelled wrong. Double check your database information via OPS>>WebSite>>Mysql tab.

Clear out the manual table you set in phpmyadmin.

=)
Jade

joefrank
6-9-04, 05:43 PM
I am unable to view the catalog @
http://environmentcare.com/catalog/index.php

It comes with this error:

1146 - Table 'OrganicSolutions.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[TEP STOP]