Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Can't locate object method "reset_env" via package "GT::SQL"

Quote Reply
Can't locate object method "reset_env" via package "GT::SQL"
Straight to the point :)

I get the following error. This is a local test server

Cheers

Can't locate object method "reset_env" via package "GT::SQL" (perhaps you forgot to load "GT::SQL"?) at c:/phpdev/www/cgi-bin/admin/Links.pm line 79.

# If under mod_perl, reset our environments.
if ($PERSIST) {
GT::SQL->reset_env;
GT::Plugins->reset_env;
$DATE_LOADED = 0;
$USER = undef;
}