MyBB Community Forums

Full Version: Errors in Admin Control Panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have changed the hosting server of my board after having all backup files and MySQL.. However, I have the following errors in admin control panel whenever I try to change anything related to board settings..

Warning: fopen(./inc/settings.php): failed to open stream: Permission denied in /home/firefox/public_html/admin/settings.php on line 55

Warning: fwrite(): supplied argument is not a valid stream resource in /home/firefox/public_html/admin/settings.php on line 56

Warning: fclose(): supplied argument is not a valid stream resource in /home/firefox/public_html/admin/settings.php on line 57

what can be the reason for these errors? How can I fix the problems?
I think you need to re-chmod a few files. See the wiki for more infomation.
[Wiki: CHMOD_Files] (Broken link, head over to docs.mybb.com instead)

I have solved the problem by re-chomding the inc/settings.php file to 666.. Now there's no problem!

Thanks..