I'm trying to figure out why this tag *always* returns '1';
<%Plugins::Add_RandImage::Make_Image%>
The sub is simply;
return "here";
}
I'm completly stumped as to why it would/does do this
Also, while writing a thread....
my $database_connection = $DB->table('AddLinkSession');
This *sometimes* gives me the error;
A fatal error has occured:
GT::SQL (12778): File '/home/bn123/bn123.net/cgi-bin/portal/admin/defs/lsql_.def' does not exist or the permissions are set incorrectly at /home/bn123/bn123.net/cgi-bin/portal/admin/Plugins/Add_RandImage.pm line 59.
Please enable debugging in setup for more details.
Any ideas what could cause this? Its the first time I have ever seen this problem
Cheers
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!
<%Plugins::Add_RandImage::Make_Image%>
The sub is simply;
Code:
sub Make_Image { return "here";
}
I'm completly stumped as to why it would/does do this

Also, while writing a thread....
my $database_connection = $DB->table('AddLinkSession');
This *sometimes* gives me the error;
A fatal error has occured:
GT::SQL (12778): File '/home/bn123/bn123.net/cgi-bin/portal/admin/defs/lsql_.def' does not exist or the permissions are set incorrectly at /home/bn123/bn123.net/cgi-bin/portal/admin/Plugins/Add_RandImage.pm line 59.
Please enable debugging in setup for more details.
Any ideas what could cause this? Its the first time I have ever seen this problem

Cheers
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!