Hello!
I get a problem with module installation. I have set up panel button plugin in libraries in the root folder, but after turning on the module I get this error:
Panelbutton requires the plugin.js library. Download the plugin from http://ckeditor.com/addon/panelbutton at least version 4.5.6, and place it in the libraries folder (/libraries/panelbutton) (Panelbutton library is missing Plugin not detected)
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2907730.patch | 592 bytes | bahuma20 |
Comments
Comment #2
klikrzys commentedComment #3
ddrozdik commentedThank you @klikrzys. Sorry for the long delay with answer, I will check your issue. Meanwhile, can you provide more details like Drupal version, version of the module? Did you set up the library to the directory /libraries/punelbutton?
Comment #4
khoavt commentedI got the same problem. Drupal 8.4.2, panelbutton 4.7.3, it gives the error message .... (/libraries/panelbutton) (Currently using Panelbutton library is missing version Plugin not detected). I installed CKEditor Font and it works but not panelbutton.
Thank you.
Comment #5
santhoshabraham commentedSame issue here.. File not found: /libraries/panelbutton/plugin.js?t=p16002
Comment #6
bahuma20This patch should fix the issue...
Comment #7
soumyapsadanandan commentedThe above patch worked for me. I made the following change and it worked.
Goto /modules/panelbutton/src/Plugin/CKEditorPlugin/PanelButton.php and update the path from
$path = '/libraries/panelbutton/plugin.js';to
$path = 'libraries/panelbutton/plugin.js';Listing the complete steps that I did to install colorbutton:
$paththat I mentioned at the start of this post.Comment #8
drupalle commentedHi
I have the same problem:
Panelbutton requires the plugin.js library. Download the plugin from http://ckeditor.com/addon/panelbutton at least version 4.5.6, and place it in the libraries folder (/libraries/panelbutton) (Currently using Panelbutton library is missing version Plugin not detected)
on Drupal 8.5.3
I have patched it, no change [cleared cache]
Thanks
;p]
Comment #9
ckaotikThis is a duplicate of #2881820: Module can't find library in profile directory and a regression from #2756597: Plugin path should not provide leading slash.