[Vtigercrm-commits] [vtiger development] #800: listviewsession class not found in several occurrences of modules/( )/ListView.php

vtiger development vtiger-tickets at vtiger.fosslabs.com
Wed May 17 12:09:55 EDT 2006


#800: listviewsession class not found in several occurrences of modules/(
)/ListView.php
-----------------------+----------------------------------------------------
 Reporter:  jeffk      |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  major      |   Milestone:  5.0.0    
Component:  vtigercrm  |     Version:  5.0.0    
 Keywords:             |  
-----------------------+----------------------------------------------------
 php class listviewsession can no longer be found in several templates.
 {{{
 http://laptop/vtigercrm5/index.php?module=Campaigns&action=index&parenttab=Marketing

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/Campaigns/ListView.php on line 36
 }}}
 {{{
 http://laptop/vtigercrm5/index.php?module=Contacts&action=index&parenttab=Marketing

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/Contacts/ListView.php on line 46
 }}}
 {{{
 http://laptop/vtigercrm5/index.php?module=SalesOrder&action=index&parenttab=Sales

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/SalesOrder/ListView.php on line 40
 }}}
 {{{
 http://laptop/vtigercrm5/index.php?module=Products&action=index&parenttab=Sales

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/Products/ListView.php on line 42
 }}}
 {{{
 http://laptop/vtigercrm5/index.php?module=PriceBooks&action=index&parenttab=Sales

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/PriceBooks/ListView.php on line 39
 }}}
 {{{
 http://laptop/vtigercrm5/index.php?module=HelpDesk&action=index&parenttab=Support

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/HelpDesk/ListView.php on line 38
 }}}
 {{{
 http://laptop/vtigercrm5/index.php?module=Faq&action=index&parenttab=Support

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/Faq/ListView.php on line 48
 }}}
 {{{
 http://laptop/vtigercrm5/index.php?module=Vendors&action=index&parenttab=Inventory

 Fatal error: Cannot instantiate non-existent class: listviewsession in
 /software/vtigercrm50/modules/Vendors/ListView.php on line 38
 }}}
 {{{

 }}}
 I'll add to this ticket identifying error occurrences as I find them, the
 necessary changes are most likely boilerplate and best committed in one
 changeset.

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


More information about the vtigercrm-commits mailing list