This is the support thread for the contribution:
CKEditor with KFM Filemanager
at:
http://addons.oscommerce.com/info/8302
I can only answer queries through this forum.
Latest News: (loading..)
[Contribution] CKEditor with KFM Filemanager
Started by briggers, Jan 06 2012, 14:49
5 replies to this topic
#1
Posted 06 January 2012, 14:49
#2
Posted 12 January 2012, 16:37
Hi
Thanks for your contribution.
I have uploaded it as per your instructions and after installing CKEditor it did appear in my admin (product description). However, i continued and installed KFM and it no longer appears. I think the problem may lie in step 3 of KFM installation:
I am working on localhost at the moment so am not sure what I should use for:
$kfm_userfiles_address = '/home/USER_NAME/catalog/images';
I've tried
='localhost/myoscommerceadministratorusername/catalog/images';
or
$kfm_userfiles_output = 'http://www.DOMAIN_NAME/catalog/images/';
I've tried
='http://localhost/catalog/images/';
Can you spoon feed me what I should be using please.
Helen
Thanks for your contribution.
I have uploaded it as per your instructions and after installing CKEditor it did appear in my admin (product description). However, i continued and installed KFM and it no longer appears. I think the problem may lie in step 3 of KFM installation:
Quote
3. Open catalog/admin/ext/kfm-1.4.7/configuration.dist.php
Around line 46 change:
$kfm_userfiles_address = '/home/kae/Desktop/userfiles';
to point to the absolute file path to your images directory (on a Cpanel server this would be) like:
$kfm_userfiles_address = '/home/USER_NAME/catalog/images';
Around line 58 change:
$kfm_userfiles_output = '/userfiles/';
to be the webserver address of your images directory like:
$kfm_userfiles_output = 'http://www.DOMAIN_NAME/catalog/images/';
Around line 46 change:
$kfm_userfiles_address = '/home/kae/Desktop/userfiles';
to point to the absolute file path to your images directory (on a Cpanel server this would be) like:
$kfm_userfiles_address = '/home/USER_NAME/catalog/images';
Around line 58 change:
$kfm_userfiles_output = '/userfiles/';
to be the webserver address of your images directory like:
$kfm_userfiles_output = 'http://www.DOMAIN_NAME/catalog/images/';
I am working on localhost at the moment so am not sure what I should use for:
$kfm_userfiles_address = '/home/USER_NAME/catalog/images';
I've tried
='localhost/myoscommerceadministratorusername/catalog/images';
or
$kfm_userfiles_output = 'http://www.DOMAIN_NAME/catalog/images/';
I've tried
='http://localhost/catalog/images/';
Can you spoon feed me what I should be using please.
Helen
#3
Posted 02 February 2012, 18:35
Hi Richard,
I installed the contrib, according to the procedure. CKEditor works well in all those fields when you need it.
When I try to load an image returns this result:
Warning: require_once(D:\inetpub\webs\.\test1\admin\ext\kfm-1.4.7/classes/PDO.php) [function.require-once]: failed to open stream: No such file or directory in D:\inetpub\webs\.\test1\admin\ext\kfm-1.4.7\initialise.php on line 19
Can you help me?
Thanks in advance.
Enrico.
I installed the contrib, according to the procedure. CKEditor works well in all those fields when you need it.
When I try to load an image returns this result:
Warning: require_once(D:\inetpub\webs\.\test1\admin\ext\kfm-1.4.7/classes/PDO.php) [function.require-once]: failed to open stream: No such file or directory in D:\inetpub\webs\.\test1\admin\ext\kfm-1.4.7\initialise.php on line 19
Can you help me?
Thanks in advance.
Enrico.
#4
Posted 03 February 2012, 08:29
Helen,
The line
is the file system path. On windows it would be something like
c:\inetpub\sitename\catalogue\images
the line
should be whatever you use to browse to the shop home page (on your localhost) followed by /images/
Richard
The line
Quote
$kfm_userfiles_address = '/home/USER_NAME/catalog/images';
c:\inetpub\sitename\catalogue\images
the line
Quote
$kfm_userfiles_output = 'http://www.DOMAIN_NAME/catalog/images/';
Richard
#5
Posted 03 February 2012, 08:38
Enrico,
This looks as though you have an extra \.\ somewhere in a file path definition, check your /catalog/admin/configure.php file
Richard
This looks as though you have an extra \.\ somewhere in a file path definition, check your /catalog/admin/configure.php file
Richard
#6
Posted 09 February 2012, 11:36
Richard,
The download package is corrupted. Can you take a look?
Thanks, Eddy
The download package is corrupted. Can you take a look?
Thanks, Eddy














