Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Disc: Plug In System

Quote Reply
Re: Disc: Plug In System In reply to
OK...I added the following to a file called clear-cache.pl...

#!/usr/bin/perl


lib '/home/audio/audio-grabber-www/cgi-bin/admin/';
use Links qw/$DB/;
my $cache = $DB->table('SearchCache');
$cache->delete_all;



....and it gave me an internal server error.

Am I doing something wrong?....Should it not be...


#!/usr/bin/perl

use strict;
use lib '/home/audio/audio-grabber-www/cgi-bin/admin/';
use Links qw/$DB/;
my $cache = $DB->table('SearchCache');
$cache->delete_all;


Paul Wilson. Shocked
(Dont blame me if I'm wrong!)
Subject Author Views Date
Thread Disc: Plug In System Alex 5814 Sep 6, 2000, 2:42 PM
Thread Re: Disc: Plug In System
Paul 5541 Dec 16, 2000, 10:24 AM
Thread Re: Disc: Plug In System
Alex 5515 Dec 18, 2000, 12:49 PM
Thread Re: Disc: Plug In System
Paul 5512 Dec 18, 2000, 12:57 PM
Thread Re: Disc: Plug In System
Alex 5540 Dec 18, 2000, 1:17 PM
Thread Re: Disc: Plug In System
Paul 5472 Dec 18, 2000, 1:31 PM
Thread Re: Disc: Plug In System
Stealth 5470 Dec 18, 2000, 1:47 PM
Thread Re: Disc: Plug In System
Jagerman 5463 Dec 18, 2000, 1:51 PM
Post Re: Disc: Plug In System
Paul 5480 Dec 18, 2000, 4:52 PM
Thread Re: Disc: Plug In System
Paul 5450 Dec 18, 2000, 5:07 PM
Thread Re: Disc: Plug In System
Alex 5464 Dec 18, 2000, 5:54 PM
Post Re: Disc: Plug In System
Paul 5449 Dec 18, 2000, 6:02 PM
Post Re: Disc: Plug In System
Paul 5515 Dec 18, 2000, 2:24 PM
Post Re: Disc: Plug In System
robfromaaa 5426 Dec 18, 2000, 10:52 PM