[Vtigercrm-commits] [vtiger development] #4609: Query Failure in Event Creation Page

vtiger development vtiger-tickets at trac.vtiger.com
Fri Nov 30 06:49:21 EST 2007


#4609: Query Failure in Event Creation Page
-----------------------+----------------------------------------------------
 Reporter:  mangai     |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  blocker    |   Milestone:           
Component:  vtigercrm  |     Version:  5.0.4    
 Keywords:             |  
-----------------------+----------------------------------------------------
 Field Access for Calendar - Only mandatory fields are allowed.

 Field Access for Events - all fields are allowed.

 Field Access for Accounts - Only mandatory fields are allowed.

 When a non-admin who does not have the gobal view all and edit all
 permissions try to create a event from accounts related list, get the
 following warning message.



 Warning: array_push() [function.array-push]: First argument should be an
 array in /home/site/vtiger/mig504rc4/include/database/PearDatabase.php on
 line 282
 Input Array does not match ?: SELECT vtiger_field.* FROM vtiger_field
 INNER JOIN vtiger_profile2field ON
 vtiger_profile2field.fieldid=vtiger_field.fieldid INNER JOIN
 vtiger_def_org_field ON vtiger_def_org_field.fieldid=vtiger_field.fieldid
 WHERE vtiger_field.tabid=20 AND vtiger_field.block IN () AND
 vtiger_field.displaytype in (1,4) AND info_type =

 Warning: Invalid argument supplied for foreach() in
 /home/site/vtiger/mig504rc4/include/utils/EditViewUtils.php on line 1974

 Warning: Invalid argument supplied for foreach() in
 /home/site/vtiger/mig504rc4/modules/Calendar/EditView.php on line 156

 Warning: key() [function.key]: Passed variable is not an array or object
 in /home/site/vtiger/mig504rc4/modules/Calendar/EditView.php on line 181

 Warning: key() [function.key]: Passed variable is not an array or object
 in /home/site/vtiger/mig504rc4/modules/Calendar/EditView.php on line 182

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




More information about the vtigercrm-commits mailing list