Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Spellcheck problems

Quote Reply
Spellcheck problems
I installed a clean 2.0.4 because Spellcheck wasn't working before, and it's still not. My startup.pl looks like this (I have no idea if it needed use GT::SpellCheck though):

use lib '/home/sites/site1/web/admin';
use GMail::mod_perl;
use GT::SpellCheck;
use Apache::SizeLimit;
$Apache::SizeLimit::MAX_PROCESS_SIZE = 7680;
$Apache::SizeLimit::CHECK_EVERY_N_REQUESTS = 4;
1

And it's giving these errors when trying to check spelling.

A fatal error has occured:

Can't locate object method "new" via package "GT::SpellCheck" (perhaps you forgot to load "GT::SpellCheck"?) at /home/sites/site1/web/admin/GMail/Compose/SpellCheck.pm line 66.

Please enable debugging in setup for more details.

Can't locate object method "new" via package "GT::SpellCheck" (perhaps you forgot to load "GT::SpellCheck"?) at /home/sites/site1/web/admin/GMail/Compose/SpellCheck.pm line 66.

Any help would be appreciated!

Subject Author Views Date
Thread Spellcheck problems winchell 5649 Aug 27, 2001, 10:57 AM
Thread Re: Spellcheck problems
Paul 5565 Aug 27, 2001, 10:59 AM
Thread Re: Spellcheck problems
winchell 5558 Aug 27, 2001, 11:53 AM
Post Re: Spellcheck problems
Paul 5584 Aug 27, 2001, 11:56 AM
Thread Re: Spellcheck problems
Alex 5548 Aug 27, 2001, 12:11 PM
Thread Re: Spellcheck problems
winchell 5555 Aug 27, 2001, 12:30 PM
Thread Re: Spellcheck problems
Alex 5544 Aug 27, 2001, 12:50 PM
Thread Re: Spellcheck problems
winchell 5532 Aug 27, 2001, 12:55 PM
Post Re: Spellcheck problems
Paul 5567 Aug 27, 2001, 12:58 PM
Thread Re: Spellcheck problems
Alex 5551 Aug 27, 2001, 12:59 PM
Thread Re: Spellcheck problems
winchell 5546 Aug 27, 2001, 2:47 PM
Thread Re: Spellcheck problems
winchell 5545 Aug 28, 2001, 11:06 AM
Thread Re: Spellcheck problems
Paul 5515 Aug 28, 2001, 11:17 AM
Thread Re: Spellcheck problems
winchell 5544 Aug 28, 2001, 12:09 PM
Post Re: Spellcheck problems
winchell 5548 Aug 28, 2001, 12:45 PM