Author Topic: .  (Read 2854 times)

0 Members and 1 Guest are viewing this topic.

Offline Carolus

  • album.pl User
  • *
  • Posts: 3
  • Karma: +0/-0
  • I forgot to change the default text
.
« on: July 25, 2004, 18:55:36 »
.
« Last Edit: April 08, 2005, 16:03:02 by Carolus »

Offline frister

  • album.pl Donor
  • album.pl Hacker
  • ****
  • Posts: 230
  • Karma: +42/-0
  • half baked ideas are better than none
    • fristersoft travelogue
Re: "flat file" authentication help
« Reply #1 on: July 25, 2004, 23:10:04 »
I get no such error when visiting your album, nor can I reproduce it when I set my own album for flatfile authentication. Could that be because I haven't logged in?

In any case, line 1042 of album_admin.pm is the tail end of the photo move routine and I think Mike's changed nothing there in  quite a while Is your album_admin.pm dated July 3, 2004? That's the latest.

I do notice that Auto Sizing doesn't work. That's because it depends on ImageMagick. Do you have that installed?

J.J.


Offline frister

  • album.pl Donor
  • album.pl Hacker
  • ****
  • Posts: 230
  • Karma: +42/-0
  • half baked ideas are better than none
    • fristersoft travelogue
Re: "flat file" authentication help
« Reply #2 on: July 26, 2004, 09:27:56 »
I was able to reproduce the same error using the login you provided, but am still puzzled. I've gone over my album.pl and album_admin.pm files with a syntax checking editor and find no unpaired } or ). Did you edit either of these files or any of the templates? Maybe if you e-mail me your debug code or your copies of the files you edited I can follow what happens.

The versions I'm using were downloaded on 7/21/04 at 10:30 pm EST from http://perl.bobbitt.ca/album/album65.zip

To eliiminate display of the auto_size link/button, comment out these lines from album.pl, starting at line 5762:
Code: [Select]
# if ($::textmenu)
# {
# $sizes_html.=$::S{339};
# }
# else
# {
# $sizes_html.="<img class=\"button\" src=\"$::auto_button\" alt=\"$::S{339}\" />";
# }

J.J.

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: "flat file" authentication help
« Reply #3 on: July 28, 2004, 06:21:49 »
I'd try replacing album_admin.pm with a "fresh" copy just to rule out any changes in transit.