Mmm.. anyone see my stupid mistake here (LinksSQL 2.2.0)?
my $active = $opts->{'Active'};
my $affil_id= $opts->{'Mirago_Affiliate_ID'};
It keeps on spewing up;
As soon as I comment out those lines, it doesn't give me a fatal error
Anyone got any ideas?
BTW.. "1831" should be held in $opts->{'Mirago_Affiliate_ID'}
TIA
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Code:
my $opts = Links::Plugins->get_plugin_user_cfg('Mirago_XML_Feed'); my $active = $opts->{'Active'};
my $affil_id= $opts->{'Mirago_Affiliate_ID'};
It keeps on spewing up;
Quote:
Can't use string ("1831") as a HASH ref while "strict refs" in use at /home/linkssql/linkssql.net/cgi-bin/admin/Links/User/Search.pm line 66.As soon as I comment out those lines, it doesn't give me a fatal error

Anyone got any ideas?
BTW.. "1831" should be held in $opts->{'Mirago_Affiliate_ID'}
TIA
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!