Results 1 to 4 of 4

Thread: Sugar keeps requesting login credentials

  1. #1
    pvdklooster is offline Junior Member
    Join Date
    Aug 2007
    Posts
    1

    Default Sugar keeps requesting login credentials

    Hi All,

    I installed version 4.5.1 on a debian machine with PHP 5 en Mysql 4.
    After logging in (doesn't work all the time either) Sugarcrm logs out the user many times, 'so the user repeately has to log in .

    Does anyone know what happens an doe anyone got some solutions ?

    T.i.a.

    Paul

  2. #2
    ptemplin7 is offline Sugar Community Member
    Join Date
    Jun 2007
    Location
    Puget Sound Washington
    Posts
    380

    Smile Re: Sugar keeps requesting login credentials

    Hi Paul,

    Not sure if this will help a lot but here it goes.

    This sounds like a permissions problem. Check that the file ownership for the crm directory is correct. Having some files owned by root have caused me grief in the past. Chekc that your .htaccess file is there and not corruptted or being changed!
    Check your DB permissions as well. Could be that mysql or whatever you have is not authenicating with the sugarcrm db hence need to log in.

    Not being a total debian guru hopefully this might give you a start. Any one else haqve any grand ideas?

    Paris

  3. #3
    sunside is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    79

    Lightbulb Re: Sugar keeps requesting login credentials

    Hi,

    I have been experiencing the same problem for about 2-3 months now.

    The following additions to the .htaccess file in the sugar directory on the webserver seem to have solved it:

    php_value session.gc_probability 1
    php_value session.gc_maxlifetime 14400
    php_value session.save_path /some/new/path

    The last line is especially important if you are on a shared hosting server where all session data is stored in the same directory. In that case, all the users will basically erase YOUR session files after THEIR maxlifetime, which could be significantly shorter than yours.

    Cp. this Google Groups Entry

    Cheers!

    (Edit: The /some/new/path needs to exist and must be writable to your PHP user, of course, and it MUST be outside the publicly accessible public_html directory on your web server, or you have a serious security problem!)

  4. #4
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Sugar keeps requesting login credentials

    You should also check your Apache timeout settings. It is possible your web server is expiring your sessions.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cannot login to Sugar anymore ( too )
    By meste in forum Help
    Replies: 7
    Last Post: 2006-06-27, 04:52 PM
  2. Cannot login to Sugar anymore
    By george_bbch in forum Help
    Replies: 6
    Last Post: 2006-05-25, 05:05 AM
  3. Replies: 1
    Last Post: 2005-06-11, 05:47 PM
  4. Replies: 0
    Last Post: 2005-04-20, 04:55 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •