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

Comments

gothica’s picture

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

k.obrien’s picture

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!

gothica’s picture

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

jdelaune’s picture

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.

gothica’s picture

thx

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.