Page 8 of 9

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

Posted: Sun Aug 13, 2017 9:13 pm
by Konstantinopol
Error occurs both there and there
Image

Image

Code: Select all

http://bludit0.ru/bl-plugins/ckeditor/libs%0Cilemanagerdialog.php?type=1&editor=ckeditor&akey=gOTommE6i8b0&fldr=&CKEditor=jscontent&CKEditorFuncNum=1&langCode=ru

About the abandoned file managers.

They can are abandoned, but they working at the local server

Now about the local server.
Six months I live in the countryside, in the forest, where there is not very good Internet. I hone my sites on a local server and then upload it to the network.

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

Posted: Sun Aug 13, 2017 9:27 pm
by Edi
The 403 error "Access forbidden" means that you have to set the rights to access the resources on the server.

See for example:

https://en.wikipedia.org/wiki/HTTP_403

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

Posted: Sun Aug 13, 2017 9:35 pm
by Konstantinopol
Yes it's all clear!
The Apache web server returns 403 Forbidden in response to requests for URL paths that correspond to file system directories when directory listings have been disabled in the server and there is no Directory Index directive to specify an existing file to be returned to the browser
Apache finds nothing along the specified path.
And it is because of incorrect slashes (IMHO)
Why the mistake is clear!
How to fix it?

Yes, if you upload images using the standard tools of the system, then everything works fine on both the local and the normal server.
From here I conclude that the problem is in the code of the plugin.
Image

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

Posted: Sun Aug 13, 2017 11:17 pm
by Edi
The slashes work as you can see:

Code: Select all

/bl-plugins/ckeditor/libs
But after this there are a wrong path and file:

Code: Select all

/libs%0Cilemanagerdialog.php
There is no file filemanagerdialog.php inside the directory /libs.

Could it be that you have tried to install your own uploader?

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

Posted: Mon Aug 14, 2017 2:12 am
by Konstantinopol
No, I did not change anything.
Re-installed Bludit version 1.6.2
and plugin CkEditor - 2016/08/12 - Version 1.5: Fallback Bludit 1.4 compatibilty & ready for 1.5Beta ckeditor.zip 4.08 MB

Do "Send it to the Server" and see:
Forbidden
You don't have permission to access /bluditnew.ru/bl-plugins/ckeditor/libsilemanagerdialog.php on this server.
Apache/2.4.23 (Win32) PHP/5.6.25 Server at localhost Port 80
Do "Browse Server" and see:
Forbidden
You don't have permission to access /bluditnew.ru/bl-plugins/ckeditor/libsilemanagerdialog.php on this server.
Apache/2.4.23 (Win32) PHP/5.6.25 Server at localhost Port 80
- Where does this character come from when copying the message?
the right way:
/bluditnew.ru/bl-plugins/ckeditor/libs/filemanager/dialog.php
But it turns out
/bluditnew.ru/bl-plugins/ckeditor/libs(none slash and "f")ilemanager(none slash)dialog.php

Abracadabra is some, not the way ;)

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

Posted: Mon Aug 14, 2017 11:06 am
by Edi
What do you use for the local server environment on your PC? WAMP? XAMPP?

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

Posted: Mon Aug 14, 2017 11:47 am
by Edi
In the meantime I'm able to reproduce the error with WAMP.

The problem could be that the path is handled as external path.

You can try to modify the file config.php in the directory /ckeditor/libs/filemanager.

This is a reason why it makes no sense to setup a local installation without knowing how to tweak the server. And my understanding of server setups is very limited. :twisted:

Concerning other solutions: Be aware that a filemanager could be a security issue. Therefore I do not recommend to use an abandoned project.

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager)

Posted: Sat Mar 10, 2018 9:26 pm
by Fred
Plugin update, read first post.

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager)

Posted: Sat Mar 10, 2018 9:45 pm
by Edi
Another great update! :-)

Just one thing: en_US.json has to be renamed to en.json.

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager)

Posted: Sat Mar 10, 2018 10:09 pm
by oldteacher
Plugin update, read first post.
Outstanding, thank you!

Love CKEditor because it is so flexible.