Closed (fixed)
Project:
Real Name
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 23:37 UTC
Updated:
4 May 2009 at 17:10 UTC
Tracker2 is a better tracker than the default IMO; it's the one used on drupal.org.
Its main functionality works ok with realname (ie. the /tracker url)
But it throws the following error if using: my account -> track (ie. the /user/%/track url)
Fatal error: Call to undefined function tracker_page() in
/home/user/public_html/sites/all/modules/realname/realname.module on line 195
Sorry I can't help provide a solution; I don't know php.
Cheers.
Comments
Comment #1
nancydruTry changing that call to tracker2_page, please and let me know how that works.
Comment #2
-Anti- commented> Try changing that call to tracker2_page, please and let me know how that works
Sorry, I don't know how to do that. As I said I don't know php.
All I'm able to do is raise awareness that there is an incompatibility with the tracker2 module,
when the user goes to their account and clicks the 'Track' tab.
Cheers.
Comment #3
nancydruOpen the code in any text editor, such as Notepad.
Go down to line 187 (looks like 195 in your version) that looks like
$output = tracker_page($account, $set_title);and put in a "2" after "tracker" here.That should resolve this.
Comment #4
nancydruI downloaded and tested this.
Committed to the -dev version.
Comment #5
-Anti- commentedWow fast!
Thank you.
Sorry that I couldn't help troubleshoot.
I do intend to try to learn a bit of php, but I've a million other priorities first.
Definitely sometime within the next five years though.
Comment #6
nancydruFor Drupal, your first priority should be to learn CSS. That will help you a whole lot more than PHP. There are many web site developers who don't know PHP, but I doubt there are many successful ones who don't know CSS.