Page 1 of 1

getting error in localhost

Posted: Thu Sep 11, 2008 1:37 pm
by rose
Error: Table 'opencart.setting' doesn't exist
Error No: 1146
select * from setting where `group` = 'catalog' or `group` = 'global'

Re: getting error in localhost

Posted: Thu Sep 11, 2008 1:51 pm
by bruce
If you create the database in cpanel then you should check the full name and the database username and the password.

Try checking your database using phpmyadmin and see if the database exists. If not, you must create it.

Re: getting error in localhost

Posted: Thu Sep 11, 2008 2:21 pm
by rose
it is in localhost not at remote site.
i hav checked the database using phpmyadmin & the database exists.

Re: getting error in localhost

Posted: Thu Sep 11, 2008 2:54 pm
by bruce
My bad for not reading more carefully.

I can only reproduce your error by deleting the setting table.

Sorry to ask :-[ , but did you look in the database called opencart and see if there are any tables and/or if the table setting is there?