MyBB Community Forums

Full Version: Uninstall
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I completely remove myBB, including the MySQL instance? I cannot get the install to work, so I would like to start with a clean plate and try again.
Thanks
Delete the files, delete the database.

That's probably not the best option though, what are you actually having a problem with?
I cannot get the product to work, I posted in the login/logout area. So, rather than curse and badmouth the product, I'm willing to give it another try. So, I'm going to start clean and carefully reinstall with the hopes of getting the damn thing to work before giving up and trying another product. To be honest, I may need to try another host also....
You don't need to reinstall.

In ./inc/settings.php find:
$settings['bburl'] = "https://nhpnetwork.org/forums";

Replace with:
$settings['bburl'] = "http://nhpnetwork.org/forums";

Then make the same change in the ACP >> Configuration >> General Configuration >> Board URL
You, sir, are a god. Thanks, I'm in business and can now test. Thanks.

However...where did I miss that in the docs? Was it caused by install, or my choice of settings?
You set the board URL during the install process.