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
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
k thanks, but any idea why settings.php vanished like that?