Closed (fixed)
Project:
PEAR Wiki Filter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2007 at 10:43 UTC
Updated:
19 Jan 2007 at 01:31 UTC
On a Windows-machine I get this errormessage after enabling the wiki input-format:
Fatal error: require_once() [function.require]: Failed opening required 'Text/Wiki/Parse.php' (include_path='.:C:\...\drupal-5.0-rc2\modules\pearwiki_filter') in C:\...\drupal-5.0-rc2\modules\pearwiki_filter\Text\Wiki.php on line 19
In pearwiki_filter.module you use the ':' separator for the Path. But you should use the constant PATH_SEPARATOR to set the include_path.
Comments
Comment #1
rötzi commentedThanks for the report. It is fixed in CVS and I have made a new release. So after the next packaging run of drupal the new version should be available.
Comment #2
rötzi commented