Page 1 of 1

Problem uploading image - "Permission denied"

Posted: Tue Feb 09, 2010 2:21 am
by sorrylol
I'd like to say that I have searched the forum about this problem and I couldn't find a decision of the problem.


On my hosting I installed OpenCart 1.3.4. When I try to insert an image in a description I've got a problem: after clicking the button Send to server I have the next error message:
Image

I could not find any decision here :(
Please help!

Re: Problem uploading image - "Permission denied"

Posted: Tue Feb 09, 2010 3:07 am
by i2Paq
Looks like a rights issue, ask your hoster what it should be.

On my host it is CHMOD 755 on directories.

Re: Problem uploading image - "Permission denied"

Posted: Tue Feb 09, 2010 3:38 am
by sorrylol
i2Paq wrote:Looks like a rights issue, ask your hoster what it should be.

On my host it is CHMOD 755 on directories.
The rights are CHMOD 777

Re: Problem uploading image - "Permission denied"

Posted: Tue Feb 09, 2010 4:22 am
by i2Paq
sorrylol wrote:
i2Paq wrote:Looks like a rights issue, ask your hoster what it should be.

On my host it is CHMOD 755 on directories.
The rights are CHMOD 777
Still, my server won't work if the rights are 777.

Re: Problem uploading image - "Permission denied"

Posted: Tue Feb 09, 2010 6:34 am
by sorrylol
Ok, I tried with 755, nothing changed, the problem is the same

Re: Problem uploading image - "Permission denied"

Posted: Tue Feb 09, 2010 6:53 am
by sorrylol
I found the problem :)
The FCKEditor tries to upload the image into folder
/myhostname/image/userfiles/.....

But the OpenCart is not in main directory, the path must be
/myhostame/store/image/userfiles...

Now I have to find the config of the FCK Editor