Results 1 to 6 of 6

Thread: Home Page doesn't display the correct info anymore

  1. #1
    ziv
    ziv is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    23

    Default Home Page doesn't display the correct info anymore

    Hi,

    SugarCRM used to be perfect for a few weeks. Now, when I go to the home page (not just me, but any other admin user with a valid account), and when I ask Sugar to show appointments through Next Month or even This Month, it goes to 12-31-1969, and doesn’t' show any appointments. The cal view on the right DOES show March 2006...

    When I ask it to show appointments through This Week, it works fine.

    Any ideas what has gone wrong? It's a huge inconvenience :-(

  2. #2
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Home Page doesn't display the correct info anymore

    Could you turn on logging and post it here?
    How-to -> http://sugarcubed.multi.com/content/view/30/30/
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  3. #3
    ziv
    ziv is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    23

    Default Re: Home Page doesn't display the correct info anymore

    I think so. Let me try to figure out how to turn on logging :-)

  4. #4
    ziv
    ziv is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    23

    Default Re: Home Page doesn't display the correct info anymore

    so I browsed the PDF doc and tried to play with the Admin play, but didn't see any logging feature :-( Sorry to be such a newbie at this :-(

  5. #5
    ziv
    ziv is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    23

    Default Re: Home Page doesn't display the correct info anymore

    Hi,

    I found the instructions. So which features should I enable, and at what level of logging?

    How do I change/enable Logging in SugarCRM? PDF Print E-mail
    Written by Ken Brill
    Saturday, 11 February 2006

    You should have a file called log4php.properties. It will look like this.



    Code:

    log4php.appender.A2=LoggerAppenderRollingFile

    log4php.appender.A2.MaxFileSize=10MB

    log4php.appender.A2.MaxBackupIndex=5

    log4php.appender.A2.layout=LoggerLayoutTTCC

    log4php.appender.A2.layout.ContextPrinting="true"

    log4php.appender.A2.layout.DateFormat="%c"

    log4php.appender.A2.File=./sugarcrm.log



    log4php.rootLogger=fatal, A2
    //log4php.rootLogger=error, A2
    //log4php.rootLogger=info, A2
    //log4php.rootLogger=debug, A2



    comment out the log4php.rootLogger=fatal, A2 and uncomment one of the others.

    error = little log
    info = bigger log
    debug = massive log

  6. #6
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Home Page doesn't display the correct info anymore

    Please try the debug mode as show below.

    PHP Code:
    //log4php.rootLogger=fatal, A2
    //log4php.rootLogger=error, A2
    //log4php.rootLogger=info, A2
    log4php.rootLogger=debugA2 
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

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
  •