Hi Adrian
Made changes to modperl_startup.pl as
use lib
'/links/admin',
'/forum/admin',
'/community/private/lib';
Tried this as well:
use lib
'/links/admin',
'/community/private/lib',
'/forum/admin';
Wasn't quite sure which was the later update, community or forum,
I'm still getting error messages on detailed build, I have been deleting the parts which generates the errors to narrow it down but it finds another error else where.
I'm using heavily modified templates but prior to the upgrade had no problems.
The if statement are pretty much the same throughout the old and new versions so I can't see what the problem would be.
<p><font face='Tahoma,Arial,Helvetica' size=2>A fatal error has occured:</font></p><blockquote><pre>GT::Template (21886): Unknown method '_get_value' called at/compiled/category.html.compiled line 2171.
</pre></blockquote><p><font face='Tahoma,Arial,Helvetica' size=2>Please enable debugging in setup for more details.</font></p>
GT::Template (21886): Unknown method '_get_value' called at /compiled/category.html.compiled line 2171.
line 2171.
if (defined($tmp = $self->_get_value(q{~if paymentsEnabled}, $strict))) {
$return .=(ref $tmp eq 'SCALAR' ? $$tmp : $escape ? GT::CGI::html_escape($tmp) : $tmp);
}
else {
$return .= q{Unknown tag: '~if paymentsEnabled'};
Any suggestions.
[ I bet its something real simple and stupid that I've done.

]
Thanks
Regards
minesite