Page 1 of 1

popfetcher image problem

Posted: Tue Dec 21, 2010 10:26 pm
by strecth
I'm getting ERROR: could not create file: when trying to upload images via PF. It's trying to use the path /public_html/uploads//2010/12/

I noticed it's using a double / after uploads, i've had a look in the paths config of serendipity but there's a few that refer to the uploads directory, which one is causing the problem?

upload path: uploads/
relative path: /
relative upload path: uploads/

my installation is in the root of my public directory

many thanks

Re: popfetcher image problem

Posted: Tue Dec 21, 2010 11:03 pm
by garvinhicking
Hi!

Does the "2010" directory exist? If not, create it, and assign write privileges to it so taht PHP can write files (777 in many cases, 775 in some others)

The double slash should not be a problem, ////////// is the same like / :)

Regards,
Garvin