HI I got error on bottom page: http://motobg.net/zcart
0 DB_ERROR_NOT_CONNECTED in:
[select count(*) as total from zen_sessions where sesskey=
Can anybody help?
HI I got error on bottom page: http://motobg.net/zcart
0 DB_ERROR_NOT_CONNECTED in:
[select count(*) as total from zen_sessions where sesskey=
Can anybody help?
Do you have a zen_sessions table in your database? If not you may be using a poorly coded add-on module that assumes that you are using "zen_" as a database prefix.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I have such table
It's odd that this appears at the bottom of your page. Makes me wonder whether code has been added very late in the page building process and after the php session holding your database access credentials has been closed.
The database query isn't coming from normal Zen Cart, so must be added by a third-party add-on module or custom code. Do you know by whom or why it was added, and if it's an add-on - which one?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)