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

Re: [Andy] Other Links by This Member

Quote Reply
Re: [Andy] Other Links by This Member In reply to
Here's the code i am now using Andy

---
sub {

my $user = $_[0];
my $tbl = $DB->table('Links');
$tbl->select_options(LIMIT 6');
my $sth = $tbl->select( { LinkOwner => $user, isValidated => 'Yes' } ) || return $GT::SQL::error;
my $back;
while (my $hit = $sth->fetchrow_hashref) {
$back .= Links::SiteHTML::display('link', $hit);
}

return $back;
}
---

here's the error message - when I re-build

---
Building What's New Index...
Number found where operator expected at (eval 47) line 5, near "LIMIT 6"
(Do you need to predeclare LIMIT?)
String found where operator expected at (eval 47) line 6, near "6');
my $sth = $tbl->select( { LinkOwner => $user, isValidated => '"
(Might be a runaway multi-line '' string starting on line 5)
(Missing operator before ');
my $sth = $tbl->select( { LinkOwner => $user, isValidated => '?)

A fatal error has occured:
Bizarre copy of HASH in sassign at /home/the3gportal.com/www/cgi-bin/admin/GT/Config.pm line 619.

Please enable debugging in setup for more details.
Bizarre copy of HASH in sassign at /home/the3gportal.com/www/cgi-bin/admin/GT/Config.pm line 619.
---

Cheers
Steve
Subject Author Views Date
Thread; hot thread Other Links by This Member ajiimd 12291 Aug 18, 2004, 9:27 AM
Thread; hot thread Re: [ajiimd] Other Links by This Member
Andy 12037 Aug 18, 2004, 9:36 AM
Thread; hot thread Re: [Andy] Other Links by This Member
ajiimd 12004 Aug 18, 2004, 1:10 PM
Thread; hot thread Re: [ajiimd] Other Links by This Member
Andy 12055 Aug 19, 2004, 12:55 AM
Thread; hot thread Re: [Andy] Other Links by This Member
ajiimd 11957 Aug 19, 2004, 3:56 PM
Thread; hot thread Re: [ajiimd] Other Links by This Member
cuppa 11807 Oct 14, 2005, 8:07 AM
Thread; hot thread Re: [cuppa] Other Links by This Member
Andy 11848 Oct 15, 2005, 12:46 AM
Thread; hot thread Re: [Andy] Other Links by This Member
cuppa 11805 Oct 17, 2005, 6:54 AM
Thread; hot thread Re: [cuppa] Other Links by This Member
Andy 11828 Oct 17, 2005, 7:04 AM
Thread; hot thread Re: [Andy] Other Links by This Member
cuppa 11853 Oct 17, 2005, 7:14 AM
Thread; hot thread Re: [cuppa] Other Links by This Member
Andy 11810 Oct 17, 2005, 7:23 AM
Thread; hot thread Re: [Andy] Other Links by This Member
cuppa 11801 Oct 17, 2005, 7:30 AM
Thread; hot thread Re: [cuppa] Other Links by This Member
Andy 11846 Oct 17, 2005, 7:36 AM
Thread; hot thread Re: [Andy] Other Links by This Member
cuppa 11802 Oct 17, 2005, 7:43 AM
Thread; hot thread Re: [cuppa] Other Links by This Member
Andy 11870 Oct 17, 2005, 7:49 AM
Thread; hot thread Re: [Andy] Other Links by This Member
cuppa 11804 Oct 17, 2005, 7:59 AM
Thread; hot thread Re: [cuppa] Other Links by This Member
Andy 11864 Oct 17, 2005, 8:03 AM
Thread; hot thread Re: [Andy] Other Links by This Member
cuppa 11789 Oct 17, 2005, 8:24 AM
Thread; hot thread Re: [cuppa] Other Links by This Member
Andy 11805 Oct 17, 2005, 8:26 AM
Post; hot thread Re: [Andy] Other Links by This Member
cuppa 11787 Oct 17, 2005, 8:52 AM
Thread; hot thread Re: [Andy] Other Links by This Member
Payooo 11734 Nov 2, 2005, 2:31 PM
Thread; hot thread Re: [Payooo] Other Links by This Member
Andy 11691 Nov 3, 2005, 12:59 AM
Post; hot thread Re: [Andy] Other Links by This Member
brewt 11629 Nov 3, 2005, 1:14 AM