I got this error:
Runtime error in features/sta/sta_db.mvc @ [00000007:00000028]: Line 151: MvQUERY: mysql_stmt_prepare: Table ‘user.s01_Stats’ doesn’t exist
Miva Merchant has encountered a fatal error and is unable to continue. The following information may assist you in determining the cause of the error:
Error Code: MER-STA-DTB-00008
Description: mysql_stmt_prepare: Table ‘user.s01_Stats’ doesn’t exist
The problem was I use a shared SSL from my host and I rant he Add Store when logged in insecurely. I had to have the store dropped from the Stored table and set the Stores value in the DomainKeys table down by one. So if it was set to 1, I had to set it to 0. I was then able to add the store securely without error.
Leave a Reply