MyBB Community Forums

Full Version: [another problem] after moved forum to new host -.-
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
forum was moved, everything worked fine now when i click login and enter username/pass it takes me to old domain, same in admin cp, this happened suddently, i could login first time, it was fine, dont know how, in settings.php everything is correct :/
when you login to admin panel, you have to reset the settings & save them thru admin panel

esp. board URL, cookie path, cookie domain ...
but when i log to ap and click config tab it loggs me out and can't login then :s

how come it suddently doesn't work?
^ can you recheck settings.php whether it has correct settings for board URL , cookie ...
settings.php was delted by itself lol... Any idea why?
Upload a PHP file with these contents to your root:

<?php
define("IN_MYBB",1);
include("global.php");
rebuild_settings();
?>

Then run it.
Edit : not seen PJGIH's above response Smile

hmm., do you have a copy of it with correct settings to replace ...
(2011-10-09, 05:45 PM)PJGIH Wrote: [ -> ]Upload a PHP file with these contents to your root:

<?php
define("IN_MYBB",1);
include("global.php");
rebuild_settings();
?>

Then run it.

so, save as res.php and upload to forum directory, then go domain.com/forum/res.php
right?
Correct Smile
k thanks, but any idea why settings.php vanished like that?