Hello
I'm running SugarCRM Version 5.0.0b (Build 3150)
It was running perfectly unless yesterday. I've managed to install it, to add all required contacts and calls...
But today I get Internal Server Error while trying to enter Calendar or Accounts pages.
I looked into sugarcrm.log file and found nothing specific about that error:
Thu Mar 13 10:23:43 2008,423 [9015] FATAL SugarCRM - +7 (495) xxxx-xxxx
Thu Mar 13 10:23:43 2008,454 [9015] FATAL SugarCRM - +74955xxxxxxxx
Thu Mar 13 10:24:16 2008,952 [11203] FATAL SugarCRM - +7 (495) xxx-xxxx
Thu Mar 13 10:24:16 2008,953 [11203] FATAL SugarCRM - +749555555555
Thu Mar 13 10:27:32 2008,069 [18969] FATAL SugarCRM - +375 29x xxxxxxx
First I tried to change log4php so it could put ERROR level messages in errors.log
The file was created but it was empty after error.
I've changed log4php so that it would put DEBUG level messages in a new file.
And to be honest I didn't find the reason for crash again - pls see my log below.
Folks, is there any way I could find out what is the real root cause of the problem?
PS
Recently my hosting provider was upgrading my Linux box to the latest stable Deb - not sure if this could affect the situation anyhow.
Log4php config:
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=./main_.log
//log4php.rootLogger=fatal, A2
//log4php.rootLogger=error, A2
//log4php.rootLogger=warn, A2
//log4php.rootLogger=info, A2
log4php.rootLogger=debug, A2
Here's an excerpt from log file
Fri Mar 14 04:47:26 2008,027 [4195] DEBUG SugarCRM - No VarDef Label For time_start in module Calls
Fri Mar 14 04:47:26 2008,034 [4195] DEBUG SugarCRM - No VarDef Label For time_start in module Calls
Fri Mar 14 04:47:26 2008,045 [4195] DEBUG SugarCRM - Loading Preferences DB demichev
Fri Mar 14 04:47:26 2008,046 [4195] INFO SugarCRM - Query:SELECT contents FROM user_preferences WHERE assigned_user_id='f396f495-8d3e-ff36-4f05-47d1a0aab71f' AND category = 'Calendar' AND deleted = 0
Fri Mar 14 04:47:26 2008,047 [4195] INFO SugarCRM - Query Execution Time:0.000669
Fri Mar 14 04:47:26 2008,049 [4195] DEBUG SugarCRM - Loading Preferences DB demichev
Fri Mar 14 04:47:26 2008,050 [4195] INFO SugarCRM - Query:SELECT contents FROM user_preferences WHERE assigned_user_id='f396f495-8d3e-ff36-4f05-47d1a0aab71f' AND category = 'Calendar2_TASK' AND deleted = 0
Fri Mar 14 04:47:26 2008,050 [4195] INFO SugarCRM - Query Execution Time:0.000261
Fri Mar 14 04:47:26 2008,051 [4195] DEBUG SugarCRM - Limit Query: SELECT tasks.id , tasks.status , tasks.name , tasks.date_due , tasks.assigned_user_id FROM tasks where ((tasks.assigned_user_id='f396f495-8d3e-ff36-4f05-47d1a0aab71f' and tasks.status<>'Completed' and tasks.status<>'Deferred'and (tasks.date_start is NULL or tasks.date_start <= '2008-03-15 23:59:59'))) AND tasks.deleted=0 Start: 0 count: 21
Fri Mar 14 04:47:26 2008,052 [4195] INFO SugarCRM - Query: SELECT tasks.id , tasks.status , tasks.name , tasks.date_due , tasks.assigned_user_id FROM tasks where ((tasks.assigned_user_id='f396f495-8d3e-ff36-4f05-47d1a0aab71f' and tasks.status<>'Completed' and tasks.status<>'Deferred'and (tasks.date_start is NULL or tasks.date_start <= '2008-03-15 23:59:59'))) AND tasks.deleted=0 LIMIT 0,21
Fri Mar 14 04:47:26 2008,052 [4195] INFO SugarCRM - Query Execution Time:0.000304


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks