Paypal store problem

When I try to buy something  from the store on my site it happen this. Successfully add purchases in my card , then go into  cart section and pres "checkout" button, then sign in  in paypal form and successfully perform a transaction. After that pres the "Return to merchant" button and here is the error in my database.
----------------------------------------------------------------
Error
Database query error
Query:
INSERT INTO `bx_store_customer` SET `file_id` = '4', `client_id` = '2', `order_id` = 'JP491S1ZC46XLUF6', `count` = '1', `date` = '1256593219'
Mysql error:
Table 'XXXXXX_mfdatabase.bx_store_customer' doesn't exist
----------------------------------------------------------------
Quote · 26 Oct 2009

The answer is right in front of your eyes. Try to delete every table beginning with "bx_store" from your database and install it again. It should work...

Same thing happened to me.

Quote · 27 Oct 2009

http://www.boonex.com/trac/dolphin/ticket/1367

Rules → http://www.boonex.com/terms
Quote · 27 Oct 2009

he doesn't need to delete everything from the DB that starts with bx_store, instead hop into the DB & check to see if that specific table exists.  In phpMyAdmin it will be in the left column (alphabetical order), if it doesn't exist, then just go through the D7 Install Folder, fine the Install SQL and then locate the correct table and columns and run those as an SQL query.  Just copy paste them out and place them in the SQL tabl of phpMyAdmin.  Done.

Quote · 27 Oct 2009

Thanks for the help.

Quote · 27 Oct 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.