Hi Kae.
Congratulations on a super piece of software, and great support.
I am unfortunately getting an error when I try to upload files in IE7.
When I click browse and then upload from the file upload widget - a window (upload.php)is launched and dies with a javascript error ('parent.kfm_vars' is null or not an object). The file does upload but doesn't appear in KFM until you navigate away and back again.
I was going to try debugging in Firefox but it works brilliantly and error free in the browser.
My settings are :
CKEditor 3.1
KFM 1.4.5
configuration.php
$kfm_db_type = 'mysql'; $use_kfm_security=false; $kfm_userfiles_address = BASE.'/media'; $kfm_userfiles_output = '/media/'; $kfm_workdirectory = '.kfiles'; $kfm_imagemagick_path = '/usr/bin/convert'; $kfm_use_servers_pear = false; $kfm_dont_send_metrics = 0; $kfm_server_hours_offset = 1; $kfm_thumb_format='.jpg'; $kfm_default_file_selection_handler='return_url';
table kfm_settings :
INSERT INTO kfm_settings VALUES (1, 'kfm_url', '/admin/ckeditor/kfm/admin/', 1, 0), (2, 'file_url', 'url', 1, 0), (3, 'show_admin_link', '0', 1, 0);