MyBB Community Forums

Full Version: [SOLVED] - Settings not updating.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some of the settings for my MyBB board haven't been updating correctly. They update on the MySQL database and in the settings.php file, but they don't get updated on the website, I've cleared my cache on my browser and put the no cache header on the site, still no update.

Any help would be nice.

Thanks,
Brains.
Make sure ./inc/settings.php is CHMOD to 666.
What settings are you changing?? If they're getting updated in those two places it's working fine, chances are changing the settings probably just isn't having the effect you're expecting.
(2010-06-20, 08:54 PM)Conor Calby Wrote: [ -> ]Make sure ./inc/settings.php is CHMOD to 666.
This was the problem. I'm using IIS on a windows box. Forgot to change the permissions so the file was writable. Thought I had all the file permissions changed correctly, guess not.

Thanks guys.
Your welcome Smile
Thanks for choosing MyBB Big Grin

--Conor