UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » db_mysql problem..

db_mysql problem..

Moderators: Gaia.

Page: 1

Author Post
Member
Registered: Sep 2006
Posts: 6
Error messages....

In file db_mysql.php on line 114:

SQL_ERROR - Table 'jzzxh.usebbssessions' doesn't exist

SQL query causing the error:


SELECT s.user_id, s.started, s.location AS slocation, s.pages, s.ip_addr, u.* FROM usebbssessions s LEFT JOIN usebbsmembers u ON u.id = s.user_id WHERE sess_id = 'e6e1f28962812c1fc6260df28db1738d'



Thx.... :'(
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
Please check the table prefix set in config.php. It usually should be "usebb_".
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Sep 2006
Posts: 6
Same error messages..

In file db_mysql.php on line 114:

SQL_ERROR - Table 'jzzxh.usebb_sessions' doesn't exist

SQL query causing the error:


SELECT s.user_id, s.started, s.location AS slocation, s.pages, s.ip_addr, u.* FROM usebb_sessions s LEFT JOIN usebb_members u ON u.id = s.user_id WHERE sess_id = 'e6e1f28962812c1fc6260df28db1738d'


thx..it's my first time use form... :'(

i don't know how can i do.....
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
I assume you have installed UseBB? See the docs/index.html file.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Sep 2006
Posts: 6
i known....what i wrong....thx u... :lol:

Page: 1

UseBB Community » Help & Support » db_mysql problem..

UseBB Community is powered by UseBB 1 Forum Software