Posted by -Anti- on April 18, 2009 at 11:37pm
Jump to:
| Project: | RealName |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Try changing that call to tracker2_page, please and let me know how that works.
#2
> 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.
#3
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.
#4
I downloaded and tested this.
Committed to the -dev version.
#5
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.
#6
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.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.