Hi

I have this issue because i am using drupal commmons . On my local drupal site which is a standard drupal installation my layer slider module works well. But then i install it on my drupal commons site i get this error

Warning: include_once(profiles/commons/modules/contrib/media/wysiwyg_plugins/media.inc): failed to open stream: No such file or directory in dexp_layerslider_edit_sliders() (line 290 of /mysite/sites/all/modules/drupalexp/modules/dexp_layerslider/dexp_layerslider.module).
Warning: include_once(): Failed opening 'profiles/commons/modules/contrib/media/wysiwyg_plugins/media.inc' for inclusion (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in dexp_layerslider_edit_sliders() (line 290 of /mysite/sites/all/modules/drupalexp/modules/dexp_layerslider/dexp_layerslider.module).
Warning: include_once(profiles/commons/modules/contrib/media/wysiwyg_plugins/media.inc): failed to open stream: No such file or directory in dexp_layerslider_edit_sliders() (line 290 of /mysite/sites/all/modules/drupalexp/modules/dexp_layerslider/dexp_layerslider.module).
Warning: include_once(): Failed opening 'profiles/commons/modules/contrib/media/wysiwyg_plugins/media.inc' for inclusion (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in dexp_layerslider_edit_sliders() (line 290 of /mysite/sites/all/modules/drupalexp/modules/dexp_layerslider/dexp_layerslider.module).

Is this because the wysiwyg plugin is in a defferent file path than because of the installtion profile?
Thanks

Comments

docans created an issue.

RAWDESK’s picture

I believe it has something to do with upgrading from Media 7.x-1.x to 7.x-2.x
A lot of configurations and functions have changed/removed.
See my latest comment here :
https://www.drupal.org/node/2043499#comment-11830593
I am digging further into this one because it is also occurring at my side.