popfetcher image problem

Creating and modifying plugins.
Post Reply
strecth
Regular
Posts: 9
Joined: Sat May 23, 2009 5:22 pm

popfetcher image problem

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: popfetcher image problem

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply