Hi, I've recently been experiencing a problem using wikitools + pearwiki filter where I get an empty page back when trying to view wiki pages (i.e. View->Page Source is completely empty). I can still edit the wiki pages/nodes, by going to, for example,
but I get nothing for
http://sitename/node/165 and
http://sitename/wiki/some_page and
http://sitename/content/some_page
I did some debugging through the code, and I've been able to find that all node content seems to be blown away in the function pearwiki_filter_process (in pearwiki_filter.module) when it does "@include_once 'Text/Wiki.php';" I'm not sure why or how, since there only seem to be php class declarations in there, and it is not passed any node data.
The start of this problem, by the way, coincided with my hosting provider migrating my account to a new server, but the rest of my Drupal set-up is running fine, so I'm at a loss to explain what's happened. Maybe php is configured slightly differently or something? Any clues on how to find out would be appreciated.