On Thu, Jun 10, 2004 at 11:31:12PM +0100, Kate L Pugh wrote:
Please, please, please, download this and test it against your sites. Make sure to install the up-to-date templates, or merge any changes into your custom templates. The old templates *did* have bugs, and they're probably still in your custom ones.
If nobody finds any bugs by next Thursday then this is going *stable*, so please test *now*.
I got the following error:
Can't locate object method "new" via package "CGI::Wiki::Plugin::GeoCache" (perhaps you forgot to load "CGI::Wiki::Plugin::GeoCache"?) at /usr/local/share/perl/5.6.1/OpenGuides.pm line 485.
Fixed by:
--- OpenGuides.pm.broken Fri Jun 11 12:57:59 2004 +++ OpenGuides.pm Fri Jun 11 13:05:37 2004 @@ -5,6 +5,7 @@ use CGI; use CGI::Wiki::Plugin::Diff; use CGI::Wiki::Plugin::Locator::UK; +use CGI::Wiki::Plugin::GeoCache; use OpenGuides::Template; use OpenGuides::Utils; use URI::Escape;
Dominic.