Gossamer Forum
Home : Products : Gossamer Links : Discussions :

span pages bug in modify.cgi

Quote Reply
span pages bug in modify.cgi
Hi there,

It seems there's a bug in modify.cgi when listing out the links a user can modify. It doesn't happen on the first page, only on sucessive pages

Here's what's happening:
Pages: 1 2 3 4 [>] [>>]
on page 1 all the links look correct:
2 = modify.cgi?ID=2&nh=2
3 = modify.cgi?ID=2&nh=3
[>] = modify.cgi?ID=2;nh=2
[>>] = modify.cgi?ID=2;nh=4

But when I select any of the links, the urls then change to:
1 now = modify.cgi;ID=2?&nh=1
2 now = modify.cgi;ID=2?&nh=2
3 now = modify.cgi;ID=2?&nh=3
[<] now = modify.cgi;ID=2?;nh=3
[<<] now = modify.cgi;ID=2?;nh=1

Notice the ; instead of the ? in each of the urls. For some reason, it's in the wrong location.

Thanks for looking into this.

peace.
Quote Reply
Re: [klangan] span pages bug in modify.cgi In reply to
Hi,

Any chance you could send admin info to support-lsql@gossamer-threads.com (with access to change GT/SQL/Display/HTML.pm) so we can track this down?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] span pages bug in modify.cgi In reply to
Alex,

I'm getting this bug in 2.1.0 now.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] span pages bug in modify.cgi In reply to
In 2.1.0 I get:

modify.cgi?&nh=2

....on page 1 and ...

modify.cgi?;&nh=2

....on subsequent pages but it doesn't prevent it working.
Quote Reply
Re: [Paul] span pages bug in modify.cgi In reply to
Try running in dynamic mode.

It breaks.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] span pages bug in modify.cgi In reply to
I see

Last edited by:

Paul: Mar 17, 2002, 12:02 PM