Results 1 to 3 of 3

Thread: New install 5.1.0 CE: Session not saving correctly

  1. #1
    jpcastro is offline Junior Member
    Join Date
    Sep 2008
    Posts
    2

    Cool New install 5.1.0 CE: Session not saving correctly

    sugar_version = '5.1.0';
    sugar_db_version = '5.1.0';
    sugar_flavor = 'CE';
    sugar_build = '4732';
    sugar_timestamp = '2008-08-26 12:21pm';
    PHP Version 5.2.6
    Database MySQL 5.0.45
    Web Server: Apache/2.2.9 (Unix)
    Operatin System: Linux

    PHP.INI
    session.use_cookies = 1

    FF: 2.0.0.14
    Mac OS X: 10.3.9

    Error Message
    Creating Sugar configuration file (config.php)

    Creating Sugar application tables, audit tables and relationship metadata
    Creating the database sugarcrm on ...
    Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in /home/thevacan/public_html/sugarcrm/crm/install/install_utils.php on line 750
    done

    Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'thevacan'@'localhost' (using password: NO) in /home/thevacan/public_html/sugarcrm/crm/include/database/MysqliManager.php on line 284

    Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in /home/thevacan/public_html/sugarcrm/crm/include/database/DBManager.php on line 1618
    Could not connect to server as .Access denied for user 'thevacan'@'localhost' (using password: NO)

    Fresh install
    http://thecastrogroup.com/crm/install.php
    Walk through the wizard.
    You can put in any information you want.
    When you get to confirm settings none of the database information is correct or there. None of the System Credentials is correct or there.

    The session seems to be saving correctly on the server.
    Although there is a new seems to reset every time with empty data.

  2. #2
    jpcastro is offline Junior Member
    Join Date
    Sep 2008
    Posts
    2

    Smile Re: New install 5.1.0 CE: Session not saving correctly

    You work on php for years then you are forced by your boss to hurry something up.
    Then get a little disorganized and make stupid mistakes and don't think things through.
    or you just don't want to mess with it.

    Such a simple over looked item.
    the cookie was not being set correctly on the browser.
    Only needed to change the cookie_path and all is well.

    Fixed

    from
    session.cookie_path = /tmp
    to
    session.cookie_path = /

  3. #3
    kenergy is offline Junior Member
    Join Date
    Oct 2008
    Posts
    4

    Question Re: New install 5.1.0 CE: Session not saving correctly

    question where do you make that change? I have the same exact issue.

    Thanks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. subpanels titles in 5.1.0 CE spanish package
    By veronicakatz in forum Translators
    Replies: 21
    Last Post: 2008-10-21, 06:57 PM
  2. Replies: 4
    Last Post: 2008-09-08, 10:38 PM
  3. Fresh 5.0 Install Problems with IIS 6.0 - Session problems
    By jstaggs in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2008-01-04, 03:49 PM
  4. Replies: 11
    Last Post: 2006-12-20, 09:46 PM
  5. Replies: 5
    Last Post: 2006-11-18, 09:51 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
  •