turnermm / ckgedit

CKEditor integrated into Dokuwiki
https://www.dokuwiki.org/plugin:ckgedit
GNU General Public License v2.0
60 stars 49 forks source link

ajax.php 403 error #628

Closed pwg-plambrecht closed 2 years ago

pwg-plambrecht commented 3 years ago

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!

turnermm commented 3 years ago

Sorry not to have answered sooner.

Perhaps you can turn off javascript compression in the configuration manager, which might give you a better view of where the request is coming from.