2014-05-26, 09:36 AM
So a coupledays ago I moved my mybb from localhost on wampserver to the ftp of my website. So now everytime i changed settings in configure > settings on the admin panel:
$settings['bburl'] = "http://website.com/forum";(current host)
CHANGES TO
$settings['bburl'] = "http://localhost/test/forum";(old host)
$settings['cookiepath'] = "/forum/";(current host)
CHANGES TO
$settings['cookiepath'] = "/test/forum/";(old host)
And the result of this is that my stylesheet couldn't find and the lay-out get plain. And probably there occurs others errors also when changing urls.
So I thought to fix this is to follow the instructions on this page
http://docs.mybb.com/CHMOD_Files.html. So i've changed the rights on fillezila off certain files. But the problem is still there. So do someone know the problem en what to do?
$settings['bburl'] = "http://website.com/forum";(current host)
CHANGES TO
$settings['bburl'] = "http://localhost/test/forum";(old host)
$settings['cookiepath'] = "/forum/";(current host)
CHANGES TO
$settings['cookiepath'] = "/test/forum/";(old host)
And the result of this is that my stylesheet couldn't find and the lay-out get plain. And probably there occurs others errors also when changing urls.
So I thought to fix this is to follow the instructions on this page
http://docs.mybb.com/CHMOD_Files.html. So i've changed the rights on fillezila off certain files. But the problem is still there. So do someone know the problem en what to do?