Hey,

using the newest development version of the module, I cannot get it to run with my standalone CKEditor module.

When I add the video button to my CKEditor toolbar and enable the plugin, I receive a blank field instead of the CKEditor field when I view my node form.

The following errors appear in my JS console:

Failed to load resource: the server responded with a status of 404 (Not Found)

http://localhost/MY_DRUPAL_FOLDER/undefined/plugins/ckeditor/plugin.js?t=E6FC
Uncaught [CKEDITOR.resourceManager.load] Resource name "video_filter" was not found at /MY_DRUPAL_FOLDER/undefined/plugins/ckeditor/plugin.js?t=E6FC".

cdn.ckeditor.com/4.4.3/full-all/ckeditor.js?_=1448375839855:211

By the "undefined" I'm going to judge that a piece of JS somewhere does not recognize the path to the video_filter plugin. However, I have been unable to find anything in the code.

Any ideas?

Comments

ividyon created an issue. See original summary.

yoruvo’s picture

Priority: Major » Normal
Status: Active » Closed (works as designed)

For reasons unknown to me, I had the following lines in my custom ckeditor.config.js:

  // Video_filter plugin.
  config.extraPlugins += (config.extraPlugins ? ',video_filter' : 'video_filter');
  CKEDITOR.plugins.addExternal('video_filter', Drupal.settings.basePath + Drupal.settings.ckeditor.modulepath + '/plugins/ckeditor/');

I'm not sure whether or not this is from an older version of the module, but either way removing these lines fixed the problem.

VENNIMALAI ESRAVEL’s picture

Category: Bug report » Task
Priority: Normal » Critical
Status: Closed (works as designed) » Active

Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "video" was not found at "/core/modules/ckeditor_video/js/plugins/video/plugin.js?t=I8E8".

HI,

I'm using Drupal 8, I have installed ckeditor video and fakeobjects modules and trying to configure the video in text editor on TOOLBAR CONFIGURATION getting above error. Can someone help to resolve this issue?