Aspell is located here (path pulled from variable table):
/kunden/homepages/xx/xxxxxxxxx/htdocs/bin/aspell --dict-dir=/kunden/homepages/xx/xxxxxxxxx/htdocs/bin/dict
Permissions allow access.
Dictionary is english.
Command in spellcheck module, when run from commandline, works fine.
Url rewriting is disabled.

Comments

matt westgate’s picture

Assigned: Unassigned » matt westgate

Two questions:

1. What browser are you using to test this?

2. If you have mod_rewrite, what happens when you enable clean urls and access spellcheck?

kyber’s picture

Tested in IE and Mozilla, Mozilla under Linux and Windows.
No access to mod_rewrite, I wish... That's why I tried the PHPSESSIONID in the url.

matt westgate’s picture

I believe i have fixed the problem. Please test this on your machine and let me know. The new version can be found here.

kyber’s picture

You did indeed.
Thanks! You rock.

kyber’s picture

p.s. - I had to add =yes after scrollbars to avoid an annoying spellcheck window.

matt westgate’s picture

thanks for reporting this. i have added scrollbars to the spellcheck window. marking this issue as fixed.

kyber’s picture

Failure to thoroughly test :(
If I click on Correct Spellings, I also get sent to the login page, instead of updating the parent.
Probably same problem?

matt westgate’s picture

I missed one form action tag. Wrapping it in url() solved the problem.

kyber’s picture

Noticed as I was merging in drupal.diff
CVS comment references wrong bug number btw, oh well. :)

Thanks.

Anonymous’s picture