Hello kae,
Firstly congratulation for this great filebrowser ^^
I'm using Symfony php framework to develop a mailing project. For the body input field, I use CKeditor. I managed to integrate kfm 1.4.5 with more or less no problem except one big :s : the return_url if the images is wrong...
Ex:
I get this wrong url : "//home/ken/www/myProject/plugins/myPlugin/web/js/kfm/get.php?id=11
" instead of this : "/myPlugin/js/kfm/get.php?id=11"
My system config:
- Ubuntu
- Symfony 1.4
- Apache 2 with mod_rewrite enabled
- CKeditor
My kfm config:
$kfm_userfiles_address = './../../uploads/images';
$kfm_userfiles_output = '/enaMassMailPlugin/js/kfm/';
$kfm_workdirectory = './../../uploads/cache';
Upload works, thumbnails also etc, except the return url :s
Ps: It worked before with mod_rewrite disabled, and after I activated it, It didn't work anymore...
Please help me !!!