I have just installed this on vB 3.6.8 PL2 and I have had to fix some stuff to make it work.
- I had to edit vbspell.php to point to the correct URL for the rest of the files.
- I am still working on a security error.
On the note of the security error, maybe somebody can help:
- I get the following error when the javascript tries to access the parent window to be able to change the text:
Uncaught exception: Permission denied to get property HTMLDocument.getElementById
Anybody know why?
EDIT: The issue is the old "cross-domain" problem, as I originally suspected, but it is catching the presence or lack of the "www" at the beginning of the domain as a "cross-domain" request.
|