Hi,
I'm experiencing an error at MyBB forums. I didn't makes any changes, just tested the "Merge" software, but don't applied nothing from this system.
The error are:
Anyone know how to solve this problem? I recently configured an Forum with myBB and don't want lost my configuration.
Regards.
Hi,
I disabled the Conversion Login Plugin and the problem was solved, for who don't know handle with it go to "/inc/init.php" and add this code to login first time:
define('NO_PLUGINS', "yes");
Or just delete "/inc/plugins/login*.php".
I'm experiencing an error at MyBB forums. I didn't makes any changes, just tested the "Merge" software, but don't applied nothing from this system.
The error are:
SQL Error:
1054 - Unknown column 'passwordconvert' in 'field list'
Query:
SELECT username,password,salt,loginkey,coppauser,usergroup,passwordconvert,passwordconverttype,passwordconvertsalt,uid FROM mybbmwajugip_users WHERE username='' OR email='' LIMIT 1
Anyone know how to solve this problem? I recently configured an Forum with myBB and don't want lost my configuration.
Regards.
Hi,
I disabled the Conversion Login Plugin and the problem was solved, for who don't know handle with it go to "/inc/init.php" and add this code to login first time:
define('NO_PLUGINS', "yes");
Or just delete "/inc/plugins/login*.php".