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

rötzi’s picture

Thanks 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.

rötzi’s picture

Status: Active » Closed (fixed)