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
Comment #1
rötzi commentedFixed 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.
Comment #2
(not verified) commentedComment #3
Sverre commentedHi,
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
Comment #4
cwgordon7 commentedThis will be in an upcoming 5.x release (2-3 days). As the patch has already been committed, setting back to fixed.
Comment #5
Sverre commentedThank you. Nice module by the way. :-)
Comment #6
cwgordon7 commentedAlways love to hear that ;) :D
Comment #7
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.