This behaviour was already raised for "pupload" directory.

But, plupload library is deployed (by default) under the name "plupload".

To make it work, I had to patch like this :

383c383
< foreach (file_scan_directory($d, '/shCore\.js$/', array('nomask' => '/(\.\.?|CVS|src|pupload)$/')) as $filename => $file_info) {
---
> foreach (file_scan_directory($d, '/shCore\.js$/', array('nomask' => '/(\.\.?|CVS|src|pupload|plupload)$/')) as $filename => $file_info) {

Perhaps, a better solution would be to locate the library using another file than "shCore.js" for which we can be sure it belongs (in his name) only to syntaxhighlighter package.

CommentFileSizeAuthor
#6 flexslider-1589140-6.patch838 bytesk4v

Comments

nothinghere’s picture

Status: Active » Needs review
fizk’s picture

Version: 7.x-1.1 » 7.x-2.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

radj’s picture

Issue summary: View changes

If the flexslider library exists, this error also occurs. Just need to add 'flexslider' in line 397.

radj’s picture

Status: Closed (fixed) » Needs work

If the flexslider library exists, this error also occurs. Just need to add 'flexslider' in line 397.

k4v’s picture

StatusFileSize
new838 bytes

I have the same issue with flexslider. Heres a quick patch -- smells funny to do it like this...

k4v’s picture

Status: Needs work » Needs review
fizk’s picture

Status: Needs review » Closed (duplicate)