When I click the spellcheck button, I get the follow error message:
Error response:
403 Forbidden
403 Forbidden
nginx/0.8.53
| Comment | File | Size | Author |
|---|---|---|---|
| wysiwyg_spell_error.png | 87.18 KB | R-H |
When I click the spellcheck button, I get the follow error message:
Error response:
403 Forbidden
403 Forbidden
| Comment | File | Size | Author |
|---|---|---|---|
| wysiwyg_spell_error.png | 87.18 KB | R-H |
Comments
Comment #1
iva2k commentedPlease verify you have your webserver permissions configured correctly for the spellchecker files and directories. Given that you have spellchecker installed in:
YOURDRUPAL/sites/all/libraries/tinymce/jscripts/tiny_mce/plugins/spellchecker/you should be able to open this URL:
YOURWEBSITE/sites/all/libraries/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.phpand see something like this:
{"result":null,"id":null,"error":{"errstr":"Could not get raw post data.","errfile":"","errline":null,"errcontext":"","level":"FATAL"}}Comment #2
R-H commentedThank you for your help.
I get an error if I open:
/sites/all/libraries/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php
Error message is:
403 Forbidden
nginx/0.8.53
Can you please tell me what the server permissions problem is. I will need to relay to the project Aegir team.
Comment #3
iva2k commentedThe error message explains your problem, and you can relay my question to them - once you have server configured properly, your spellchecker problem should go away.
Comment #4
R-H commentedThank you! This was resolved by the Aegir/Barracuda team.
Comment #5
R-H commentedThank you! This was resolved by the Aegir/Barracuda team.
Comment #6
ericrdb commentedSame issue here and I understand that it's related to my nginx config.
R-H, do you have a link or explanation of how it was resolved? Would be very handy right about now. Thanks
Comment #7
ericrdb commented...and, here's the solution:
http://groups.drupal.org/node/112584
--
Eric DenBraber
www.mydbsolution.com
Comment #8
R-H commentedI never would have solved that on my own! Nice to have the omega8 group to assist with my server!