Posted by tomdeb on January 26, 2008 at 11:45am
Jump to:
| Project: | GeSHi Filter for syntax highlighting |
| Version: | 5.x-2.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | soxofaan |
| Status: | closed (fixed) |
Issue Summary
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
#1
thanks, good catch
http://drupal.org/cvs?commit=97622
(this report also revealed another bug: http://drupal.org/cvs?commit=97621)
#2
Automatically closed -- issue fixed for two weeks with no activity.
#3
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 ofgeshifilter.moduleresolved the issue.#4
Should also note that the error only occurs if you enable "CSS classes and external CSS style sheet".
#5
thanks
http://drupal.org/cvs?commit=102492
#6
GeSHi filter 5.x-2.6 is now available: http://drupal.org/node/225273
#7
Automatically closed -- issue fixed for two weeks with no activity.