Hi, first sorry for my english. I use Ckeditor and kcfinder. When I want upload some image which is bigger then about 120 Kb, i give internal server error 500. In log file is error Warning: include(): open_basedir restriction in effect. File() is not within the allowed path(s): (/) in /var/www/clients/client1/web38/.....
But if I upload smaller image it's all right. In php.ini is max_file_size set on 512M, max_post_size 512M and all values have limits set big.
Can you help me please?
Thank's
But if I upload smaller image it's all right. In php.ini is max_file_size set on 512M, max_post_size 512M and all values have limits set big.
Can you help me please?
Thank's
Re: I can't upload image bigger then 120 Kb
It sounds like you have server restrictions, but in any case, you can modify file size limits by checking out this guide: http://docs.cksource.com/CKFinder_2.x/D ... s/Built-in
Note that this is the PHP guide. You didn't mention which version of CKFinder you are using. All the guides are here: http://docs.cksource.com/CKFinder_2.x/Developers_Guide
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: I can't upload image bigger then 120 Kb
I try set maxSize = '20M' but nothing. Before was maxSize = 0
My phpinfo is here: http://malovanivtichu.cz/test/test.php
I have ckfinder version 2.2.2.1 and ckeditor 3.6.4
My hosting using open_basedir, but i don't know a lot of this.
Please help me, because i try it three days.
Thanks a lot for your answers.