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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • second click in the frontend sends me to the backend
Pages: [1]

Author Topic: second click in the frontend sends me to the backend  (Read 1028 times)

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
second click in the frontend sends me to the backend
August 09, 2010, 04:16:47 am
I' m trying the possibilities of Civicrm 3.2.0 in Joomla 1.5.20 (in dutch). Managing the contacts in the backend is going well, but I'm occuring some problems in the frontend. I'm probably doing something wrong, but I don't know what.

I created a menu with "Profile create form". I choose the menu in the frontend, I enter the data in the fields and click 'save". The next page is the login for the backend. ??? The data isn't saved.
I created a menu with "Profile editform". I choose the menu in the frontend, I change the data in the fields and click 'save". The next page is the login for the backend. ??? The new data isn't saved.
I created a menu with an "Event registration form". I choose the menu in the frontend, I enter the data in the fields and click 'next". The next page is the login for the backend. ??? The data isn't saved.

What am I doing wrong, or where can I find information to solve this problem ?

Thanks!
den Bart

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: second click in the frontend sends me to the backend
August 09, 2010, 06:36:48 am

can u cut-n-paste the front end url and the backend url u see displayed when u hit save

u can replace your hostname with example.com to keep that private

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

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: second click in the frontend sends me to the backend
August 09, 2010, 12:49:31 pm
Thanks, Lobo, for the fast reaction !

When I go to the profile create form : example.com/index.php?option=com_civicrm&view=Profiles&Itemid=63
When I save the profile create form : example.com/administrator/index.php?option=com_civicrm&task=civicrm/profile/create&

When I go to the profile edit form : example.com/index.php?option=com_civicrm&view=Profiles&layout=edit&Itemid=64
When I save the profile edit form : example.com/administrator/index.php?option=com_civicrm&task=civicrm/profile/edit&

When I go to the event registration form : example.com/index.php?option=com_civicrm&view=Events&layout=register&Itemid=62
When I click on "doorgaan" (= "next" ?) : example.com/administrator/index.php?option=com_civicrm&task=civicrm/event/register&


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: second click in the frontend sends me to the backend
August 09, 2010, 12:59:53 pm

what happens when u goto:

example.com/index.php?option=com_civicrm&task=civicrm/profile/create&reset=1&gid=AAAA

(replace the AAAA with a valid profile id from your install). is this a new install or an upgrade

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

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: second click in the frontend sends me to the backend
August 09, 2010, 01:10:17 pm
Then I get the profile create form.
When I save, I get example.com/administrator/index.php?option=com_civicrm&task=civicrm/profile/create&

It's an upgrade.

« Last Edit: August 09, 2010, 01:13:41 pm by den Bart »

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: second click in the frontend sends me to the backend
August 09, 2010, 05:49:48 pm
can you get into:
components/com_civicrm/civicrm.settings.php

and make sure the CIVICRM_UF_BASEURL variable goes to your website root -- not to /administrator/
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

den Bart

  • I’m new here
  • *
  • Posts: 22
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: joomla 1.6
  • MySQL version: 5.0.90
  • PHP version: 5.2.17
Re: second click in the frontend sends me to the backend
August 10, 2010, 05:48:32 am
I've checked it. It goes to my website root.

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: second click in the frontend sends me to the backend
August 12, 2010, 10:07:16 pm
any luck with this?
couple other things -- clear out your template cache
also, get into the profile advanced settings and just make sure you didn't setup a redirection to a backend location
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • second click in the frontend sends me to the backend

This forum was archived on 2017-11-26.