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 Joomla Extensions (Moderator: lcdweb) »
  • getting kicked out in civicrm joomla?
Pages: [1]

Author Topic: getting kicked out in civicrm joomla?  (Read 2005 times)

maymoonshine

  • I’m new here
  • *
  • Posts: 26
  • Karma: 0
getting kicked out in civicrm joomla?
February 25, 2011, 11:00:21 am
not sure where to post this but every time we do something on civicrm [with joomla] we get kicked out then we have to log back in and then it works fine. Why do we get kicked out? anyone encounter a problem like this?
thanks

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: getting kicked out in civicrm joomla?
February 25, 2011, 02:41:01 pm
you're logging in under a different url form than what you used to install Civi. civi stores the url. so you may have installed using "mydomain.org" and are logging in with "www.mydomain.org" -- the browser recognizes this as separate urls and stores the session separately. so when civi bumps you to the other url, you get logged out.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

maymoonshine

  • I’m new here
  • *
  • Posts: 26
  • Karma: 0
Re: getting kicked out in civicrm joomla?
March 02, 2011, 05:22:52 am
thanks.. not sure this is it though. But if it is, can this be corrected somewhere wherever it is stored?
Thanks

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: getting kicked out in civicrm joomla?
March 02, 2011, 06:00:18 am
you need to update the two civicrm.settings.php files (if the form of the url configured in civi is not the one you want)
and apply htaccess directives to ensure people are always using that form. do a search of the forums -- the issue is detailed a number of times.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

maymoonshine

  • I’m new here
  • *
  • Posts: 26
  • Karma: 0
Re: getting kicked out in civicrm joomla?
March 03, 2011, 05:33:35 am
thanks. Actually I tried the forums and did not find the issue anywhere but i will try and do what you said here and see.
Thanks

wrightadw

  • I’m new here
  • *
  • Posts: 8
  • Karma: 1
  • CiviCRM version: 3.3.6
  • CMS version: Joomla 1.5.22
  • MySQL version: 5.0.45
  • PHP version: 5.2.6
Re: getting kicked out in civicrm joomla?
April 01, 2011, 01:02:02 pm
You are looking for the civicrm.settings files, there are two of them,   here's where:
/components/com_civicrm/
/administrator/components/com_civicrm/

scroll a little over half way down the files and you will see an entry
define ('CIVICRM_UF_BASEURL', 'http://mydomain.com);

On my installation, I changed this to
define ('CIVICRM_UF_BASEURL', 'http://www.mydomain.com); and things got much better.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • getting kicked out in civicrm joomla?

This forum was archived on 2017-11-26.