PDA

View Full Version : Yet another imagepath problem


ZachMatthews
07-07-2005, 11:54 PM
Guys I think I have my image path set correctly.

My directory structure is as follows:

http://www.itinerantangler.com
/htdocs/
photoblog/
images/

Those are in descending order. All the pixelpost stuff is in the photoblog directory.

Here's what I am getting:

Guessed imagepath: /usr/services/vux/apache/htdocs/~147971.149790//cgi-binimages/
Configured Imagepath http://www.itinerantangler.com/photoblog/

Image Directory: Does Not Exist (should be http://www.itinerantangler.com/photoblog/images) - Thumbnails folder not writable!
You must set correct permissions on this folder or you will not be able to create any thumbnails.
Set the folder to chmod 777 (read, write and execute permissions for owner, group and world).

Thumbnails Directory: Does Not Exist (should be http://www.itinerantangler.com/photoblog/thumbnails) -

Language Directory: Does Not Exist (should be http://www.itinerantangler.com/photoblog/language)

Addons Directory: Does Not Exist (should be http://www.itinerantangler.com/photoblog/addons)

Includes Directory: Does Not Exist (should be http://www.itinerantangler.com/photoblog/includes)

Templates Directory: Does Not Exist (should be http://www.itinerantangler.com/photoblog/templates)


I have CHMOD'ed my images and thumbnails folders to 777 successfully. What gives?


Thanks a lot,
Zach

raminia
07-08-2005, 05:46 AM
configured path is deeply incorrect. why did you changed it?

http://www.itinerantangler.com/photoblog/ is a URL and you should put an FTP address there.
also the guessed path is strange. It should end with /cgi-bin/images not cgi-binimages\ . However existence of cgi-bin in there is still strange!

read
http://www.pixelpost.org/forum/viewtopic.php?t=1125&highlight=cgibin

and try these as configured image path
/usr/services/vux/apache/htdocs/~147971.149790/images/
/usr/services/vux/apache/htdocs/~147971.149790/photoblog/images/
/usr/services/vux/apache/htdocs/photoblog/images/
/usr/services/vux/apache/htdocs/photoblog/images/

tip:
1- Use an FTP program and find the images directory and use that complete path as the image path
2- contact your host admin and ask them about the image path you can use in the script.