ib_fckeditor_init.js

jasonlttl - November 3, 2009 - 18:38
Project:Image Browser
Version:6.x-2.x-dev
Component:Plugin: FCKeditor
Category:bug report
Priority:normal
Assigned:Unassigned
Status:fixed
Description

I'm going to apologize in advance in case this is user error. After installation of the latest dev, I get...

warning: file_get_contents(sites/all/modules/imagebrowser/plugins/ib_fckeditor/ib_fckeditor_init.js) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/dev/little12/drupal/includes/common.inc on line 2403.

I suspect the problem is that ib_fckeditor_init() calls...

drupal_add_js(drupal_get_path('module', 'ib_fckeditor') . "/ib_fckeditor_init.js");
drupal_add_css(drupal_get_path('module', 'ib_fckeditor') . "/ib_fckeditor_init.css");

...but neither file seems to exists.

ls imagebrowser/plugins/ib_fckeditor/
ib_fckeditor.info
ib_fckeditor.install
ib_fckeditor.js
ib_fckeditor.module
imagebrowser
(expecting to see ib_fckeditor_init.js and ib_fckeditor_init.css)

Corresponding files exist under the WYSIWYG plugin so maybe the fckeditor versions just need to get added to the latest build?

Again sorry if this is user error and thanks for an incredible module.

Best,
Jason

#1

gothica - November 20, 2009 - 10:50

i've create these 2 files using 2 files in ib_wysiwyg and now it's works!

#2

k.obrien - November 23, 2009 - 19:26

I'm having the same problem. When you created the files, did you just copy them into the ib_fckeditor directory or did you modify the files in any way?

Thanks!

#3

gothica - November 29, 2009 - 19:44

you can look at my article here http://mytrouble.ru/node/199

#4

Starnox - December 5, 2009 - 21:52
Status:active» fixed

Sorry guys those files got left out of the commit for some reason. I've committed them now and the latest dev should come with them.

 
 

Drupal is a registered trademark of Dries Buytaert.