Gossamer Forum
Quote Reply
Icky Loop
I have the following code in a plugin:

Code:
else {
die "GOT HERE";
print $IN->header();
print Links::SiteHTML::display('cart_verify_error', { undef_error => 1 } );
}

....the die part is for debugging. When I run the script it dies with "GOT HERE" so I know we are at the else block, however as soon as I remove the die() I just get an infinite loop and no template shows.

Can anyone think why?
Subject Author Views Date
Thread Icky Loop Paul 7691 Apr 22, 2002, 5:19 AM
Thread Re: [Paul] Icky Loop
Wil 7643 Apr 22, 2002, 7:59 AM
Thread Re: [Wil] Icky Loop
Paul 7614 Apr 22, 2002, 8:03 AM
Post Re: [Paul] Icky Loop
Wil 7586 Apr 22, 2002, 8:31 AM
Thread Re: [Paul] Icky Loop
pugdog 7565 Apr 22, 2002, 6:25 PM
Thread Re: [pugdog] Icky Loop
Paul 7554 Apr 23, 2002, 1:47 AM
Thread Re: [Paul] Icky Loop
Paul 7543 Apr 23, 2002, 5:26 AM
Thread Re: [Paul] Icky Loop
Alex 7565 Apr 23, 2002, 9:54 PM
Post Re: [Alex] Icky Loop
Paul 7530 Apr 24, 2002, 2:02 AM
Post Re: [Alex] Icky Loop
Paul 7494 Apr 29, 2002, 4:07 AM
Post Re: [Alex] Icky Loop
Paul 7474 May 2, 2002, 3:51 AM
Post Re: [Alex] Icky Loop
Paul 7480 May 4, 2002, 6:32 AM
Thread Re: [Paul] Icky Loop
Paul 7454 May 10, 2002, 10:53 AM
Post Re: [Paul] Icky Loop
Alex 7443 May 11, 2002, 10:51 AM