After installing the ckeditor plugin, I am now getting the following errors:
First, a browser dialogue pops open with the message "error".
Then, another browser dialogue pops open with the message "Forbidden"
Using the chrome dev tools, under "Console", I see the following:
POST http://(my URL)/lib/exe/ajax.php 403 (Forbidden)
jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2
So I checked the permissions of the ajax file and they are set to 744. I set them at 777 just to test, and got the same results (then switched back for security).
I also tried to access the page directly in the browser and actually got a 404 error. This is strange as I can see the file in the server directory.
However, it appears that the plugin still works. It's just the annoying error messages...
One more detail, the site currently does not have an ssl associated to it.
Any thoughts or help would be greatly appreciated. Thanks!
After installing the ckeditor plugin, I am now getting the following errors:
First, a browser dialogue pops open with the message "error".
Then, another browser dialogue pops open with the message "Forbidden"
Using the chrome dev tools, under "Console", I see the following:
POST http://(my URL)/lib/exe/ajax.php 403 (Forbidden) jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2
So I checked the permissions of the ajax file and they are set to 744. I set them at 777 just to test, and got the same results (then switched back for security).
I also tried to access the page directly in the browser and actually got a 404 error. This is strange as I can see the file in the server directory.
However, it appears that the plugin still works. It's just the annoying error messages...
One more detail, the site currently does not have an ssl associated to it.
Any thoughts or help would be greatly appreciated. Thanks!