Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

[Contribution] CKEditor with KFM Filemanager


  • You cannot reply to this topic
5 replies to this topic

#1 briggers

  • Community Member
  • 13 posts
  • Real Name:Richard Brignall
  • Gender:Male
  • Location:Bracknell, UK

Posted 06 January 2012, 14:49

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.

#2 butchx5

  • Community Member
  • 25 posts
  • Real Name:Helen

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:

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/';

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 t1000

  • Community Member
  • 3 posts
  • Real Name:Enrico
  • Gender:Male

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.

#4 briggers

  • Community Member
  • 13 posts
  • Real Name:Richard Brignall
  • Gender:Male
  • Location:Bracknell, UK

Posted 03 February 2012, 08:29

Helen,

The line

Quote

$kfm_userfiles_address = '/home/USER_NAME/catalog/images';
is the file system path. On windows it would be something like
c:\inetpub\sitename\catalogue\images

the line

Quote

$kfm_userfiles_output = 'http://www.DOMAIN_NAME/catalog/images/';
should be whatever you use to browse to the shop home page (on your localhost) followed by /images/

Richard

#5 briggers

  • Community Member
  • 13 posts
  • Real Name:Richard Brignall
  • Gender:Male
  • Location:Bracknell, UK

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

#6 Moxamint

  • Community Member
  • 8 posts
  • Real Name:Eddy
  • Gender:Male
  • Location:Taiwan

Posted 09 February 2012, 11:36

Richard,

The download package is corrupted. Can you take a look?

Thanks, Eddy