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 5597 Aug 27, 2001, 10:57 AM
Thread Re: Spellcheck problems
Paul 5514 Aug 27, 2001, 10:59 AM
Thread Re: Spellcheck problems
winchell 5507 Aug 27, 2001, 11:53 AM
Post Re: Spellcheck problems
Paul 5533 Aug 27, 2001, 11:56 AM
Thread Re: Spellcheck problems
Alex 5497 Aug 27, 2001, 12:11 PM
Thread Re: Spellcheck problems
winchell 5504 Aug 27, 2001, 12:30 PM
Thread Re: Spellcheck problems
Alex 5493 Aug 27, 2001, 12:50 PM
Thread Re: Spellcheck problems
winchell 5481 Aug 27, 2001, 12:55 PM
Post Re: Spellcheck problems
Paul 5515 Aug 27, 2001, 12:58 PM
Thread Re: Spellcheck problems
Alex 5499 Aug 27, 2001, 12:59 PM
Thread Re: Spellcheck problems
winchell 5495 Aug 27, 2001, 2:47 PM
Thread Re: Spellcheck problems
winchell 5494 Aug 28, 2001, 11:06 AM
Thread Re: Spellcheck problems
Paul 5464 Aug 28, 2001, 11:17 AM
Thread Re: Spellcheck problems
winchell 5493 Aug 28, 2001, 12:09 PM
Post Re: Spellcheck problems
winchell 5497 Aug 28, 2001, 12:45 PM