Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-01-28 18:01:54

sfsergey
New member
Registered: 2008-01-28
Posts: 1

SpellChecker isn't working when integrating with NetBeans

I can't seem to make SpellChecker work when I try to run it using my netBeans application.
I use absolute path in "_editor_url".
When I click on Spell-Check button in the Dictionary dropdown I get "$dictionaries" and in the window PHP code like this:

$value) { // adding the carat to each line prevents the use of aspell commands within the text... fwrite($fd, "^$value\n"); } fclose($fd); chmod($temptext, 0777); // next run aspell $return = shell_exec($aspellcommand . ' 2>&1'); // echo $return; unlink($temptext)
.........................................

I'm using GlassFish as a web server. Is it because Xinha PHP files aren't executed?
Any help will be appreciated.

Thanks

Offline

Board footer

Powered by FluxBB