Followed the instructions as outlined in the README.txt and installed the third party Geshi library here:

/sites/all/modules/geshifilter/geshi

Now, when I go to configure the module, I'm seeing the following message within the 'General settings', 'Languages', and 'Filter conflcts' tabs:

GeSHi library error: Could not find a known version of the GeSHi library at sites/all/modules/geshifilter/geshi

Comments

soxofaan’s picture

Category: bug » support
Priority: Critical » Normal
Status: Needs work » Active

Which version of GeSHi did you install?

GeSHi filter module only supports GeSHi 1.0.x for the moment
perhaps you installed GeSHi 1.1.x?

jakery’s picture

The README.txt file incorrectly points the user to a website where the 1.1.x dev version is offered. It took me 30 minutes to figure out that 1.1.x isn't supported, and that 1.0.x is the proper version. (Why not just include it in the module package?)

soxofaan’s picture

The README.txt file incorrectly points the user to a website where the 1.1.x dev version is offered

fixed by http://drupal.org/cvs?commit=302008

Why not just include it in the module package?

there are many reasons not to include third party code in drupal.org packages (mainly licensing and practical code hosting issues), interesting read is http://drupal.org/node/124978

soxofaan’s picture

Status: Active » Closed (fixed)