Closed (duplicate)
Project:
GeSHi Filter for syntax highlighting
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 01:04 UTC
Updated:
29 Jan 2012 at 21:39 UTC
Jump to comment: Most recent
Comments
Comment #1
yuriy.babenko commentedUpgraded to geshifilter 7.x-1.0, same issue.
May be related to #1049208: PHP error when going to /admin/config/content/formats/xxx?
Comment #2
yuriy.babenko commentedEnabled the geshifilter for the Full HTML input format, added some code to a node and viewed it - got the same error:
Fatal error: Call to undefined function libraries_load() in /sites/all/modules/contrib/geshifilter/geshifilter.inc on line 18
FYI, I'm using Libraries 1.0
Comment #3
yuriy.babenko commentedGot things to work by installing 7.x-2.x-dev. Had a few errors that complained about the 'cache_libraries' table missing, so I had to manually create that one. Seems to be working fine now.
Comment #4
soxofaan commentedduplicate of #1147050: Drupal Libraries API Enabled but still get fatal error with libraries_load()
as noted on the project page: you have to use version 7.x-2.x of the Libraries module
Comment #5
bleen commentedsoxofaan - I understand the libraries2.x requirement ... any way to specify that in your drush make file?
Comment #6
soxofaan commentedI'm not a drush make connaisseur (the drush make file contribution wasn't mine and I've never actually used it myself).
The drush make file seems to specify libraries2:
but I don't really know how this works
Comment #7
Anonymous (not verified) commentedI received PHP Fatal error: Call to undefined function libraries_load() in geshifilter.inc on line 18.
Although was using libraries-7.x-1.0 as opposed to required development version specified.
Comment #8
Jerimee commentedSame problem:
I received PHP Fatal error: Call to undefined function libraries_load() in geshifilter.admin.inc on line 61.
Wasn't using the development version of libraries. Installed that and now it seems to work.