geshifilter.admin.inc call _geshifilter_override_geshi_defaults, which seems to be undefined.

adding

require_once('geshifilter.pages.inc');

to geshifilter.admin.inc at line 5 fixed the problem.

Comments

soxofaan’s picture

Version: 6.x-1.0-rc2 » 6.x-1.x-dev
Assigned: Unassigned » soxofaan
Status: Needs review » Fixed

thanks, good catch
http://drupal.org/cvs?commit=97622

(this report also revealed another bug: http://drupal.org/cvs?commit=97621)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

Sverre’s picture

Version: 6.x-1.x-dev » 5.x-2.5
Status: Closed (fixed) » Needs review

This also needs to be applied to 5.x-2.5.
Identical error after download today. Adding require_once('geshifilter.pages.inc'); to the top of geshifilter.module resolved the issue.

Sverre’s picture

Should also note that the error only occurs if you enable "CSS classes and external CSS style sheet".

soxofaan’s picture

Status: Needs review » Fixed
soxofaan’s picture

Title: call to undefiined function _geshifilter_override_geshi_defaults when changing CSS mode » call to undefined function _geshifilter_override_geshi_defaults when changing CSS mode

GeSHi filter 5.x-2.6 is now available: http://drupal.org/node/225273

Anonymous’s picture

Status: Fixed » Closed (fixed)

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