If I use the standard HTTP port 80, I have no problems.
But if I use, for example, port 8888, the browser can not find a root folder.
Sample query:
http://test.qqq:8888/plugins/editors/ckeditor/kcfinder/browse.php?type=images?CKEditor=content_short&CKEditorFuncNum=1&langCode=ru
So, too, does not work (...\ckeditor\kcfinder\config.php)
'uploadURL' => "http://test.qqq:8888/images",
How to solve the problem?
==== russian ====
Если я использую стандартный порт HTTP 80, у меня нет проблем.
Но если я использую, например, порт 8888, то браузер не может найти корневую папку.
Пример запроса:
http://test.qqq:8888/plugins/editors/ckeditor/kcfinder/browse.php?type=images?CKEditor=content_short&CKEditorFuncNum=1&langCode=ru
Так тоже не работает (...\ckeditor\kcfinder\config.php)
'uploadURL' => "http://test.qqq:8888/images",
Как решить задачу?
Kcfinder is a third-party
Kcfinder is a third-party product that we do not support (as we simply do not know it), so you should probably ask its authors/community. Sorry!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Thanks for the answer.
Thanks for the answer.
Hoping that someone has already encountered this problem.