MyBB Community Forums

Full Version: moving to another domain
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Just upgraded my forum to 1.8.1 successfully.

I wanted to move the forum to another domain name

from:  www.my-domain.org
to:      www.mydomain.co

I have updated the (inc/settings.php) and (inc/config.php)
then I have replaced the URL in the MySQL database

but I am getting
MyBB Error (44)

How to fix that please?

Many thanks
it is database error, check vars in config.php
$config['database']['type'] = 'mysqli';

should be

$config['database']['type'] = 'mysql';


thanks