** After pressing Clear on the search screen, are no records displayed?
No records are displayed
** Does this occurr throughout? In Opps? Bugs? Cases?
Since it is a new install, I do not have much data in the databases. The only entries I have so far are Contact, Lead, and Account. Since I tried to see if a fresh install would fix this problem and it didn't, I am attempting to fix it before I continue populating the db
** (Doubtful) Are the records deleted? (The record should not be on the tracker bar if so, but I thought I'd ask.)
The records still exist. I just checked in MySql to make sure
I just added another user to make sure that this issue isn't a database-access issue. I was pretty sure it wasn't since I could log in but I wanted to see what happened. The new user was added without error and the user list displays correctly.
Here are some errors in the log (there is about 120 lines of errors generated from one or 2 clicks on the interface, all with the same FATAL error):
Code:
Thu Sep 20 12:37:22 2007,680 [6508] FATAL SugarCRM - Slow Query (time:0.000236
SELECT placement,name,id,url from iframes WHERE deleted=0 AND status=1 AND (placement='tab' OR placement='all') AND (type='global' OR (type='personal' AND created_by='1')) ORDER BY iframes.name
Thu Sep 20 12:37:22 2007,694 [6508] FATAL SugarCRM - Slow Query (time:0.000234
SELECT tracker.* from tracker WHERE user_id='1' ORDER BY id DESC LIMIT 0,10
Thu Sep 20 12:37:22 2007,803 [6508] FATAL SugarCRM - Slow Query (time:0.000419
SELECT category, name, value FROM config
Thu Sep 20 12:37:22 2007,874 [6508] FATAL SugarCRM - Slow Query (time:0.000298
SELECT id, first_name, last_name, user_name from users WHERE status='Active' AND is_group=0 ORDER BY user_name ASC
Thu Sep 20 12:37:22 2007,928 [6508] FATAL SugarCRM - Slow Query (time:0.000361
SELECT leads.id , as name, leads.first_name , leads.last_name , leads.salutation , leads.status , leads.account_name , leads.email1 , jt0.user_name assigned_user_name , jt0.created_by assigned_user_name_owner , 'Users' assigned_user_name_mod, leads.assigned_user_id FROM leads LEFT JOIN users jt0 ON
jt0.id= leads.assigned_user_id AND jt0.deleted=0
AND jt0.deleted=0 where leads.deleted=0 LIMIT 0,21
I also selected the 'Display stack trace of errors:' option and received the following errors for each category of the list.
Code:
Notice: Undefined index: sortable occured in /<directory>/sugarcrm/cache/smarty/templates_c/%%78^786^7862BF8C%%ListViewGeneric.tpl.php on line 120 [2007-09-20 12:59:41]
Code:
Notice: Undefined index: orderBy occured in /<directory>/sugarcrm/cache/smarty/templates_c/%%78^786^7862BF8C%%ListViewGeneric.tpl.php on line 124 [2007-09-20 12:59:41]
Thank you for your tips so far, I will take what I have and see if I can find the problem.
Bookmarks