Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Can't locate object method ...

Quote Reply
Can't locate object method ...
Hi, I recently installed a fresh copy of 2.02 upgrade and everything appears ok, except when I click on the Undeliverables link in the Email section of the admin ...

/admin/email.cgi

I get the following error ...

A fatal error has occured:

Can't locate object method "save" via package "GMail::Options" at /path/to/admin/email.cgi line 49.

Around line 49 it reads ...

# Authenticate the user. This really only loads that user.
authenticate() or return;

if ($USER->{opts}->{update_folders}) {
$PLG->dispatch('GMail::Folders::update', sub { GMail::Folders->update(@_) });
$USER->{opts}->{update_folders} = 0;
GMail::Options->save; ## LINE 49 ##
}

Any assistance appreciated.

Thanks!

Subject Author Views Date
Thread Can't locate object method ... JKelly 2161 Jul 12, 2001, 4:56 PM
Post Re: Can't locate object method ...
bamltd 2054 Jul 14, 2001, 5:40 PM
Thread Re: Can't locate object method ...
bline 2040 Jul 15, 2001, 1:43 PM
Post Re: Can't locate object method ...
JKelly 2040 Jul 15, 2001, 1:57 PM