Hello,
I'm not able to get this module working (again). I did a drush update of all my modules and now syntaxhighlighter isn't working any more.

So I reinstalled it and copied the newest version of syntaxhighlighter-lib to sites/all/libraries/syntaxhighlighter.

However, it breaks still all js on my page. Firebug calls me "SyntaxHighlighter is not defined".
I tried different versions of the library (3.0.83 and 2.1.382).

CommentFileSizeAuthor
#2 897340-syntaxhighlighter-3.0.83.patch885 bytesmrfelton

Comments

mattyoung’s picture

The module is not compatible with 3.0.83

I have only try up to version 2.1.364 but I am pretty sure any 2.x version should work.

please visit the 'admin/reports/status' to make sure the syntaxhighlghter js library is found in the proper location.

Then visit you site, view source and search for syntaxhighlighter, it should be found inside jQuery.extend(Drupal.settings. If not, something is wrong.

mrfelton’s picture

Version: 6.x-1.22 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new885 bytes

I get asimilar error with a Attached patch seems to get it working with 3.0.83. Please test and confirm.

mattyoung’s picture

Status: Needs review » Closed (duplicate)