kcfinder
kcfinder copied to clipboard
Blank browse page
I'm using kcfinder with ckeditor and everything is working perfectly in my local server but after uploading it to my working server i'm getting a blank browse page without any error messages in php or javascript can you help solve this?
I have the exact same problem. Your domain has IDN format (not Latin)?
I'm testing kcfinder on my test server for now with no domain i'm using the ip address with my username like this ip-address/~username
I see.... The solution to this bug, I did not find one. I had to use a manager of Mootols
Ok, so if i use it with a valid domain it should work?
Yes, on valid domains I noticed no problems
I have the same issue if i use ip-address/~username or my domain without www only www.my_dom.com work
:+1:
same thing here, trying to use the plugin on a hostgator shared server with ip_adress/~myuser
and ckfinder only shows a blank page, no errors on network, js, just nothing.
the exact same application on a domain without the ~
worked like it should.
I had this issue just now, and after some digging I found it was caused by the .thumbs
directory not being accessible to PHP. In my case I changed the permissions to 0777
and this resolved the blank browser issue.
Hi everyone. I have the same issue. Browse server worked fine locally but now that I'm on live server, I have a blank page when click on the browse server button. I've tried all solutions found on Internet, NOTHING! Please, does anyone have an idea ?
Reason
Check Owner of your upload folder:
It should be User of Web server.
Solution
Change it by below command:
sudo chown -R apache upload
Result:
User of Web server:
Apache:
cat /etc/httpd/conf/httpd.conf
Nginx:
cat /etc/php-fpm.d/www.conf