[Vtigercrm-commits] [vtiger development] #5445: A bug in Notes | Filters

vtiger development vtiger-tickets at trac.vtiger.com
Thu Jan 22 10:19:00 EST 2009


#5445: A bug in Notes | Filters
--------------------------+-------------------------------------------------
 Reporter:  Stephen.Mack  |       Owner:  developer
     Type:  defect        |      Status:  new      
 Priority:  unassigned    |   Milestone:  5.1.0    
Component:  vtigercrm     |     Version:  5.0.4    
 Keywords:                |  
--------------------------+-------------------------------------------------
 I added a filter to display only notes that were not linked to a related
 record.  Under Advance Filters I set "Related to" Equals (and left the
 field blank).  When I view that filter I get "Undefined" and there is no
 way to edit or delete the view (accept of course through the database). I
 also get the following error when I try to access the module again once
 that filter is selected.


 {{{
 Fatal error: Uncaught exception 'Exception' with message 'result is not an
 object' in
 /homepages/25/d269546200/htdocs/portal/vtigercrm/include/database/PearDatabase.php:590
 Stack trace:
 #0
 /homepages/25/d269546200/htdocs/portal/vtigercrm/modules/Notes/ListView.php(154):
 PearDatabase->query_result(false, 0, 'count') #1
 /homepages/25/d269546200/htdocs/portal/vtigercrm/modules/Notes/index.php(24):
 include('/homepages/25/d...') #2
 /homepages/25/d269546200/htdocs/portal/vtigercrm/index.php(616):
 include('/homepages/25/d...') #3 {main} thrown in
 /homepages/25/d269546200/htdocs/portal/vtigercrm/include/database/PearDatabase.php
 on line 590
 }}}

 I would like to know if there are all the tables involved that I need to
 clean up.

     * vtiger_customview
     * vtiger_customview_seq
     * vtiger_cvadvfilter
     * vtiger_cvcolumnlist
     * vtiger_cvstdfilter


 Below are the records in the database for this filter.

 Table: '''vtiger_customview'''[[BR]]
 "38";"Blank Contact";"0";"0";"Notes"

 Table: '''vtiger_customview_seq'''[[BR]]
 "38"

 Table: '''vtiger_cvadvfilter'''[[BR]]
 "38";"0";"vtiger_senotesrel:crmid:parent_id:Notes_Related_to:V";"e";[[BR]]
 "38";"1";;;[[BR]]
 "38";"2";;;[[BR]]
 "38";"3";;;[[BR]]
 "38";"4";;;

 PHP built On:
    Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux
 Database Version:
    5.0.67-log
 PHP Version:
    5.2.8
 Web Server:
    Apache
 User Agent:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5)
 Gecko/2008120122 Firefox/3.0.5

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5445>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list