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

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

Try changing that call to tracker2_page, please and let me know how that works.

-Anti-’s picture

> 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.

nancydru’s picture

Open 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.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed

I downloaded and tested this.

Committed to the -dev version.

-Anti-’s picture

Wow 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.

nancydru’s picture

For 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.

Status: Fixed » Closed (fixed)

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