PDA

View Full Version : Photos might show in exhibition editor not in exhibition


spheroid2003
15th of March 2003 (Sat), 09:32
I'm not sure if I've got paths wrong or what, but they don't seem to be. I installed 1.22 then upgraded to 1.3. Then renamed back to http://IPAddress/propertygallery/ since my new domain isn't resolving name yet.

Most files are .jpg but one folder is .gif.

I have directories arranged as:
http://IPAddress/propertygallery/1000/normal
http://IPAddress/propertygallery/1000/thumbs
http://IPAddress/propertygallery/1000/micro

In path editor I can get the paths all correct but the last column "Used in" won't show the gallery name always....does this happen automatically? The sample D30 looks ok. When i go into the exhibition editor, some i can see the thumbs, set to public, but can't view them when i look at public view.

PHP 4.3.1, MySQL 3.23.54, Apache 1.3.27 on Linux server.

Are permissions wrong or something? I have the thumbs and micro folders as 755.

Also, can i do a subdir such as
http://IPAddress/propertygallery/subdir1/1000
http://IPAddress/propertygallery/subdir2/5000

Thanks!

Pekka
15th of March 2003 (Sat), 09:45
spheroid2003 wrote:
I'm not sure if I've got paths wrong or what, but they don't seem to be. I installed 1.22 then upgraded to 1.3. Then renamed back to http://IPAddress/propertygallery/ since my new domain isn't resolving name yet.

Most files are .jpg but one folder is .gif.

I have directories arranged as:
http://IPAddress/propertygallery/1000/normal
http://IPAddress/propertygallery/1000/thumbs
http://IPAddress/propertygallery/1000/micro

In path editor I can get the paths all correct but the last column "Used in" won't show the gallery name always....does this happen automatically?


Column "Used in" gets its data from database table which defines which photo belongs to which exhibition. It does not check photos on server.

The sample D30 looks ok. When i go into the exhibition editor, some i can see the thumbs, set to public, but can't view them when i look at public view.

PHP 4.3.1, MySQL 3.23.54, Apache 1.3.27 on Linux server.

Are permissions wrong or something? I have the thumbs and micro folders as 755.

Try this: copy a size path from path editor to address line of a new browser window and add a valid filename (filename that exists on that path) to the end of the path. Now press enter (go to that address) and you should see that photo. If you don't see, EE can't see it either - in that case there is an error in paths, or in filenames or in permissions.

If you want me to take a look at it, mail me pekka@photography-on-the.net address to your input folder and also couple of filenames you have uploaded to size paths so I can check it out.


Also, can i do a subdir such as
http://IPAddress/propertygallery/subdir1/1000
http://IPAddress/propertygallery/subdir2/5000


Any path configuration is possible. You can have paths point also to other servers. Only microthumbs and thumbs should be on same machine as EE so that they can be referenced by using (relative) server path. This is because in PHP some functions like directory listings has a limitation that they don't work on remote servers.

spheroid2003
15th of March 2003 (Sat), 17:43
I've sent you an email to the directory and samples. Thanks for your help, much appreciated! I had been looking all week for a php/mysql gallery such as EE and I was impressed to find this! I can't wait to get it configured!