Closed (fixed)
Project:
GeSHi Filter for syntax highlighting
Version:
5.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2008 at 11:45 UTC
Updated:
7 Mar 2008 at 09:33 UTC
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
Comment #1
soxofaan commentedthanks, good catch
http://drupal.org/cvs?commit=97622
(this report also revealed another bug: http://drupal.org/cvs?commit=97621)
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
Sverre commentedThis also needs to be applied to 5.x-2.5.
Identical error after download today. Adding
require_once('geshifilter.pages.inc');to the top ofgeshifilter.moduleresolved the issue.Comment #4
Sverre commentedShould also note that the error only occurs if you enable "CSS classes and external CSS style sheet".
Comment #5
soxofaan commentedthanks
http://drupal.org/cvs?commit=102492
Comment #6
soxofaan commentedGeSHi filter 5.x-2.6 is now available: http://drupal.org/node/225273
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.