PDA

View Full Version : Bug Report: FYI PEKKA


kd6lor
20th of November 2004 (Sat), 09:26
error when sorting photos in protected gallery.

Visit www.melor.com/gallery

Enter protected gallery by posting word "arsenic" in password area

View by listing type "detail listing 2"

Try to sort by exposure time. Get's error:

<QUOTE>
Gallery is not available
The gallery you requested has either been removed or tagged as password-protected by gallery owner.

Press back button on your browser and refresh that page for up-to-date gallery list.

If you keep coming to this page, please select another gallery from front page.

Thank you.
<END QUOTE>

Just a FYI Pekka.




Paul

gillyworld
20th of November 2004 (Sat), 10:39
Works fine for me

Alan

kd6lor
20th of November 2004 (Sat), 10:47
Alan, did you try it on my website in the protected gallery? I thought I made a mistake with my report, but I tried it again, and it still doesn't work. I get the same error msg I posted at the start of the thread.

Paul

PeterTaylor
20th of November 2004 (Sat), 11:24
Works ok for me too.
I also tried other sort options and they all worked ok for me.

Peter

kd6lor
20th of November 2004 (Sat), 11:31
I am very pleased it works for you guys. The million dollar question is then why it won't work for me? Have you been using a protected gallery, "Arsenic and Old Lace - Web Proofs"?

This feature works fine for me on every non-protected gallery. Only does it crash and burn on the protected gallery.

Paul

PeterTaylor
20th of November 2004 (Sat), 12:19
Yes I have
The photos were from Arsenic and Old Lace - Web Proofs there was 183 photos from the Long Beach Playhouse taken on Monday 11/08/04.

Peter

PS
Photos were/are very good.

Pekka
20th of November 2004 (Sat), 12:30
Paul, does this direct link work for you: http://www.melor.com/gallery/list.php?exhibition=26&u=3690|0|...&pass=arsenic

kd6lor
20th of November 2004 (Sat), 13:41
Pekka, yes the direct link works for me, but when that page pops up, if I try to sort by a column, I get this link.

http://www.melor.com/gallery/list.php?sortby=metering&u=3690&sd=1

If I append"&pass=arsenic" to the link above, it comes up O.K.

Am I correct, am I the only one who cannot sort this gallery? When the rest of you sort by metering, or aperture, the url works? Is the "&pass=arsenic" appended on YOUR url after the sort?

I can understand if it is a bug or not, but how can it be a bug for me and not you??????

Paul

Pekka
20th of November 2004 (Sat), 13:59
Now I get it. You CLICK A COLUMN HEADER! :) Now there is a small bug indeed.

In outputstyles/x_column_detail_list.php change line 140

$xtralink = "&u={$uncookied_base_id}&sd=1";

to

$xtralink = "&exhibition={$exhibition}&u={$uncookied_base_id}&s d=1&pass={$pass}";

and line 554

$xtralink = "&u={$uncookied_base_id}&sd=2";

to

$xtralink = "&exhibition={$exhibition}&u={$uncookied_base_id}&s d=2&pass={$pass}";

kd6lor
20th of November 2004 (Sat), 14:40
I KNEW there was a bug!!!! I wanted to report it for your consideration in a future release, thanks for the remedy, but since it took me a year to find it, I can wait till the next release. Just don't forget to put the changes in!

Thanks as always Pekka.

Paul