MyBB Community Forums

Full Version: Admin CP Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear friends,

I have a problem with mybb admin CP, When I change a property in Configuration part, Admin CP says it completed successfully, but nothing happened to forum...

for example, I Changed Forum state to offline, and Admin CP said that completed successfully, but forum is still online.
Same problem with another properties in configuration.

Please help me... Sad
Is ./inc/settings.php chmod to 666?
Make sure that all of the files listed below are CHMOD to what it says:

filename CHMOD Permission
--------------------------------------------
./inc/config.php 666
./inc/settings.php 666
./cache/ 777
./cache/themes/ 777
./uploads/ 777
./uploads/avatars/ 777
I have corrected permissions (my server is windows, and I set permissions of all those files to Full Control)

But still changing properties in Admin CP doesn't affect forum...
(By Changing properties from Admin CP, Also settings.php doesn't affect... But they are saved in Admin CP. for example, if I set forum state to closed, forum is still open, but in admin cp, Selected option is Closed!)


Please Help!
Delete the ./inc/settings.php file, it will regenerate itself.
Thanks,