PDA

View Full Version : Directory Problems in Exhibition Editor: Photos cannot be fo


_Mario
6th of February 2003 (Thu), 14:28
Hi guys,

I'll try again, with a big mixture of desesperation and frustration, since I really like this software:

I installed EE1.22, then I updated straight away to EE 1.3 RC...well after browsing a few hours through this forum and learning how this work, I started to configure the installation:

I created, using a single photo with help of the Photoshop Action included in EE 1.22, 5 folders for test porpouses all with the same photo in diferent sizes. I donwloaded them to the server.

After having set the right path in 'Path Editor', I have a desesperating issue with the Exhibition Editor. He just does not find any photos (Thumbs) saying 'No directory or it is empty' and when I click in 'Show directory Listing', I get this:

Warning: OpenDir: No such file or directory (errno 2) in /home/empeg2/livemyadventure-www/gallery/EE/XXXX/thumbdir.php on line 177

Warning: readdir(): supplied argument is not a valid Directory resource in /home/empeg2/livemyadventure-www/gallery/EE/XXXX/thumbdir.php on line 178

Warning: closedir(): supplied argument is not a valid Directory resource in /home/empeg2/livemyadventure-www/gallery/EE/XXXX/thumbdir.php on line 193

Where XXXX is the name of the Input folder which name has been changed

I may have an Issue with related Pahts, but I have tried 3 hours land with every posible posibilty and no luck:

This is my extructur on the server:

EE is installed here;

www.livemyadventure.com/gallery/EE/xxxx/multieditor.php

the photos are here

www.livemyadventure.com/gallery/test_sh/3/photo.jpg

www.livemyadventure.com/gallery/test_sh/4/photo.jpg

www.livemyadventure.com/gallery/test_sh/5/photo.jpg

www.livemyadventure.com/gallery/test_sh/thumb/photo.jpg

www.livemyadventure.com/gallery/test_sh/microthumb/photo.jpg


I use following related path in path editor for thumbs (and microthumb):

../test_sh/thumbs/

../test_sh/thumbs/


I've tried many other combinations, but always the same error message result, can anyone please help me, I would really appreciate it....since I'm really stack here...thanks

Mario

www.livemyadventure.com

Pekka
6th of February 2003 (Thu), 18:31
As you have working

www.livemyadventure.com/gallery/test_sh/thumb/photo.jpg
www.livemyadventure.com/gallery/test_sh/microthumb/photo.jpg

and you use as relative paths

../test_sh/thumbs/
../test_sh/thumbs/

I'm sure one problem is in plural "s", try:

../test_sh/thumb/
../test_sh/microthumb/

Mail me privately to pekka@photography-on-the.net url to your editor if you wish me to check that things align there.

_Mario
7th of February 2003 (Fri), 01:24
Hi to anyone interested,

I found the error, I cannot believe it, but I did, not easy actually when you don't know:

My photos are in Parent's parent directory from where 'multieditor.php' is.

So i need in thumb and microthumb relative pahts:

../ ../test_sh/thumb/

and

../ ../test_sh/microthumb/

wufff....

Mario