Reviewed & tested by the community
Project:
Rep[lacement]Tags
Version:
6.x-1.x-dev
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2010 at 19:07 UTC
Updated:
7 Oct 2012 at 05:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
beyond67 commentedSubscribe
Comment #2
geerlingguy commentedI'm getting:
Fatal error: Call to undefined function theme_token_help() in ~/reptag/tags/token.tags.inc on line 21Comment #3
anodyne commentedThis can be fixed by changing the contents of _reptag_token_help() inside token.tags.inc:
function _reptag_token_help() {
return theme('token_help', 'node');
}
Thanks to Dave Reid who mentioned this in a post on the Token Issues page:
http://drupal.org/node/839108
Comment #4
geerlingguy commentedI can confirm this is the problem (thanks, @anodyne!). I will supply a patch in a few minutes...
Comment #5
geerlingguy commentedPatch attached. I would set to reviewed & tested, but I'll wait for someone else to verify first :)
Comment #6
Richard Arkner commentedI've just applied the patch to Drupal 6.19 on CentOS 5.3 - working fine! I'm not sure that's enough of a review but it's a one-line change so maybe it is.
Comment #7
geerlingguy commentedLooks like we can set RTBC.
Comment #8
summit commentedSubcribe greetings Martijn
Comment #9
mrwiggles commentedSubscribe
Comment #10
Renee S commentedConfirmed WSOD, patch fixed. Thanks =)
Comment #11
geerlingguy commented