MyBB Community Forums

Full Version: mybb_user doesn`t exist?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,
I have this problem with phpmyadmin, i want set this with sql : 

UPDATE mybb_users SET threadmode = 'linear'

and ... 

Error
SQL query:


UPDATE `mybb_users` SET `threadmode` = 'linear'
[size=undefined]

MySQL said: [Image: dot.gif]
[/size]

#1146 - Table 'bloginsc_mybb212.mybb_users' doesn't exist

my forum: www.pcwebit.ro
You may be using a different table prefix. Do you have any tables that end in something like "users" at all? If so, you need to use the prefix in front of it.
You have violated MyBB SEP as your forum doesn't link back to MyBB, but another forum. Read more here. Double check your table prefix.
mybbsp_users exist, but why this error?
(2018-06-14, 09:28 PM)Roberth Wrote: [ -> ]mybbsp_users exist, but why this error?

Did you scroll all the way down? Maybe there is a 2nd page?
Yes is 2 and page, but same problem..

Pictures 1 my account

Pictures 2 test account

Only my i have this problem ..
Update your config.php file to have mybbsp_ (instead of mybb_) as the table prefix.
rename? or what?

Lool, no have config.php ...
(2018-06-14, 10:16 PM)Roberth Wrote: [ -> ]rename? or what?

Lool, no have config.php ...

Yea, you do have config.php, you have to look in the correct folder.

Use your FTP program, then... look in (root) /inc folder. You will find config.php
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'bloginsc_mybb212.mybb_datacache' doesn't exist
Query:
SELECT title,cache FROM mybb_datacache
Pages: 1 2