Woodburn2006 Posted August 31, 2006 Share Posted August 31, 2006 when trying to use the mkdir function i get a permissions error saying that permission is deniedwould this be something i need to change on the server or do i need to do different coding? Link to comment https://forums.phpfreaks.com/topic/19251-mkdir/ Share on other sites More sharing options...
logu Posted August 31, 2006 Share Posted August 31, 2006 you need to set write permission to parent directorywhere u r creating the directory Link to comment https://forums.phpfreaks.com/topic/19251-mkdir/#findComment-83400 Share on other sites More sharing options...
Jenk Posted August 31, 2006 Share Posted August 31, 2006 server. The userid associated with the php/apache process does not have write access to the directory you are trying to create a directory within. Link to comment https://forums.phpfreaks.com/topic/19251-mkdir/#findComment-83401 Share on other sites More sharing options...
Woodburn2006 Posted August 31, 2006 Author Share Posted August 31, 2006 so if i set a write permission to my public_html folder, it should then work? Link to comment https://forums.phpfreaks.com/topic/19251-mkdir/#findComment-83404 Share on other sites More sharing options...
Woodburn2006 Posted August 31, 2006 Author Share Posted August 31, 2006 sorted now, thanks alot Link to comment https://forums.phpfreaks.com/topic/19251-mkdir/#findComment-83406 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.