MyBB Community Forums

Full Version: Sql Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
got this error?? how to fix it

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'dugokonc_mybb1.users' doesn't exist
Query:
 SELECT u.* FROM users u LEFT JOIN usergroups g ON (g.gid=u.usergroup) WHERE u.lastactive > 1342267063 ORDER BY u.lastactive DESC

(2012-07-15, 11:58 AM)lexy Wrote: [ -> ]got this error?? how to fix it

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'dugokonc_mybb1.users' doesn't exist
Query:
 SELECT u.* FROM users u LEFT JOIN usergroups g ON (g.gid=u.usergroup) WHERE u.lastactive > 1342267063 ORDER BY u.lastactive DESC

more errors??

Type: 20
File:  (Line no. 0)
Message
SQL Error: 1146 - Table 'dugokonc_mybb1.users' doesn't exist
Query:
                        SELECT u.*, f.*
                        FROM users u
                        LEFT JOIN userfields f ON (f.ufid=u.uid)
                        WHERE u.uid='88'
                        LIMIT 1

anyone??
(2012-07-15, 11:58 AM)lexy Wrote: [ -> ]got this error?? how to fix it

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'dugokonc_mybb1.users' doesn't exist
Query:
 SELECT u.* FROM users u LEFT JOIN usergroups g ON (g.gid=u.usergroup) WHERE u.lastactive > 1342267063 ORDER BY u.lastactive DESC

(2012-07-15, 11:58 AM)lexy Wrote: [ -> ]got this error?? how to fix it

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'dugokonc_mybb1.users' doesn't exist
Query:
 SELECT u.* FROM users u LEFT JOIN usergroups g ON (g.gid=u.usergroup) WHERE u.lastactive > 1342267063 ORDER BY u.lastactive DESC

more errors??

Type: 20
File:  (Line no. 0)
Message
SQL Error: 1146 - Table 'dugokonc_mybb1.users' doesn't exist
Query:
                        SELECT u.*, f.*
                        FROM users u
                        LEFT JOIN userfields f ON (f.ufid=u.uid)
                        WHERE u.uid='88'
                        LIMIT 1

anyone??
The Table in the database does not exist ... this could be that the mysql server is having a problem or have you changed the table prefix ? use phpmyadmin to check out if the tables do exist
mybb_users table does no exists in myadminphp,but i not change or delete anything in ACP or CPannel,so how to fix this

actualy does not exists in
MySQL Databases sorry