PDA

View Full Version : (newbies)Full size Image not showing


shrimphead
15th of June 2003 (Sun), 12:33
images (thumb)
at http://127.0.0.1/gallery/list.php?exhibition.... OK
path : gallery/photos/thumb

images (microthumb)
at http://127.0.0.1/gallery/photo.php?photo=364&... OK
path : gallery/photos/microthumb

images (big)
at http://127.0.0.1/gallery/photo.php?photo=364&... Not Showing
physical path : gallery/photos/big/

problem : pointing to wrong place >>
http://127.0.0.1/gallery/images.jpg

where to correct this setting??

please help, thanks alot!

Pekka
15th of June 2003 (Sun), 13:23
Check each photo in photo editor: below the photo editor there is "size path" setup for that photo. At least one size path has to be selected (inverted in color) and if there is only one it has to have variable name "default".

If you use EE 1.3RC you can also try utilities: "find size paths".

Come back if this is not the problem.

shrimphead
15th of June 2003 (Sun), 19:55
1) size path already selected

2) size check page

http://127.0.0.1/gallery/admin/verify.php?photo=368&exhibition=1

SIZE AVAILABILITY CHECK PAGE
for images.jpg
PRESS REFRESH ON YOUR BROWSER AFTER HAVING DONE SIZE PATH CHANGES

MENU ITEM: High quality JPEG, black&white
PATH ID 1: http://127.0.0.1/gallery/photos/big/images.jpg


everything seems okie, just don work, strange...

shrimphead
15th of June 2003 (Sun), 23:43
A picture worth a thousand word.

Here is the screenShot of the problem.

Thanks for the help in advance!

http://www.mlab.t.u-tokyo.ac.jp/~kkkong/EEproblem.JPG

images (big)
at http://127.0.0.1/gallery/photo.php?photo=364&;... Not Showing
physical path : gallery/photos/big/

problem : pointing to wrong place >>
http://127.0.0.1/gallery/images.jpg

Pekka
16th of June 2003 (Mon), 05:07
One thing: check that thumb, microthumb and big size image has exactly same name: if image name stored in photo editor is e.g. "myimage.jpg" and big size is "myimage.JPG" then EE will not show "myimage.JPG" because it is looking for "myimage.jpg".

If this is not the problem I suggest you try to add the image name to big sizes path:

1. Copy size path from path editor and paste it to browser address line.
2. Type image name into the end of the address and press enter.

If you see the image the path is ok.

Also, make sure that filenames or variable names for paths do not contain any spaces or special characters. EE 1.22 can not handle those, but if you upgrade to 1.3RC it will tolerate special characters and spaces in all instances including filenames.

shrimphead
16th of June 2003 (Mon), 05:59
Check#1 : Checked > file names are identical.
Still now working

Check#2 :
Copy size path from path editor and paste it to browser address line.
Type image name into the end of the address and press enter.

Done, it shows the photo.

Check#3 : filenames & foldername only contain alphabets

What next?

###Question#
the thing to note is why the link at photo.php
is linking to localhost/gallery/ ??
shouldn't it be linking to localhost/gallery/photoFolder/


> Feel free to try out Exhibit Engine 1.3 (update)
> Release Candidate.
> http://photography-on-the.net/gallery/122to130RC.zip

not working. do you mind sharing an active download?

Pekka
16th of June 2003 (Mon), 07:23
shrimphead wrote:
Check#1 : Checked > file names are identical.
Still now working

Check#2 :
Copy size path from path editor and paste it to browser address line.
Type image name into the end of the address and press enter.

Done, it shows the photo.

Check#3 : filenames & foldername only contain alphabets

What next?

Please check in path editor that the path that is used for photos has "default" (without quotes) as variable name. The only explanation for this is that you do not have default size path selected for photos.

In other words: each photo should have some selected size paths (inverted in list). ONE of those selected paths MUST have variable name "default", otherwise you will not see a photo.

The default variable requirement is loosened in next version, if it does not have a default path it uses the first path selected in list, but 1.22 and 1.3 needs that default set.

###Question#
the thing to note is why the link at photo.php
is linking to localhost/gallery/ ??
shouldn't it be linking to localhost/gallery/photoFolder/

Yes, that is the error and I am trying to rule out things why that happens.


> Feel free to try out Exhibit Engine 1.3 (update)
> Release Candidate.
> http://photography-on-the.net/gallery/122to130RC.zip

not working. do you mind sharing an active download?

Sorry, the server change few days ago left some things out, it is now there in http://photography-on-the.net/gallery/122to130RC.zip

shrimphead
16th of June 2003 (Mon), 08:49
ah...solved! thanks for all the support.

really appreciated that ;)

i go to phpMyAdmin to change the path name to "default", it was some other name, like godzilla, vallina etc...

Pekka
16th of June 2003 (Mon), 10:19
shrimphead wrote:
ah...solved! thanks for all the support.

really appreciated that ;)

i go to phpMyAdmin to change the path name to "default", it was some other name, like godzilla, vallina etc...

Great.

Just a note: do not use PhpMyAdmin or anything else than EE Editors to edit EE database. This is because EE's database structure is highly relative (in technical terms is normalized to level 5) and EE editors are designed to keep and maintain that structure - other editors are not and using them will definitely lead to problems.