MyBB Community Forums

Full Version: Moved my forum to a another hosting - got issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello.

I moved my mybb forum to another hosting and i am having issues with it.
I zipped the whole forum then moved dropped all the files on my new ftp server,
then i created a new database and imported my old database in PHPmyadmin.
After that, i edited the config.php file:


$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'censored';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'censored';
$config['database']['username'] = 'censored';
$config['database']['password'] = 'censored';


The bold lines are the lines that i edited, i don't know if i should edit the table prefix line
because all of the tables still have a mybb_ prefix:

[Image: GnJovDn.png]

When i enter the forum, i can see the main page but moving to any other page or logging in just throws an error.

Here's an error i got when i clicked one of the forums:

Fatal error: require_once() [function.require]: Failed opening required '/home/censored/public_html/forum/Upload/inc/functions_post.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/censored/public_html/forum/Upload/forumdisplay.php on line 24

Here's an error i got when trying to log in:
Fatal error: require_once() [function.require]: Failed opening required '/home/censored/public_html/forum/Upload/inc/functions_post.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/censored/public_html/forum/Upload/member.php on line 27

What can i do? i really need help.
you should also edit ~/inc/settings.php file to put correct board url & cookies
then you have to login to forum admin panel and put the correct board url & cookies again there

see also board url & cookie settings guidance & this reply