Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [bstrawse] BigWhat - Integration Issue

Quote Reply
Re: [bstrawse] BigWhat - Integration Issue In reply to
Hi,

Hmm, it works here. Can you try editing admin/Plugins/BigWhat.pm and change:

my $results = GT::URI::HTTP->get ($url);

to:

my $results = GT::URI::HTTP->get ($url);
print $IN->header;
use GT::Dumper;
print "<pre>$url => ", Dumper($results), "</pre>";

and see what it prints out. I should add this to the debug mode.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread BigWhat - Integration Issue bstrawse 3721 Sep 29, 2001, 6:40 PM
Thread Re: [bstrawse] BigWhat - Integration Issue
Eraser 3666 Sep 30, 2001, 11:30 AM
Thread Re: [Eraser] BigWhat - Integration Issue
bstrawse 3617 Sep 30, 2001, 6:58 PM
Thread Re: [bstrawse] BigWhat - Integration Issue
Alex 3617 Oct 1, 2001, 11:53 AM
Thread Re: [Alex] BigWhat - Integration Issue
bstrawse 3556 Oct 12, 2001, 6:42 AM
Post Re: [bstrawse] BigWhat - Integration Issue
Alex 3565 Oct 12, 2001, 9:11 AM