Results 1 to 6 of 6

Thread: Login problems on our crm - errors!

  1. #1
    humblesaint is offline Junior Member
    Join Date
    Apr 2009
    Posts
    4

    Default Login problems on our crm - errors!

    Any help please?

    We are having problems as the first question but on our login page, if we try and login we cannot get access at all, how do you upgrade if you cannot get access?

    details of error before login:
    Parse error: syntax error, unexpected $end in /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils/user_utils.php(90) : eval()'d code on line 1
    Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils.php on line 2908
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils/user_utils.php(90) : eval()'d code:1) in /home/sites/realstoredevelopment.co.uk/public_html/crm/index.php on line 178
    Warning: Cannot modify header information - headers already sent by (output started at /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils/user_utils.php(90) : eval()'d code:1) in /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils.php on line 2052

    and after login attempt:

    Parse error: syntax error, unexpected $end in /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils/user_utils.php(90) : eval()'d code on line 1
    Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils.php on line 2908
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils/user_utils.php(90) : eval()'d code:1) in /home/sites/realstoredevelopment.co.uk/public_html/crm/index.php on line 178
    Warning: Cannot modify header information - headers already sent by (output started at /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils/user_utils.php(90) : eval()'d code:1) in /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils.php on line 2052
    Fatal error: Call to undefined function authUserStatus() in /home/sites/realstoredevelopment.co.uk/public_html/crm/include/utils.php on line 2743


    Is there a way to re-install with updated version and use existing data?
    thanks
    Gary

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Login problems on our crm - errors!

    Hi Gary

    It seems you are facing some incompatibility regarding both SugarCRM version and php version.
    Let us know the version for both PHP and SugarCRM installed.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    humblesaint is offline Junior Member
    Join Date
    Apr 2009
    Posts
    4

    Default Re: Login problems on our crm - errors!

    it was installed and used in our system by our IT guy end of 2007, so definately not updated version.

    where can i find version if i can't log in?

    will it be in sql database?

    thanks

    Gary

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Login problems on our crm - errors!

    Hi Gary

    To identify the php version:
    create a simple php script inside the server htdocs, like info.php containing this code:

    PHP Code:
    <?PHP
    phpinfo
    ();
    ?>
    And access this file via browser.
    At the top of the page you should see the PHP Version.

    To identify the sugar version.
    Go to phpMyAdmin, access the database and run this query:

    Code:
    SELECT `value`
    FROM `config`
    WHERE `category` LIKE 'info'
    AND `name` LIKE 'sugar_version'
    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    humblesaint is offline Junior Member
    Join Date
    Apr 2009
    Posts
    4

    Default Re: Login problems on our crm - errors!

    I have a technical guy looking at it and he has informed me of the versions

    PHP Version: 4.4.9 ( http://www.realstoredevelopment.co.uk/index/info.php ) Sugar Version: 4.5.1 (database files: web29-a-sugar-14 & web29-a-sugar-8) and 5.2.0 (database file: web173-a-sugar-6) -
    I cannot determine which database is being used by the CRM itself.

    hope you can help me further

    thanks

    Humblesaint

  6. #6
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Login problems on our crm - errors!

    Hi Humblesaint

    You can determine the database version accessing the phpMyAdmin page.
    PHP 4.4.9 is not compatible with SugarCRM 5.2.0, so consider upgrading the php to 5.2.*

    Kind regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Login Errors
    By bkimuri in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2007-05-01, 12:39 AM
  2. Install completes with no errors but no login screen ?
    By steven43126 in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2007-04-21, 12:09 AM
  3. Login problems
    By querilla in forum Help
    Replies: 2
    Last Post: 2007-03-02, 07:05 PM
  4. 4.5 RC1 has problems with Jt0 errors
    By sankar in forum Help
    Replies: 0
    Last Post: 2006-08-22, 01:07 PM
  5. Login routines and errors
    By signaljim in forum Developer Help
    Replies: 2
    Last Post: 2006-02-04, 03:15 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
  •