Hi, I just enable the 'tracker' view provided as default from the views modules, and set it as menu tab with the path 'user/%/tracker'.
I found that 'user/me/tracker' does not work as expected. I tried all the combinations in the me-alias module setting.
Please help.
Thanks.
Comments
Comment #1
robonoob commentedSorry. It turns out that it is me who did not look into views carefully.
Comment #2
jen.c.harlan commentedHi,
I recently installed the me aliases module. Now the link to "My recent Posts" on the tracker page goes to page not found (it is now pointing to: /tracker/me).
After Page not found, I get the following errors:
[code] * warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/content/18/6858918/html/sites/all/modules/views/includes/view.inc on line 1296.
* warning: mysqli_real_escape_string() expects parameter 2 to be string, object given in /home/content/18/6858918/html/includes/database.mysqli.inc on line 330.
* warning: Illegal offset type in /home/content/18/6858918/html/sites/all/modules/views/includes/view.inc on line 1300.
* warning: Illegal offset type in /home/content/18/6858918/html/sites/all/modules/views/includes/view.inc on line 1335.
* recoverable fatal error: Object of class stdClass could not be converted to string in /home/content/18/6858918/html/sites/all/modules/views/views.module on line 728.
* warning: Illegal offset type in isset or empty in /home/content/18/6858918/html/sites/all/modules/views/views.module on line 735.
[/code]
Any assistance you could give me would be great. I wasn't having issues with this before I installed me aliases. I am running drupal 6.20, me aliases 6.x-2.7, and Views 6.x-2.12. Thanks!