Jump to content

Permissions


Gronk

Recommended Posts

Hello!

I'm trying to execute mkdir(test); Simple.

But the directory is not being created. 

My only guess is that the web server doesn't have the proper rights to make that directory.

I chmod to 777, but still no go.

I was going to change the owner, but I don't know what to change it to.

Can anyone help me get mkdir(); to work?

Thank you.

Link to comment
https://forums.phpfreaks.com/topic/195031-permissions/
Share on other sites

I check some of my settings.  PHP Safe mode is not enabled.

I can not create folders or upload pix. 

 

How do I get an error message that is helpful.  mkdir("temp") or die("did not make dir");

Only errors "did not make dir".  Not very helpful.

 

I'm sure it's probably a config issue, but I don't know where.

 

I had a server with fedora 3 and upload worked find.

I'm using fedora 10 now.

Link to comment
https://forums.phpfreaks.com/topic/195031-permissions/#findComment-1027018
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.