You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
How to do this ? Please give me some code example. It seems like 90% of the people has the same problem. If I click on browse server - error - you don't have permission to search on the server. If I click on choose file and upload to server after - error - bad request. I tried to make a custom action to upload the image but again - bad request. I am working on LAMP on Ubuntu 18.
My code is simple as that:
How should I make that GOOD request. And why I don't have permission to look on my own server? I red the whole documentation about the ckeditor. Really don't understand nothing now. Bagging you for real example ...
The text was updated successfully, but these errors were encountered:
Maybe it's a little bit late. The problem is with session name, yii2 advanced template put a default session name in both frontend and backend in the file main.php, but kcfincder doesn't know that session name and can't find the configuration established in the session var "KCFINDER". The faster solution is to remove the session name from the app config file, and the tedious one is to set up a SessionSaveHandler, these links will help: https://www.yiiframework.com/wiki/421/syncing-sessions-between-yii-and-kcfinder iutbay/yii2-kcfinder#8 (comment)
How to do this ? Please give me some code example. It seems like 90% of the people has the same problem. If I click on
browse server
- error -you don't have permission to search on the server
. If I click onchoose file
andupload to server
after - error - bad request. I tried to make a custom action to upload the image but again -bad request
. I am working on LAMP on Ubuntu 18.My code is simple as that:
How should I make that
GOOD request
. And why I don't have permission to look on my own server? I red the whole documentation about the ckeditor. Really don't understand nothing now. Bagging you for real example ...The text was updated successfully, but these errors were encountered: