MyBB Community Forums

Full Version: upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just upgade an old database but for some reason the old cp url still there, how can i change to access my new Admin cp.

Thanks
Your AdminCP url will be yoursite.com/admin/index.php unless you changed it.
(2016-01-26, 01:29 PM)Ben C Wrote: [ -> ]Your AdminCP url will be yoursite.com/admin/index.php unless you changed it.

I made a backup from an older forum in a diferent host and now i upgrade it with that database but the Admincp is being redirect to the older host. Where can i change this?

Thanks
^ first you have to edit board url & cookie settings in ~/inc/settings.php file and then again at Site Details of forum admin panel

~/inc/settings.php file
$settings['bburl'] = "______________";
$settings['cookiedomain'] = "_____________";
$settings['cookiepath'] = "______________";

admin panel >> configuration (settings) >> Site Details -->
* Board URL
* Cookie Domain
* Cookie Path

related guidance => http://community.mybb.com/thread-126359.html
Thanks.

Here is my new forum upgraded, but there are some stuff missing, like the new thread, no new thread and some menus backgrounds, any idea were to fix this?.

Thanks.