folders are not created by script...

asking

Verified User
Joined
Jul 8, 2010
Messages
58
hello friends... please help me...

on my server folders are not created by script.... if i use the script in any other control panel folders are created easily by script...

which option do i need to turn on to create automatic foler creation by script ? in directadmin ?

awaiting your reply.
 
This has nothing to do with a control panel since control panels do not run your scripts.

The problem is whether or not your script has permission to create folders. Its a permissions problem not a control panel setting.

You can adjust permissions with the File Manager if you wish.
 
This has nothing to do with a control panel since control panels do not run your scripts.

The problem is whether or not your script has permission to create folders. Its a permissions problem not a control panel setting.

You can adjust permissions with the File Manager if you wish.

yup mate.... thanks for comment i already set folder permission to 777 and its fyn now :)

thanks for your comment though....
 
If your script requires that permissions be set 777, then you've set up an environment where anyone in the world can read (and depending on file permissions possibly change) any files on any domain.

Please find and read a good article on website security.

Jeff
 
Back
Top