CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Recurring links not working on user dashboard
Pages: [1]

Author Topic: Recurring links not working on user dashboard  (Read 236 times)

ashok

  • I’m new here
  • *
  • Posts: 28
  • Karma: 0
  • CiviCRM version: 4.3.3
  • CMS version: Drupal 7
  • MySQL version: 5.5.24
  • PHP version: 5.3.10
Recurring links not working on user dashboard
December 26, 2014, 05:30:22 am
Hi there,

I am using civicrm 4.3.5 with Drupal 7.22. On the user dashboard, under Recurring Contribution(s) section, View link is not working for authenticated users.  It takes them to access-denied page. I checked to see if there is a permission for this but there isn't.

Admin can View the recurring contributions of authenticated users though.

Anyone has any idea?

Cheerz!
« Last Edit: December 26, 2014, 05:42:56 am by ashok »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Recurring links not working on user dashboard
December 26, 2014, 04:59:45 pm

can you upgrade to 4.5.x and see if you have the same issue

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ashok

  • I’m new here
  • *
  • Posts: 28
  • Karma: 0
  • CiviCRM version: 4.3.3
  • CMS version: Drupal 7
  • MySQL version: 5.5.24
  • PHP version: 5.3.10
Re: Recurring links not working on user dashboard
December 27, 2014, 02:43:16 am
Hi Lobo,

Thanks for responding. Upgrade looks like a long process and due to time constraint I can not perform an upgrade.

Here is what I did in order to make it work

I dug down a bit and found that in Contribute.xml file (inside sites/all/modules/civicrm/CRM/Contribute/xml/Menu directory), the access argument for View link had not been specified. So I provided the access argument for the View link

<access_arguments>access Contact Dashboard</access_arguments>

and rebuilt the menu (<your_site>/civicrm/menu/rebuild?reset=1) and it started working. Authenticated users can now view their recurring donations.

This certainly is not an elegant approach, but it fixes my problem for now. I will see with a fresh installation if the problem still persists. If yes, creating a patch should be the next step I guess?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Recurring links not working on user dashboard

This forum was archived on 2017-11-26.