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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.1 Release Testing »
  • Problems with URLs in contribution process
Pages: [1]

Author Topic: Problems with URLs in contribution process  (Read 1836 times)

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Problems with URLs in contribution process
August 12, 2008, 08:14:53 am
Joomla 1.5.5

When I follow my menu link to a contribution form, the url appears like this:

index.php?option=com_civicrm&task=civicrm/contribute/transact&

then when I click continue it gives me a url like this:

administrator/index.php?option=com_civicrm&task=civicrm/contribute/transact&

(note the administrator)

and a could not find key message.

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Re: Problems with URLs in contribution process
August 12, 2008, 10:08:29 am
as mentioned in my other post, I changed from $my to $user and now the continue takes me to the administrator instead of key not found. I guess that's a kind of progress. :P

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Re: Problems with URLs in contribution process
August 12, 2008, 12:36:34 pm
Ok this report and the other one about having multiple menu items seem to be caused by the same issue which is that the link field in the menu table is not properly constructed.

For example

index.php?option=com_civicrm&task=civicrm/contribute/transact&gid=1&reset=1

is how it should be, but

index.php?option=com_civicrm

 is how it is.

The parameters are being stored in the parameter field and not moved into the link field the way they are with other components.


I am told the url parameters should be in <url> tags not <param> tags.





Deepak Srivastava

  • Ask me questions
  • ****
  • Posts: 677
  • Karma: 65
Re: Problems with URLs in contribution process
August 13, 2008, 02:01:38 am
Thanks. Has been fixed (http://fisheye.civicrm.org/browse/CiviCRM/trunk/joomla/configure.php?r1=16447&r2=16617).
« Last Edit: August 13, 2008, 02:03:17 am by Deepak Srivastava »
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.1 Release Testing »
  • Problems with URLs in contribution process

This forum was archived on 2017-11-26.