MyBB Community Forums

Full Version: Transfer mybb from one host to another
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ive installed joomla and mybb in my site and transferring my site to other host after making backup i uploaded all the files to new host including home directory and MySql database then in new host i added user to database and edited joomla config.php file and its working fine but mybb is not working i edited config.php and added new database and username and password but its giving error that

Mybb internel Error

MyBB has experienced an internal error and cannot continue.

Error Type:
MyBB Error (44)
Error Message:
MyBB was unable to load the SQL extension. Please contact the MyBB Group for support. MyBB Website

Please tell me what i have to do?
If you are using MySQL as the database:

$config['database']['type']
In your config.php, find the above code, and if it is set to mysql change it to mysqli, and if it is set to mysqli, change it to mysql.
yeh now its working but there is problem whenever i click register it bring me back to my old domain however i have changed the domian and whenever i clik sign in it say you are seccessfully login but Im not
You need to check the cookie settings too.
http://community.mybb.com/thread-74904.html
thanks man both of you saved my life +repution to Joshua Mayer n Yaldaram
Thanks Smile

Please hit the solve button too. Smile