in reply to Re: Re: adding to an ispell dictionary
in thread adding to an ispell dictionary

What about using an absolute path to the personal dictionary? The user the web browser runs scripts with isn't you (it might be "apache").

Replies are listed 'Best First'.
Re: Re^3: adding to an ispell dictionary
by cbro (Pilgrim) on Apr 15, 2003 at 15:30 UTC
    I just did a fresh install of the Lingua::Ispell module, and ran the program that tall_man provided w/out problems.
    Even when I didn't already have .ispell_english created, the program ran, gave me an error (No such file .ipsell_english), created the file, and correctly inserted the word
    Any luck finding an error logged to your apache logs?
    Chris
    Update: Never mind. I didn't see that you had fixed the problem until I increased my 'Notes' depth.
Re: Re^3: adding to an ispell dictionary
by CodeJunkie (Monk) on Apr 15, 2003 at 15:21 UTC

    I wish there was a way I could vote this node 10 times!!! That sorted it :-) Thanks