View Single Post
  #4  
Old 05-08-2017, 02:20 PM
aquapyrofan aquapyrofan is offline
Member
 
Join Date: Apr 2017
Posts: 48
Gender: Unknown/Other
Credits: 8,610
aquapyrofan is on a distinguished road
Default

Quote:
Originally Posted by kristhasirah View Post
first check your config.php file in the inc/ folder and see is everything match with the new domain, and if you have also installed the forum, you need to update the database: mybb_settings in there you change the url to the new url domain, then delete the settings.php in the forum/inc/ folder or where you installed the forum. a new setting.php file will be created automatically with the new info.

then you will also need to update the images files you already have, because if you used the upload image from the adimincp the complete url is added to the database the tables you need to look are:
filesmap, levels and items
you can use one of the codes from here: http://stackoverflow.com/questions/1...-a-mysql-query to update the tables with the new info, for me the first answer always work (the one that says: For a single table update)
Most of that was done (aside from forum settings, but that's irrelevant to this next point) but new pages that were added did not work either (in addition to it not generating signup files properly), while they worked fine on another site with a fresh install, so we opted to back everything up and do a clean install of the script itself (as in, wipe all the files and reinstall, and then put all the modifications back)
Reply With Quote