Not sure if this has been covered before, but there is a problem in the install file. On line 147 in the Install.pm file, you have;
$file->name ("$CFG->{admin_root_path}/templates/default/recc_success.html");
This should really read;
$file->name ("$CFG->{admin_root_path}/templates/$CFG->{build_default_tpl}/recc_success.html");
... simply for cross compatability. Otherwise, when using a different template set to the 'default' one, you get errors
I'm posting this publically, so that if anyone is having the same problem as I did, they know how to fix it.
Just thought I would bring this to your attention pugdog.
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!
$file->name ("$CFG->{admin_root_path}/templates/default/recc_success.html");
This should really read;
$file->name ("$CFG->{admin_root_path}/templates/$CFG->{build_default_tpl}/recc_success.html");
... simply for cross compatability. Otherwise, when using a different template set to the 'default' one, you get errors

I'm posting this publically, so that if anyone is having the same problem as I did, they know how to fix it.
Just thought I would bring this to your attention pugdog.
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!