In browsing here:
http://www.example.com/en/wiki/ThisIsAnFunProject

I get this error:

[Fri Mar 09 15:42:56 2007] [error] [client 69.156.51.79] PHP Fatal error: Call to undefined function wikitools_drupal_path() in /home/drupal/sites/all/modules/wikitools/wikitools.module on line 476, referer: http://www.example.com/en/wiki

Here too:
http://test.tschannen.net/freelinking/Wikitools+demo:+moved

There is a similar error:

Fatal error: Call to undefined function: wikitools_drupal_path() in /home/tschanne/public_html/test/sites/default/modules/wikitools/wikitools.module on line 476

Which is:
wikitools/wikitools.module: $drupal_path = wikitools_drupal_path($title);

I haven't seen references to a drupal_path hook, so not sure. I'm really liking what you've done here btw! Nice to be able to do this within drupal rather than just using a wiki..

Mike

Comments

rötzi’s picture

Status: Active » Fixed

Fixed in the dev version.

I called the wrong function, it should have been 'wikitools_wikilink_drupal_path'. I renamed it and missed to replace that call.

Thanks for the report.

Anonymous’s picture

Status: Fixed » Closed (fixed)
Sverre’s picture

Status: Closed (fixed) » Reviewed & tested by the community

Hi,
I've just downloaded the latest official release and encountered the same problem...
Looking at the dates involved it would appear that this may have been fixed in the development snapshot 5.x-1.x-dev but not consequently released. I've manually made the change myself and agree that the fix suggested resolves the problem. Please can this be moved to a new official release?
Thanks and regards,
Sverre

cwgordon7’s picture

Version: 5.x-1.0 » 5.x-1.x-dev
Assigned: Unassigned » cwgordon7
Status: Reviewed & tested by the community » Fixed

This will be in an upcoming 5.x release (2-3 days). As the patch has already been committed, setting back to fixed.

Sverre’s picture

Thank you. Nice module by the way. :-)

cwgordon7’s picture

Always love to hear that ;) :D

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.