MyBB Community Forums

Full Version: Forum not loading properly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed my old forum under a new subdomain and directory but the forum won't load properly. I have already updated the cookie details in inc/settings.php and changed the database details in inc/config.php but the forum still won't load properly.

I have already tried everything I read from Google but I still have this problem. Thank you. Smile
You also need to change the URL in your mybb_settings table.

update mybb_settings set value='http://cz.glitchforums.com' where name='bburl';

Delete the settings.php file and reload the forum. It will create a new one.
Thank you. Smile It worked. Smile