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) »
  • CiviContribute frontend permissions
Pages: [1]

Author Topic: CiviContribute frontend permissions  (Read 1261 times)

rBergman

  • Guest
CiviContribute frontend permissions
February 02, 2009, 01:26:15 am
I have installed the CiviCRM in Joomla 1.5 with PayPal Standard as the payment gateway and have everything working fine on the backend. I have also configured the front-end to take contributions. However, when I click on my "donate" front-end link, I get an error "You do not have permission to execute this url."

I've searched everywhere and am going nuts trying to find a solution. If anyone can help me I would really appreciate it. My site URL is "808injuredworkers.org".

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviContribute frontend permissions
February 02, 2009, 02:40:11 am
Looks like Front-end contribution link is incorrect. It should be like

Quote
http://joomla.demo.civicrm.org/index.php?option=com_civicrm&task=civicrm/contribute/transact&id=1&action=preview&reset=1&Itemid=54

and not
Quote
http://hawaiiinjuredworkersalliance.org/index.php?/component/option,com_civicrm/Itemid,66/

Try creating new link for this contribution

HTh

Kurund
Found this reply helpful? Support CiviCRM

Sunil

  • I post frequently
  • ***
  • Posts: 131
  • Karma: 23
  • The community around a product more important than the product itself?
    • CiviCRM
Re: CiviContribute frontend permissions
February 02, 2009, 03:01:51 am
The correct URL should be like this
http://domain/index.php?option=com_civicrm&Itemid=66
And your URL is
http://domain/index.php?/component/option,com_civicrm/Itemid,66/

Compare the two URL
/ is used instead of  &  AND
, is used instead of  =

try with changing arg_separator.output to &amp instead of / ( Default is "&" )  in php.ini

sunil

The community around a product more important than the product itself?

rBergman

  • Guest
Re: CiviContribute frontend permissions
February 02, 2009, 06:18:41 am
Thank you. As soon as I disabled the sh404SEF plug-in the CiviContribute page on the front end started working. Evidently that's what was causing the permission problem.

Mahalo, to all of you! :D

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • CiviContribute frontend permissions

This forum was archived on 2017-11-26.