Results 1 to 9 of 9

Thread: After the Installation no works

  1. #1
    latrew is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Unhappy After the Installation no works

    Hi people, when finish to install SUGARCRM 5 i want to login but in the browser not show anything....

    I try with 4 differents machines with firefox and IE7 and nothing.

    I saw an error in apache logs:

    [Wed Feb 13 11:04:04 2008] [error] [client 192.168.1.69] PHP Parse error: syntax error, unexpected $end in /var/www/html/crm/config.php on line 242

    Can someone helpme with this?

  2. #2
    HolmesA's Avatar
    HolmesA is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    109

    Default Re: After the Installation no works

    Hi

    Do you use any special characters in your DB password? Or in the 'host_name'?

  3. #3
    latrew is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Re: After the Installation no works

    Nop, in hostname put localhost

    http://www.sugarcrm.com/forums/showthread.php?t=28575

    That is the same problem but not said if this issue was resolved.

    But my problem is after the installation.

  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: After the Installation no works

    I suppose you have an apostrophe or a quotation mark to much in one of your config parameters in config.php
    OR
    the config.php is not finished with a "?>"

    The error message "PHP Parse error: syntax error, unexpected $end in /var/www/html/crm/config.php on line 242" says it clear: php ended on line 242 - I suppose the last line and expected something missing, in most cases php thinks to be in a open string.

    Please check this file.

  5. #5
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: After the Installation no works

    One additional tip: did you use a very secret database password like $(()$"#'123 ?
    No good idea to write such a string in a config file. Try somthing like PaSsWoRd or RumpelStilzchen2008

  6. #6
    latrew is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Re: After the Installation no works

    Nop, not ending this way ?>

    But i finished with ?> and now said problem in line 243 that is this.

  7. #7
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: After the Installation no works

    now look for the apostrophes (') and quotation marks (").
    If you want you can send me the config file, just send me a private message with your email end I will send you mine.

  8. #8
    latrew is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Re: After the Installation no works

    I put in the config.php in pastebin

    http://pastebin.com/m4bdc8aca

    thanks

  9. #9
    latrew is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Re: After the Installation no works

    WORKS!!

    'upload_dir' => 'cache/upload/',
    'upload_maxsize' => 3000000,
    'use_php_code_json' => true,
    'verify_client_ip' => false,
    );
    ?>


    Missing that.......from

    false,
    );
    ?>

    Thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 8
    Last Post: 2009-12-02, 04:04 PM
  2. Installation Step 2 Issue
    By maritsas in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-03-20, 12:49 PM
  3. Installation Problem: postdata seems missing???
    By Mark.Gerlicki in forum Help
    Replies: 3
    Last Post: 2006-11-26, 05:35 PM
  4. Sugar CRM Installation in Ubuntu Server
    By driftwood180 in forum Help
    Replies: 3
    Last Post: 2006-09-20, 03:31 AM
  5. Replies: 1
    Last Post: 2005-11-07, 06:34 AM

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
  •