siwelis Posted June 19, 2007 Share Posted June 19, 2007 anyone have any idea why that would be? i can't get PHP to make folders anymore with the same script i had working on another server Quote Link to comment https://forums.phpfreaks.com/topic/56270-mkdir-stopped-functioning-when-i-changed-hosts/ Share on other sites More sharing options...
Caesar Posted June 19, 2007 Share Posted June 19, 2007 Folder permissions for starters? Lotta times when you upload files it will default to 644/755...in which case, you won't be able to write to the folder you're in. Quote Link to comment https://forums.phpfreaks.com/topic/56270-mkdir-stopped-functioning-when-i-changed-hosts/#findComment-277977 Share on other sites More sharing options...
siwelis Posted June 19, 2007 Author Share Posted June 19, 2007 is it possible to change the permissions of a public_html folder? Quote Link to comment https://forums.phpfreaks.com/topic/56270-mkdir-stopped-functioning-when-i-changed-hosts/#findComment-278000 Share on other sites More sharing options...
siwelis Posted June 19, 2007 Author Share Posted June 19, 2007 any more ideas why the script <?php mkdir($_SERVER['DOCUMENT_ROOT'].'/testfolder'); ?> would not create a folder? Quote Link to comment https://forums.phpfreaks.com/topic/56270-mkdir-stopped-functioning-when-i-changed-hosts/#findComment-278051 Share on other sites More sharing options...
teng84 Posted June 19, 2007 Share Posted June 19, 2007 pls give the error message ASTIG!!! Quote Link to comment https://forums.phpfreaks.com/topic/56270-mkdir-stopped-functioning-when-i-changed-hosts/#findComment-278063 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.