PDA

View Full Version : Image Directory does not exist (even though it does)


Anonymous
04-27-2005, 04:40 AM
First, I have searched extensively through out these forums for the common technical path problem that stumps most. However, I have tried several remedies to no avail.

I am using:
PHP-version 5.0.4
MySQL version 4.0.24-standard-log
GD-lib bundled (2.0.28 compatible) with JPEG support
Server software Apache
EXIF Pixelpost is using exifer v1.5 for EXIF information.

When I try to upload an image I get a very hypocritical statement;
"Error. Upload went without error"

I ran a 'guesspath' script and it returns the guesspath string ' /chroot/httpd/usr/local/apache2/htdocs/stymie180/images/'

I've tried everything, but I do have several subdomain names, thus the real guesspath should be
/chroot/httpd/usr/local/apache2/htdocs/RECSET.COM/stymie180/images/

'RECSET.COM' is the subdomain name, 'stymie180' is the root directory of your application

Would the subdomain name cause any interference for the path??

Thanks for your help

phazinent@hotmail.com

GeoS
04-27-2005, 08:03 AM
Download PP 1.4.1.

If still you get this error (with PP 1.4.1) then write once more time.

Anonymous
04-28-2005, 01:20 AM
Yes, I am using the latest PP version 1.4.1

raminia
04-28-2005, 07:47 AM
try
/chroot/httpd/usr/local/apache2/htdocs/RECSET/stymie180/images/

beside if you don't provide you webiste address how we could help you?!

I have my photoblog in a subdomain pblog at my domain raminia
and url is pblog.raminia.com
and the image path is something like
/blah_blah/blah_blah2/public_html/blah_blah/pblog/images/

Anonymous
04-29-2005, 10:46 AM
I've tried the new path information, but yield the same results. My URL path is:

http://recset.com/stymie180/admin/

GeoS
04-29-2005, 12:41 PM
Did you add images and thumbnails dir with chmod 777 in:
/chroot/httpd/usr/local/apache2/htdocs/RECSET.COM/stymie180/
??

If not, do it.

Anonymous
04-29-2005, 10:07 PM
GeoS,

Yes I have done that, I have CHMOD the directory to 777, and I still yield the same results.

Just a thought, do I have to have a .HTACCESS file? I think my web hosting doesn't allow those files ... I know in the past when I uploaded other scripts, I encountered that problem.

GeoS
04-29-2005, 10:23 PM
You don't need .htaccess file with PP.

Does you ISP allow files upload on server via PHP??

Connie
05-01-2005, 12:19 PM
please, see, recset is using PHP 5!