Results 1 to 3 of 3

Thread: Index.php help

  1. #1
    jcollier is offline Sugar Community Member
    Join Date
    Nov 2005
    Location
    St Louis, MO
    Posts
    26

    Question Index.php help

    When I try to open sugar 4.5.0 I am getting the following message:

    array(1) { [0]=> array(4) { ["file"]=> string(61) "C:\Program Files\SugarCRM\oss\httpd\htdocs\SugarCRM\index.php " ["line"]=> int(413) ["function"]=> string(22) "return_module_language" ["args"]=> array(2) { [0]=> &string(5) "en_us" [1]=> &NULL } } } bool(true)

    I never get to the point to log into Sugar.

    Note that the message only pops up on firefox and not IE which just opens a blank white screen and never indicates an error.

    Any ideas?

    Thanks!

  2. #2
    majed's Avatar
    majed is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    198

    Default Re: Index.php help

    looks like a stack trace to me. Go to that line(413) in index.php usually it's control-G or control-L to jump to a line number in a text edit program. And see what is there. Also turn off stack_trace_errors in your config.php or config_override.php file if it is there.

    Thanks,
    Majed
    Majed Itani
    Software Engineer
    SugarCRM Inc.

  3. #3
    jcollier is offline Sugar Community Member
    Join Date
    Nov 2005
    Location
    St Louis, MO
    Posts
    26

    Default Re: Index.php help

    Line 413 in index.php is:

    $app_strings = return_application_language($current_language);

    stack_trace_errors already = false in both config.php and config_override.php

Thread Information

Users Browsing this Thread

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

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
  •