Running OS 4.5
PHP 5
mysql
My system suddenly doesn't display any editview pages. When I try and edit or create a record via a full form the area where the editview form normally appears is blank. This is the case for all of the edit's and worse yet there is nothing that I can detect to have directly caused this. The editview files are intact, I have checked permissions and ownership. I have tried to edit the editview files in the Studio and they appear as blanks as well. What in the world happened?
Can anyone point me in the right direction? I have attached an excerpt of the debug log when I try and navigate to the tasks editview
<excerpt from sugarcrm.log>
WHERE meetings_users.user_id ='1' ^
AND meetings.reminder_time != -1^
AND meetings_users.deleted != 1^
HAVING dateTime >= '2006-12-22 23:03:09'
Fri Dec 22 17:03:09 2006,081 [12970] INFO SugarCRM - Query Execution Time:0.00042300000000001
Fri Dec 22 17:03:09 2006,081 [12970] INFO SugarCRM - Query:^
SELECT calls.id, name, reminder_time, description, date_start, time_start, ^
CONCAT( date_start, CONCAT(' ', time_start) ) AS dateTime ^
FROM calls LEFT JOIN calls_users ON calls.id = calls_users.call_id ^
WHERE calls_users.user_id ='1' ^
AND calls.reminder_time != -1 ^
AND calls_users.deleted != 1^
HAVING dateTime >= '2006-12-22 23:03:09'
Fri Dec 22 17:03:09 2006,087 [12970] INFO SugarCRM - Query Execution Time:0.005631
Fri Dec 22 17:03:09 2006,116 [12970] DEBUG SugarCRM - including headers
Fri Dec 22 17:03:09 2006,136 [12970] INFO SugarCRM - Query:SELECT placement,name,id,url from iframes WHERE deleted=0 AND statu
Fri Dec 22 17:03:09 2006,136 [12970] INFO SugarCRM - Query Execution Time:0.00036800000000001
Fri Dec 22 17:03:09 2006,150 [12970] DEBUG SugarCRM - About to retrieve list: SELECT tracker.* from tracker WHERE user_id='1'
Fri Dec 22 17:03:09 2006,150 [12970] DEBUG SugarCRM - Limit Query:SELECT tracker.* from tracker WHERE user_id='1' ORDER BY id
Fri Dec 22 17:03:09 2006,150 [12970] INFO SugarCRM - Query:SELECT tracker.* from tracker WHERE user_id='1' ORDER BY id DESC LI
Fri Dec 22 17:03:09 2006,151 [12970] INFO SugarCRM - Query Execution Time:0.000723
Fri Dec 22 17:03:09 2006,160 [12970] INFO SugarCRM - Query:SELECT category, name, value FROM config
Fri Dec 22 17:03:09 2006,161 [12970] INFO SugarCRM - Query Execution Time:0.00046000000000002
Fri Dec 22 17:03:09 2006,164 [12970] DEBUG SugarCRM - ---------> BEGING INCLUDING REQUESTED PAGE: [modules/Tasks/EditView.php
Fri Dec 22 17:03:09 2006,177 [12970] INFO SugarCRM - Task detail view


LinkBack URL
About LinkBacks



Reply With Quote




Bookmarks