Page 1 of 1

trouble to restore my store

Posted: Fri Apr 18, 2014 4:02 pm
by iamafaker
I was moving my files from localhost to web hosting, but when i restore the store using the backup files
the error occurred:

Notice: Error: Table 'mydatabase.oc_openbay_faq' doesn't exist
Error No: 1146
TRUNCATE TABLE `oc_openbay_faq` in /home/mydatabase/public_html/system/database/mysql.php on line 50

what is wrong about this ??? ??? ???

Re: trouble to restore my store

Posted: Sat Apr 19, 2014 10:16 pm
by jty
It can't find the table openbay_faq
It is being told to truncate openbay_faq but it is saying there is no such table to truncate.

Re: trouble to restore my store

Posted: Sun Apr 20, 2014 11:06 pm
by billynoah
use phpmyadmin to export db and import it to the remote site.

Re: trouble to restore my store

Posted: Mon Apr 21, 2014 12:42 am
by iamafaker
billynoah wrote:use phpmyadmin to export db and import it to the remote site.
how to do this?

Re: trouble to restore my store

Posted: Mon Apr 21, 2014 12:45 am
by billynoah