Active
Project:
Video Filter
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2015 at 14:43 UTC
Updated:
20 May 2019 at 12:23 UTC
Jump to comment: Most recent
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=E6FCUncaught [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:211By 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
Comment #2
yoruvo commentedFor reasons unknown to me, I had the following lines in my custom ckeditor.config.js:
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.
Comment #3
VENNIMALAI ESRAVEL commentedUncaught 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?