MyBB Community Forums

Full Version: Cookie domain and bburl deletes automatically
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
i have shifted my forum to cpanel from vps
but after doing all back-up i m having a small issue
in setting.php if i do chmod 777
it automatically removes
$settings['bburl'] =
$settings['cookiedomain']

if i keep the setting file 644 it does not changes becoz it dont have write permission

if bburl and cookiedomain is removed automatically from setting.php i even can't able to login or use the admincp

thanks
CHMOD ./inc/settings.php to 666
i do chmod 666 or 777
bburl and cookiedomain automatically removes from setting.php
Delete settings.php file. It'll regenerate itself.
already did same issue
If you've ever updated the settings.php file manually you'll need to update the settings in the ACP as well or the old ones will keep coming back.
Yeah you're obviously just editing the settings file and your Admin CP is saying "Hey, that's not right, it's supposed to be null!" and just blanking it out. But don't worry, I think there's a value in your settings table that allows you to fix all of this, should be obvious.