MyBB Community Forums

Full Version: Permission Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
I 've installed a mybb but, it's a problem. after mysql table install, it has been a bug

in here , there is a picture about my problem;

[Image: bug7oa.gif]

please help me!
Umm that's weird installation never run if config is not chmoded to 777.
anway is your board working fine ? have you completed the installation?
there isn't any prob about chmod . all of the files' chmod are 777
What OS is your sites server running on?
Tikitiki Wrote:What OS is your sites server running on?

Well obviously a flavour of Windows Big Grin



Could you try opening the install/index.php file. Find something similar to this:

chdir("../");

After that, add this:
echo getcwd();

Run the install again, and reply here with the directory that is shown.
Well anyways, from my tests on 1.2 this seems to be fixed using the filesystem path
This relates to file/folder permissions and not a problem with paths.

"Permission denied" means that the server does not have permission to write to the file.

Please make sure that the IUSR account has write permissions to config.php as well as the various other files.
Chris Boulton Wrote:This relates to file/folder permissions and not a problem with paths.

"Permission denied" means that the server does not have permission to write to the file.

Please make sure that the IUSR account has write permissions to config.php as well as the various other files.

ok . I see , but how can I fix this IUSR account settings Sad
please help!
I guess this will shed a little light.

however i see that you are using IIS, read here about setting permission in IIS.