Gossamer Forum
Home : Products : Gossamer Links : Discussions :

ALEX....PLEASE READ

Quote Reply
ALEX....PLEASE READ
I just installed BETA5 and overwrote ALL existing files...then went to the "download plugins" page and got this....

Unable to run function Links::Plugins::manager(@{$self->{ARGV}}). Reason: 'Can't locate Data/Dumper.pm in @INC (@INC contains: /home/audio/audio-grabber-www/cgi-bin/admin /usr/lib/perl5/i386-linux/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl .) at /home/audio/audio-grabber-www/cgi-bin/admin/GT/URI.pm line 19. '.
Plugin Manager
Plugin Manager

The plugin manager lets you install, edit and remove plugins on your system.




Unknown Tag: 'content'


Paul Wilson. Shocked
(Dont blame me if I'm wrong!)
Quote Reply
Re: ALEX....PLEASE READ In reply to
Hi,

This is a bug from some debugging that got left in the code. Edit GT/URI.pm and remove:

use Data::Dumper;

and you should be fine.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: ALEX....PLEASE READ In reply to
Thankyou Alex....will do!

Paul Wilson. Shocked
(Dont blame me if I'm wrong!)
Quote Reply
Re: ALEX....PLEASE READ In reply to
Im still not getting any warnings if I use the same email address to subscribe to the newsletter twice.

In subscribe.cgi it looked like it was supposed to give an error....am I wrong?

if ($DB->table ('MailingList')->select( { Email => $email } )->rows) {
return { error => Links::language('SUBSCRIBE_ALREADYSUB') };


....that code above was what made me think that an error was supposed to appear....(but it doesnt seem to be).

Paul Wilson. Shocked
(Dont blame me if I'm wrong!)