Welcome Guest, Not a member yet? Register   Sign In
Error 1146 when using transaction to update database
#1

[eluser]misakitran[/eluser]
I have set dbprefix="myprefix_".
Connecting to database and processing database by Active Record Class are right.
But when i use transactions to update database, I have error 1146 :
Code:
Table 'myprefix.myprefix_users' doesn't exist

UPDATE `myprefix_users` SET `email` = '[email protected]', `descriptions` = '', `block` = 0, `activation` = 1 WHERE `id` = '3'

Why having double dbprefix ?
Please help me ! Thanks !


Messages In This Thread
Error 1146 when using transaction to update database - by El Forum - 06-25-2012, 09:30 AM
Error 1146 when using transaction to update database - by El Forum - 06-25-2012, 09:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB