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)

CommentFileSizeAuthor
#6 2907730.patch592 bytesbahuma20

Comments

klikrzys created an issue. See original summary.

klikrzys’s picture

Issue summary: View changes
ddrozdik’s picture

Thank 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?

khoavt’s picture

I 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.

santhoshabraham’s picture

Same issue here.. File not found: /libraries/panelbutton/plugin.js?t=p16002

bahuma20’s picture

StatusFileSize
new592 bytes

This patch should fix the issue...

soumyapsadanandan’s picture

The 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:
  1. Install the prerequistes for color button- Panel button library and module, UI button library and float panel library. Make the changes of $path that I mentioned at the start of this post.
  2. Install color button module and copy its library.
  3. Enable the icon in configuration->Text Editor.
drupalle’s picture

Hi
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]

ckaotik’s picture

Status: Active » Closed (duplicate)