Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

GMail-2.2.3: 80% full - fatal error?

Quote Reply
GMail-2.2.3: 80% full - fatal error?
Hello ALL:

This what I get wenn 80% full is reached: "

Notice


Your account is 80% full.


To prevent the loss of incoming email, please empty your Trash or delete unwanted email.

You will be redirected to the message list page shortly. If this does not happen, click here.

A fatal error has occured:

Can't locate object method "save" via package "GMail::Options" at /opt/mybestonline.com/cgi-bin/gm/admin/Plugins/GMail/Auth_Community.pm line 100.

Please enable debugging in setup for more details.

"

Please give some direction. Thank you, peter
Quote Reply
Re: [pyc] GMail-2.2.3: 80% full - fatal error? In reply to
There's a bug in the community's GMail/Auth_Community plugin. You can fix it by adding:
use GMail::Options;
after the use GMail::Auth;

Adrian
Quote Reply
Re: [pyc] GMail-2.2.3: 80% full - fatal error? In reply to
Thank you, Adrian.
peter