> Hi Dave,
>
> Thanks for your message, unfortunately it didn't work :-( I matched up the
> permissions and ownership as you suggested and I'm still getting the jrun
> error.....
>
> I appreciate you taking the time to respond though so thanks again :-)
>
Then try this (just to test, but it's kind of a security issue because
it opens up full access to the directory):
chmod 777 directoryname
Also, the parent directories leading to the destination directory must
have permissions as well to even get to the destination. For example,
take the following structure:
/website/wwwroot/uploadfiles
where uploadfiles is where you want to upload your files to. In order
for you to be able to write to the uploadfiles directory, you need to
open up the appropriate read/write/execute permissions on the website
and wwwroot directories as well (*nix systems start at the root
directory and check permissions all the way down to the destination
directory). To get the permissions on each of the above, just run:
ls -ld /website
ls -ld /website/wwwroot
ls -ld /website/wwwroot/uploadfiles
Does that make sense? It's a little difficult for me to give the exact
answer because I don't know your setup.
Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
