Skip to content

Instantly share code, notes, and snippets.

@Gorneman
Created November 3, 2014 16:50
Show Gist options
  • Save Gorneman/ccf86362790533c21be0 to your computer and use it in GitHub Desktop.
Save Gorneman/ccf86362790533c21be0 to your computer and use it in GitHub Desktop.
vtigerlog - choose calendar bug
11/03/14 15:58:15,455 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:15,456 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:15,456 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:15,460 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:15,461 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:15,475 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:15,475 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:15,488 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:15,501 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:15,678 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 15:58:15,678 [1724] DEBUG VT - Prepared sql query parameters : [HEADERSCRIPT]
11/03/14 15:58:15,751 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 15:58:15,751 [1724] DEBUG VT - Prepared sql query parameters : [HEADERCSS]
11/03/14 15:58:15,764 [1724] DEBUG VT - Prepared sql query being executed : SELECT modulename,tablename,entityidfield,fieldname FROM vtiger_entityname
11/03/14 15:58:15,769 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 15:58:15,769 [1724] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 15:58:15,824 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:15,880 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:15,950 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_organizationdetails WHERE organization_id=?
11/03/14 15:58:15,951 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:15,959 [1724] DEBUG VT - Entering getDisplayDate(2014-11-3) method ...
11/03/14 15:58:15,959 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:15,963 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 15:58:15,963 [1724] DEBUG VT - Prepared sql query parameters : [HEADERLINK]
11/03/14 15:58:15,964 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_announcement inner join vtiger_users on vtiger_announcement.creatorid=vtiger_users.id AND vtiger_users.is_admin='on' AND vtiger_users.status='Active' AND vtiger_users.deleted = 0
11/03/14 15:58:15,966 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 15:58:15,967 [1724] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 15:58:15,978 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:15,992 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:16,014 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 15:58:16,021 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 15:58:16,021 [1724] DEBUG VT - Prepared sql query parameters : [9,SIDEBARLINK,SIDEBARWIDGET]
11/03/14 15:58:16,030 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 15:58:16,030 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:16,033 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,034 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,034 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 15:58:16,034 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:16,045 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,048 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:16,048 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:16,051 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:16,051 [1724] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 15:58:16,063 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 15:58:16,071 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:16,071 [1724] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 15:58:16,072 [1724] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 15:58:16,074 [1724] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 15:58:16,075 [1724] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 15:58:16,078 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:16,078 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 15:58:16,088 [1724] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 15:58:16,225 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:16,267 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:16,268 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:16,273 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:16,273 [1724] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 15:58:16,276 [1724] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,277 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:16,278 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,279 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:16,280 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:16,280 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,280 [1724] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 15:58:16,280 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:16,281 [1724] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,283 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:16,283 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,284 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:16,285 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:16,285 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,285 [1724] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 15:58:16,285 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:16,287 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 15:58:16,287 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,288 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 15:58:16,288 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,289 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 15:58:16,289 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,304 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_customview WHERE entitytype=?
11/03/14 15:58:16,304 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:16,309 [1724] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,311 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:16,311 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,312 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:16,313 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:16,313 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,313 [1724] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 15:58:16,313 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:16,305 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:16,315 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 15:58:16,315 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWSIDEBARLINK,LISTVIEWSIDEBARWIDGET]
11/03/14 15:58:16,321 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 15:58:16,321 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,324 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 15:58:16,324 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,325 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 15:58:16,325 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,326 [1724] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,328 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:16,328 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,329 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:16,329 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:16,329 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:16,329 [1724] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 15:58:16,329 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:16,333 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?)
11/03/14 15:58:16,333 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWMASSACTION]
11/03/14 15:58:16,338 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,339 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,339 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,342 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:16,342 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:16,347 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:16,347 [1724] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 15:58:16,369 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 15:58:16,369 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:16,386 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:16,392 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:16,393 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:16,400 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:16,400 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:16,403 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:16,403 [1724] DEBUG VT - Prepared sql query parameters : [119]
11/03/14 15:58:16,408 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,409 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,409 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,423 [1724] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 15:58:16,423 [1724] DEBUG VT - in getColumnFields Campaigns
11/03/14 15:58:16,423 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,423 [1724] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 15:58:16,431 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,437 [1724] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 15:58:16,438 [1724] DEBUG VT - in getColumnFields Quotes
11/03/14 15:58:16,438 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,438 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:16,450 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,457 [1724] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 15:58:16,457 [1724] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 15:58:16,457 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,457 [1724] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 15:58:16,470 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,477 [1724] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 15:58:16,477 [1724] DEBUG VT - in getColumnFields SalesOrder
11/03/14 15:58:16,477 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,477 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:16,493 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,504 [1724] DEBUG Invoice - Entering Invoice() method ...
11/03/14 15:58:16,504 [1724] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 15:58:16,504 [1724] DEBUG VT - in getColumnFields Invoice
11/03/14 15:58:16,504 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,505 [1724] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 15:58:16,519 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,519 [1724] DEBUG Invoice - Exiting Invoice method ...
11/03/14 15:58:16,529 [1724] DEBUG lead - Entering Leads() method ...
11/03/14 15:58:16,529 [1724] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 15:58:16,529 [1724] DEBUG VT - in getColumnFields Leads
11/03/14 15:58:16,530 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,530 [1724] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 15:58:16,539 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,539 [1724] DEBUG lead - Exiting Lead method ...
11/03/14 15:58:16,553 [1724] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 15:58:16,553 [1724] DEBUG VT - in getColumnFields Accounts
11/03/14 15:58:16,553 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,553 [1724] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 15:58:16,563 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,571 [1724] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 15:58:16,571 [1724] DEBUG VT - in getColumnFields Potentials
11/03/14 15:58:16,572 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,572 [1724] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 15:58:16,577 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,586 [1724] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 15:58:16,586 [1724] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 15:58:16,587 [1724] DEBUG VT - in getColumnFields HelpDesk
11/03/14 15:58:16,587 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:16,587 [1724] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 15:58:16,593 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,593 [1724] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 15:58:16,595 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:16,595 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:16,595 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:16,595 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,596 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:16,598 [1724] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 15:58:16,598 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:16,600 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,600 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,601 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,601 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,601 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,602 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,602 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,602 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,603 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,603 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,603 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,603 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,604 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,604 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,604 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,604 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,604 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,605 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,605 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,605 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,605 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,605 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,606 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,606 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,606 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,606 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,607 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,607 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:16,607 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:16,608 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:16,611 [1724] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.subject, vtiger_seactivityrel.crmid, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.visibility FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 ORDER BY modifiedtime DESC LIMIT 0,21
11/03/14 15:58:16,617 [1724] DEBUG VT - Prepared sql query being executed : SELECT campaignname, campaignid AS id FROM vtiger_campaign WHERE campaignid IN (?)
11/03/14 15:58:16,617 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,618 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, quoteid AS id FROM vtiger_quotes WHERE quoteid IN (?)
11/03/14 15:58:16,618 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,619 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, purchaseorderid AS id FROM vtiger_purchaseorder WHERE purchaseorderid IN (?)
11/03/14 15:58:16,619 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,620 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, salesorderid AS id FROM vtiger_salesorder WHERE salesorderid IN (?)
11/03/14 15:58:16,620 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,620 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, invoiceid AS id FROM vtiger_invoice WHERE invoiceid IN (?)
11/03/14 15:58:16,621 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,621 [1724] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname, leadid AS id FROM vtiger_leaddetails WHERE leadid IN (?)
11/03/14 15:58:16,622 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,623 [1724] DEBUG VT - Prepared sql query being executed : SELECT accountname, accountid AS id FROM vtiger_account WHERE accountid IN (?)
11/03/14 15:58:16,623 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,624 [1724] DEBUG VT - Prepared sql query being executed : SELECT potentialname, potentialid AS id FROM vtiger_potential WHERE potentialid IN (?)
11/03/14 15:58:16,624 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,625 [1724] DEBUG VT - Prepared sql query being executed : SELECT title, ticketid AS id FROM vtiger_troubletickets WHERE ticketid IN (?)
11/03/14 15:58:16,625 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:16,626 [1724] DEBUG VT - Prepared sql query being executed : SELECT first_name,last_name, id AS id FROM vtiger_users WHERE id IN (?,?,?)
11/03/14 15:58:16,626 [1724] DEBUG VT - Prepared sql query parameters : [1,1,5]
11/03/14 15:58:16,629 [1724] DEBUG VT - Entering isPermitted(PBXManager,index,) method ...
11/03/14 15:58:16,632 [1724] DEBUG VT - Entering getActionid(index) method ...
11/03/14 15:58:16,632 [1724] INFO VT - get Actionid index
11/03/14 15:58:16,636 [1724] INFO VT - action id selected is 3
11/03/14 15:58:16,636 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,637 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,637 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_asteriskextensions where userid = ?
11/03/14 15:58:16,637 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:16,651 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:11:00) method ...
11/03/14 15:58:16,651 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:16,651 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:11:00) method ...
11/03/14 15:58:16,651 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:16,662 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:00:00) method ...
11/03/14 15:58:16,663 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:16,664 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:00:00) method ...
11/03/14 15:58:16,664 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:16,671 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:16,671 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:16,671 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:16,672 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:16,675 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:30:00) method ...
11/03/14 15:58:16,676 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:16,676 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:30:00) method ...
11/03/14 15:58:16,676 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:16,682 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:16,682 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:16,682 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:16,682 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:16,687 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:16,688 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:16,688 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:16,689 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:16,689 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:16,689 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:16,690 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:16,690 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:16,690 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:16,690 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:16,691 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:16,691 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:16,691 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:16,692 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:16,692 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:16,692 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:16,692 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:16,693 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:16,693 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:16,693 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:16,694 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:16,694 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:16,710 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?,?)
11/03/14 15:58:16,710 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWBASIC,LISTVIEW,LISTVIEWSETTING]
11/03/14 15:58:16,712 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:16,715 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,715 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,725 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,725 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,726 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,727 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:16,729 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,729 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,731 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,731 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,731 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,731 [1724] DEBUG VT - Entering isPermitted(Calendar,Import,) method ...
11/03/14 15:58:16,732 [1724] DEBUG VT - Entering getActionid(Import) method ...
11/03/14 15:58:16,733 [1724] INFO VT - get Actionid Import
11/03/14 15:58:16,735 [1724] INFO VT - action id selected is 5
11/03/14 15:58:16,735 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,735 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,735 [1724] DEBUG VT - Entering isPermitted(Calendar,Export,) method ...
11/03/14 15:58:16,737 [1724] DEBUG VT - Entering getActionid(Export) method ...
11/03/14 15:58:16,737 [1724] INFO VT - get Actionid Export
11/03/14 15:58:16,738 [1724] INFO VT - action id selected is 6
11/03/14 15:58:16,738 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,739 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,742 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:16,743 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:16,743 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:16,744 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:16,744 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:16,744 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:16,745 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:16,745 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:16,745 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:16,746 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:16,746 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:16,746 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:16,747 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:16,747 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:16,747 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:16,748 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:16,748 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:16,748 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:16,749 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:16,749 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:16,749 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:16,749 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:16,749 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:16,751 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,751 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,753 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,753 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,753 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,753 [1724] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 15:58:16,755 [1724] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 15:58:16,755 [1724] INFO VT - get Actionid Delete
11/03/14 15:58:16,757 [1724] INFO VT - action id selected is 2
11/03/14 15:58:16,757 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,757 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,836 [1724] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 15:58:16,838 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,838 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,839 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,839 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,841 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,841 [1724] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 15:58:16,842 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,843 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,844 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,844 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,846 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,846 [1724] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 15:58:16,849 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,849 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,851 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,851 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,853 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,853 [1724] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 15:58:16,855 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,855 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,857 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,857 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,858 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,859 [1724] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 15:58:16,861 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,861 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,863 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,863 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,864 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,865 [1724] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 15:58:16,867 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,867 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,869 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,869 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,871 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,871 [1724] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 15:58:16,872 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,873 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,874 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,874 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,876 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,876 [1724] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 15:58:16,878 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,878 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,880 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,880 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,882 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,882 [1724] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 15:58:16,884 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,884 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,886 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,886 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,887 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,887 [1724] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 15:58:16,889 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,889 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,890 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,891 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,892 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,892 [1724] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 15:58:16,894 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,894 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,895 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,896 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,897 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,897 [1724] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 15:58:16,899 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,899 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,900 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,900 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,901 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,902 [1724] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 15:58:16,903 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,904 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,905 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,905 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,906 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,907 [1724] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 15:58:16,909 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,909 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,911 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,911 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,913 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,913 [1724] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 15:58:16,915 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,915 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,916 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,916 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,918 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,918 [1724] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 15:58:16,919 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,920 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,921 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,921 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,923 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,923 [1724] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 15:58:16,925 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,925 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,928 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,928 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,929 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,929 [1724] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 15:58:16,931 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,931 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,932 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,932 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,934 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,934 [1724] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 15:58:16,935 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,935 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,937 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,937 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,938 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,938 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:16,940 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,940 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,941 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,941 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,942 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,942 [1724] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 15:58:16,943 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,943 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,945 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,945 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,946 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,947 [1724] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 15:58:16,948 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,948 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,950 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,950 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,951 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,951 [1724] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 15:58:16,952 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,953 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,954 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,954 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,955 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,956 [1724] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 15:58:16,957 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,957 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,959 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,959 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,960 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,960 [1724] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 15:58:16,961 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,962 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,963 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,963 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,964 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,965 [1724] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 15:58:16,966 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,966 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,967 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,968 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,969 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,989 [1724] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 15:58:16,991 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,991 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,993 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,993 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,993 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,993 [1724] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 15:58:16,995 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,995 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,996 [1724] INFO VT - action id selected is 1
11/03/14 15:58:16,996 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:16,997 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:16,997 [1724] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 15:58:16,998 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:16,998 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:16,1000 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,000 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,000 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,000 [1724] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 15:58:17,002 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,002 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,004 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,004 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,004 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,004 [1724] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 15:58:17,006 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,006 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,007 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,008 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,008 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,008 [1724] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 15:58:17,009 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,010 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,011 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,011 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,011 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,011 [1724] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 15:58:17,013 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,013 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,015 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,015 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,015 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,015 [1724] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 15:58:17,017 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,017 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,018 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,018 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,019 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,019 [1724] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 15:58:17,020 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,020 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,021 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,022 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,022 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,022 [1724] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 15:58:17,024 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,024 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,026 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,026 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,026 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,026 [1724] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 15:58:17,028 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,028 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,029 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,029 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,030 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,030 [1724] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 15:58:17,032 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,032 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,033 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,033 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,033 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,034 [1724] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 15:58:17,037 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,037 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,038 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,039 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,039 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,039 [1724] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 15:58:17,041 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,041 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,042 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,043 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,043 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,044 [1724] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 15:58:17,046 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,046 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,048 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,048 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,048 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,049 [1724] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 15:58:17,050 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,051 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,052 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,052 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,052 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,053 [1724] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 15:58:17,055 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,055 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,056 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,056 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,057 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,057 [1724] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 15:58:17,058 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,059 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,060 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,060 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,060 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,060 [1724] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 15:58:17,062 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,062 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,064 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,064 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,064 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,064 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:17,066 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,066 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,067 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,068 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,068 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,068 [1724] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 15:58:17,070 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,070 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,071 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,071 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,071 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,072 [1724] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 15:58:17,073 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,073 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,075 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,075 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,075 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,075 [1724] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 15:58:17,077 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,077 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,078 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,079 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,079 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,079 [1724] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 15:58:17,080 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,081 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,082 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,082 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,082 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,082 [1724] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 15:58:17,084 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,084 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,086 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,086 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,086 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,086 [1724] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 15:58:17,088 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,088 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,089 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,089 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,090 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,167 [1724] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:17,168 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:17,168 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:17,169 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:17,169 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:17,169 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:17,169 [1724] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 15:58:17,170 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:17,170 [1724] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:17,171 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:17,171 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:17,172 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:17,172 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:17,172 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 15:58:17,172 [1724] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 15:58:17,172 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:17,173 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 15:58:17,173 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:17,174 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 15:58:17,175 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:17,176 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 15:58:17,176 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:17,178 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:17,179 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:17,179 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:17,179 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:17,180 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:17,180 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:17,180 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:17,180 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:17,181 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,181 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:17,181 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:17,181 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:17,181 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,182 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:17,182 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:17,182 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:17,182 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:17,183 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:17,183 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:17,183 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:17,183 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:17,184 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:17,184 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:17,185 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:17,186 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:17,187 [1724] INFO VT - action id selected is 1
11/03/14 15:58:17,187 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,187 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,188 [1724] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 15:58:17,189 [1724] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 15:58:17,189 [1724] INFO VT - get Actionid Delete
11/03/14 15:58:17,190 [1724] INFO VT - action id selected is 2
11/03/14 15:58:17,191 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,191 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,221 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:17,221 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,224 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:17,224 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,227 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 15:58:17,227 [1724] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 15:58:17,239 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:17,239 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:17,246 [1724] DEBUG VT - Prepared sql query being executed : SELECT eventstatus
FROM vtiger_eventstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_eventstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:17,246 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,250 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:17,250 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,262 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:17,262 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,264 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:17,264 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,314 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:17,314 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,315 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:17,317 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:17,317 [1724] DEBUG VT - Prepared sql query being executed : SELECT id, user_name,first_name,last_name from vtiger_users WHERE status=? order by user_name ASC
11/03/14 15:58:17,317 [1724] DEBUG VT - Prepared sql query parameters : [ACTIVE]
11/03/14 15:58:17,319 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:17,319 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:17,319 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:17,321 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:17,321 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:17,323 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:17,323 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:17,323 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:17,325 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:17,325 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:17,326 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:17,326 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:17,327 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:17,327 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,328 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:17,330 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:17,330 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:17,332 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:17,332 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:17,333 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:17,333 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:17,335 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:17,337 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:17,337 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:17,338 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:17,338 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:17,370 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:17,370 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:17,370 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:17,370 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:17,374 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:17,374 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:17,387 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:17,387 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:17,409 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:17,421 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:17,613 [1724] DEBUG VT - Entering isPermitted(PBXManager,ReceiveIncomingCalls,) method ...
11/03/14 15:58:17,614 [1724] DEBUG VT - Entering getActionid(ReceiveIncomingCalls) method ...
11/03/14 15:58:17,615 [1724] INFO VT - get Actionid ReceiveIncomingCalls
11/03/14 15:58:17,616 [1724] INFO VT - action id selected is 11
11/03/14 15:58:17,616 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:17,617 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:17,621 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_pbxmanager_gateway
11/03/14 15:58:17,616 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:17,616 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:17,616 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:17,617 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:17,621 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:17,621 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:17,635 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:17,636 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:17,668 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:17,681 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:18,368 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:18,368 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 15:58:18,374 [1724] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? and service=? AND access_token!=?
11/03/14 15:58:18,374 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 15:58:18,376 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:18,376 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_sync]
11/03/14 15:58:18,380 [1724] DEBUG VT - Prepared sql query being executed : SELECT lastsynctime FROM vtiger_google_sync WHERE user=? AND googlemodule=?
11/03/14 15:58:18,380 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 15:58:18,432 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:18,432 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:18,432 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:18,433 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:18,437 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:18,437 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:18,452 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:18,452 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:18,499 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:18,511 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:18,826 [1724] DEBUG VT - Prepared sql query being executed : SELECT reminderid, recordid FROM vtiger_activity_reminder_popup
INNER JOIN vtiger_activity on vtiger_activity.activityid = vtiger_activity_reminder_popup.recordid
INNER JOIN vtiger_crmentity ON vtiger_activity_reminder_popup.recordid = vtiger_crmentity.crmid
WHERE vtiger_activity_reminder_popup.status = 0
AND vtiger_crmentity.smownerid = ? AND vtiger_crmentity.deleted = 0
AND ((DATE_FORMAT(vtiger_activity_reminder_popup.date_start,'%Y-%m-%d') <= ?)
AND (TIME_FORMAT(vtiger_activity_reminder_popup.time_start,'%H:%i') <= ?))
AND vtiger_activity.eventstatus <> 'Held' LIMIT 20
11/03/14 15:58:18,826 [1724] DEBUG VT - Prepared sql query parameters : [1,2014-11-03,15:59]
11/03/14 15:58:19,555 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:19,811 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:19,811 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:19,811 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:19,811 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:19,816 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:19,816 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:19,829 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:19,829 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:19,849 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:19,861 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:20,283 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:20,283 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 15:58:20,345 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:20,346 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 15:58:20,351 [1724] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? and service=? AND access_token!=?
11/03/14 15:58:20,351 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 15:58:20,352 [1724] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? AND service =?
11/03/14 15:58:20,352 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 15:58:20,503 [1724] DEBUG VT - Prepared sql query being executed : SELECT calendar_id FROM vtiger_gcal_sync WHERE user_id = ?
11/03/14 15:58:20,504 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:20,965 [1724] DEBUG VT - Prepared sql query being executed : SELECT request_token FROM vtiger_google_oauth WHERE userid=? and service=? AND request_token!=?
11/03/14 15:58:20,965 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 15:58:20,966 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:20,966 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_sync]
11/03/14 15:58:20,971 [1724] DEBUG VT - Prepared sql query being executed : SELECT lastsynctime FROM vtiger_google_sync WHERE user=? AND googlemodule=?
11/03/14 15:58:20,971 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 15:58:20,986 [1724] DEBUG VT - Entering getDisplayDate(2014-11-03 15:58:20) method ...
11/03/14 15:58:20,987 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:20,987 [1724] DEBUG VT - Entering getDisplayTime(2014-11-03 15:58:20) method ...
11/03/14 15:58:20,987 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:21,141 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:21,427 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:21,427 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:21,427 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:21,427 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:21,431 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:21,432 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:21,445 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:21,445 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:21,465 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:21,478 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:21,695 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 15:58:21,696 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:21,698 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:21,698 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:21,698 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 15:58:21,699 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:21,709 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:21,712 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:21,712 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:21,715 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:21,715 [1724] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 15:58:21,727 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 15:58:21,746 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:21,746 [1724] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 15:58:21,747 [1724] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 15:58:21,749 [1724] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 15:58:21,749 [1724] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 15:58:21,752 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:21,752 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 15:58:21,760 [1724] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 15:58:21,843 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:21,843 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:21,847 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:21,848 [1724] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 15:58:21,848 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 15:58:21,848 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:21,849 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 15:58:21,850 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:21,850 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 15:58:21,850 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:21,852 [1724] DEBUG VT - Entering isPermittedCustomView(19,,) method....
11/03/14 15:58:21,853 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:21,853 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:21,853 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:21,854 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:21,854 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,) method....
11/03/14 15:58:21,861 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?)
11/03/14 15:58:21,862 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWMASSACTION]
11/03/14 15:58:21,867 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 15:58:21,878 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:21,879 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:21,879 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:21,881 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:21,881 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:21,884 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:21,884 [1724] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 15:58:21,903 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 15:58:21,903 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:21,925 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:21,925 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:21,931 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:21,932 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:21,934 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:21,934 [1724] DEBUG VT - Prepared sql query parameters : [119]
11/03/14 15:58:21,938 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:21,938 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:21,939 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:21,951 [1724] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 15:58:21,951 [1724] DEBUG VT - in getColumnFields Campaigns
11/03/14 15:58:21,951 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:21,951 [1724] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 15:58:21,958 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:21,962 [1724] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 15:58:21,962 [1724] DEBUG VT - in getColumnFields Quotes
11/03/14 15:58:21,962 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:21,962 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:21,973 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:21,978 [1724] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 15:58:21,978 [1724] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 15:58:21,979 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:21,979 [1724] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 15:58:21,991 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:21,995 [1724] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 15:58:21,995 [1724] DEBUG VT - in getColumnFields SalesOrder
11/03/14 15:58:21,995 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:21,996 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:22,009 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,014 [1724] DEBUG Invoice - Entering Invoice() method ...
11/03/14 15:58:22,014 [1724] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 15:58:22,014 [1724] DEBUG VT - in getColumnFields Invoice
11/03/14 15:58:22,014 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:22,014 [1724] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 15:58:22,027 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,027 [1724] DEBUG Invoice - Exiting Invoice method ...
11/03/14 15:58:22,031 [1724] DEBUG lead - Entering Leads() method ...
11/03/14 15:58:22,031 [1724] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 15:58:22,032 [1724] DEBUG VT - in getColumnFields Leads
11/03/14 15:58:22,032 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:22,032 [1724] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 15:58:22,040 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,040 [1724] DEBUG lead - Exiting Lead method ...
11/03/14 15:58:22,047 [1724] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 15:58:22,047 [1724] DEBUG VT - in getColumnFields Accounts
11/03/14 15:58:22,047 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:22,047 [1724] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 15:58:22,056 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,061 [1724] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 15:58:22,062 [1724] DEBUG VT - in getColumnFields Potentials
11/03/14 15:58:22,062 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:22,062 [1724] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 15:58:22,067 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,072 [1724] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 15:58:22,072 [1724] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 15:58:22,072 [1724] DEBUG VT - in getColumnFields HelpDesk
11/03/14 15:58:22,072 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:22,072 [1724] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 15:58:22,077 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,077 [1724] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 15:58:22,078 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:22,078 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:22,078 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:22,079 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,079 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:22,080 [1724] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 15:58:22,080 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:22,081 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,081 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,082 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,082 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,082 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,082 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,083 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,083 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,083 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,083 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,083 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,084 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,084 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,084 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,084 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,084 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,085 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,085 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,085 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,085 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,085 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,086 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,086 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,086 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,086 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,086 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,087 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,087 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:22,087 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:22,087 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,089 [1724] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.subject, vtiger_seactivityrel.crmid, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.visibility FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 ORDER BY modifiedtime DESC LIMIT 0,21
11/03/14 15:58:22,092 [1724] DEBUG VT - Prepared sql query being executed : SELECT campaignname, campaignid AS id FROM vtiger_campaign WHERE campaignid IN (?)
11/03/14 15:58:22,093 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,093 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, quoteid AS id FROM vtiger_quotes WHERE quoteid IN (?)
11/03/14 15:58:22,093 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,094 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, purchaseorderid AS id FROM vtiger_purchaseorder WHERE purchaseorderid IN (?)
11/03/14 15:58:22,094 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,095 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, salesorderid AS id FROM vtiger_salesorder WHERE salesorderid IN (?)
11/03/14 15:58:22,095 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,096 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, invoiceid AS id FROM vtiger_invoice WHERE invoiceid IN (?)
11/03/14 15:58:22,096 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,096 [1724] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname, leadid AS id FROM vtiger_leaddetails WHERE leadid IN (?)
11/03/14 15:58:22,097 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,097 [1724] DEBUG VT - Prepared sql query being executed : SELECT accountname, accountid AS id FROM vtiger_account WHERE accountid IN (?)
11/03/14 15:58:22,097 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,098 [1724] DEBUG VT - Prepared sql query being executed : SELECT potentialname, potentialid AS id FROM vtiger_potential WHERE potentialid IN (?)
11/03/14 15:58:22,098 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,098 [1724] DEBUG VT - Prepared sql query being executed : SELECT title, ticketid AS id FROM vtiger_troubletickets WHERE ticketid IN (?)
11/03/14 15:58:22,099 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:22,099 [1724] DEBUG VT - Prepared sql query being executed : SELECT first_name,last_name, id AS id FROM vtiger_users WHERE id IN (?,?,?)
11/03/14 15:58:22,099 [1724] DEBUG VT - Prepared sql query parameters : [1,1,5]
11/03/14 15:58:22,101 [1724] DEBUG VT - Entering isPermitted(PBXManager,index,) method ...
11/03/14 15:58:22,104 [1724] DEBUG VT - Entering getActionid(index) method ...
11/03/14 15:58:22,104 [1724] INFO VT - get Actionid index
11/03/14 15:58:22,105 [1724] INFO VT - action id selected is 3
11/03/14 15:58:22,106 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:22,106 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:22,106 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_asteriskextensions where userid = ?
11/03/14 15:58:22,106 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:22,122 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:11:00) method ...
11/03/14 15:58:22,122 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:22,122 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:11:00) method ...
11/03/14 15:58:22,123 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:22,128 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:00:00) method ...
11/03/14 15:58:22,128 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:22,128 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:00:00) method ...
11/03/14 15:58:22,129 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:22,131 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:22,131 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:22,131 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:22,132 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:22,133 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:30:00) method ...
11/03/14 15:58:22,133 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:22,134 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:30:00) method ...
11/03/14 15:58:22,134 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:22,136 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:22,136 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:22,136 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:22,137 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:22,140 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:22,140 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:22,140 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:22,141 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:22,141 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:22,141 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:22,142 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:22,142 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:22,142 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,142 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:22,142 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:22,143 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:22,143 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,143 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:22,143 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:22,143 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:22,144 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:22,144 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:22,144 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:22,144 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:22,145 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:22,145 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:22,155 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?,?)
11/03/14 15:58:22,155 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWBASIC,LISTVIEW,LISTVIEWSETTING]
11/03/14 15:58:22,156 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:22,158 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:22,158 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:22,160 [1724] INFO VT - action id selected is 1
11/03/14 15:58:22,160 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:22,160 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:22,160 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:22,162 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:22,162 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:22,163 [1724] INFO VT - action id selected is 1
11/03/14 15:58:22,164 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:22,164 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:22,164 [1724] DEBUG VT - Entering isPermitted(Calendar,Import,) method ...
11/03/14 15:58:22,166 [1724] DEBUG VT - Entering getActionid(Import) method ...
11/03/14 15:58:22,166 [1724] INFO VT - get Actionid Import
11/03/14 15:58:22,167 [1724] INFO VT - action id selected is 5
11/03/14 15:58:22,167 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:22,167 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:22,168 [1724] DEBUG VT - Entering isPermitted(Calendar,Export,) method ...
11/03/14 15:58:22,169 [1724] DEBUG VT - Entering getActionid(Export) method ...
11/03/14 15:58:22,170 [1724] INFO VT - get Actionid Export
11/03/14 15:58:22,171 [1724] INFO VT - action id selected is 6
11/03/14 15:58:22,171 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:22,171 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:22,174 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:22,174 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:22,174 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:22,175 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:22,175 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:22,176 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:22,176 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:22,176 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:22,176 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,177 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:22,177 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:22,177 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:22,177 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,177 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:22,178 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:22,178 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:22,178 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:22,178 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:22,178 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:22,178 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:22,179 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:22,179 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:22,179 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:22,181 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:22,181 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:22,183 [1724] INFO VT - action id selected is 1
11/03/14 15:58:22,183 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:22,183 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:22,183 [1724] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 15:58:22,185 [1724] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 15:58:22,187 [1724] INFO VT - get Actionid Delete
11/03/14 15:58:22,188 [1724] INFO VT - action id selected is 2
11/03/14 15:58:22,188 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:22,189 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:22,208 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:22,208 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,210 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:22,210 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,212 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:22,221 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 15:58:22,221 [1724] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 15:58:22,231 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:22,231 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:22,238 [1724] DEBUG VT - Prepared sql query being executed : SELECT eventstatus
FROM vtiger_eventstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_eventstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:22,238 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,241 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:22,241 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,247 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:22,248 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,249 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:22,249 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,294 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:22,294 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,295 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:22,297 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:22,297 [1724] DEBUG VT - Prepared sql query being executed : SELECT id, user_name,first_name,last_name from vtiger_users WHERE status=? order by user_name ASC
11/03/14 15:58:22,297 [1724] DEBUG VT - Prepared sql query parameters : [ACTIVE]
11/03/14 15:58:22,298 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:22,298 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:22,299 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:22,300 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:22,300 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:22,301 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:22,301 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:22,301 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:22,303 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:22,303 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:22,304 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:22,304 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:22,304 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:22,305 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,305 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:22,307 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:22,307 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:22,308 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:22,308 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:22,309 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:22,310 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:22,312 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:22,313 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:22,313 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:22,314 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:22,314 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:22,315 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname, tablename, entityidfield FROM vtiger_entityname WHERE tabid = ?
11/03/14 15:58:22,315 [1724] DEBUG VT - Prepared sql query parameters : [9]
11/03/14 15:58:22,546 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:22,831 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:22,831 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:22,832 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:22,832 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:22,836 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:22,836 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:22,850 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:22,850 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:22,871 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:22,883 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:23,096 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 15:58:23,096 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:23,099 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,099 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,099 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 15:58:23,100 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:23,111 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,114 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:23,114 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:23,118 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:23,118 [1724] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 15:58:23,130 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 15:58:23,137 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:23,137 [1724] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 15:58:23,138 [1724] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 15:58:23,140 [1724] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 15:58:23,140 [1724] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 15:58:23,143 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:23,143 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 15:58:23,151 [1724] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 15:58:23,230 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:23,230 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:23,234 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:23,235 [1724] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 15:58:23,235 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 15:58:23,236 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:23,237 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 15:58:23,237 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:23,238 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 15:58:23,238 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:23,240 [1724] DEBUG VT - Entering isPermittedCustomView(19,,) method....
11/03/14 15:58:23,241 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:23,241 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:23,242 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:23,242 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:23,242 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,) method....
11/03/14 15:58:23,248 [1724] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 15:58:23,248 [1724] DEBUG VT - in getColumnFields Campaigns
11/03/14 15:58:23,248 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,248 [1724] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 15:58:23,255 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,260 [1724] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 15:58:23,260 [1724] DEBUG VT - in getColumnFields Quotes
11/03/14 15:58:23,260 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,261 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:23,272 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,276 [1724] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 15:58:23,276 [1724] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 15:58:23,277 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,277 [1724] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 15:58:23,289 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,294 [1724] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 15:58:23,294 [1724] DEBUG VT - in getColumnFields SalesOrder
11/03/14 15:58:23,294 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,295 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:23,308 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,313 [1724] DEBUG Invoice - Entering Invoice() method ...
11/03/14 15:58:23,313 [1724] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 15:58:23,313 [1724] DEBUG VT - in getColumnFields Invoice
11/03/14 15:58:23,314 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,314 [1724] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 15:58:23,326 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,326 [1724] DEBUG Invoice - Exiting Invoice method ...
11/03/14 15:58:23,331 [1724] DEBUG lead - Entering Leads() method ...
11/03/14 15:58:23,331 [1724] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 15:58:23,331 [1724] DEBUG VT - in getColumnFields Leads
11/03/14 15:58:23,331 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,332 [1724] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 15:58:23,339 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,339 [1724] DEBUG lead - Exiting Lead method ...
11/03/14 15:58:23,346 [1724] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 15:58:23,346 [1724] DEBUG VT - in getColumnFields Accounts
11/03/14 15:58:23,346 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,346 [1724] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 15:58:23,356 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,361 [1724] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 15:58:23,361 [1724] DEBUG VT - in getColumnFields Potentials
11/03/14 15:58:23,361 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,361 [1724] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 15:58:23,366 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,371 [1724] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 15:58:23,371 [1724] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 15:58:23,371 [1724] DEBUG VT - in getColumnFields HelpDesk
11/03/14 15:58:23,372 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:23,372 [1724] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 15:58:23,377 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,377 [1724] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 15:58:23,378 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:23,378 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:23,378 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:23,379 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,379 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:23,379 [1724] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 15:58:23,379 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:23,381 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,381 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,381 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,383 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:23,383 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:23,386 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:23,386 [1724] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 15:58:23,398 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,399 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,399 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,399 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,399 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,400 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,400 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,400 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,400 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,400 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,400 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,401 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,401 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,401 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,401 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,402 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,402 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,402 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,402 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,402 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,403 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,403 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,403 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,403 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,403 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:23,403 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:23,404 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:23,406 [1724] DEBUG VT - Prepared sql query being executed : SELECT count(*) AS count FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 AND activitytype <> "Emails"
11/03/14 15:58:26,413 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:26,671 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:26,672 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:26,672 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:26,672 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:26,676 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:26,677 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:26,690 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:26,690 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:26,711 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:26,724 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:27,150 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:27,150 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 15:58:27,218 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:27,218 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 15:58:27,223 [1724] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? and service=? AND access_token!=?
11/03/14 15:58:27,223 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 15:58:27,225 [1724] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? AND service =?
11/03/14 15:58:27,225 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 15:58:27,394 [1724] DEBUG VT - Prepared sql query being executed : SELECT calendar_id FROM vtiger_gcal_sync WHERE user_id = ?
11/03/14 15:58:27,394 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:27,761 [1724] DEBUG VT - Prepared sql query being executed : SELECT request_token FROM vtiger_google_oauth WHERE userid=? and service=? AND request_token!=?
11/03/14 15:58:27,761 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 15:58:27,762 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:27,762 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_sync]
11/03/14 15:58:27,767 [1724] DEBUG VT - Prepared sql query being executed : SELECT lastsynctime FROM vtiger_google_sync WHERE user=? AND googlemodule=?
11/03/14 15:58:27,768 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 15:58:27,785 [1724] DEBUG VT - Entering getDisplayDate(2014-11-03 15:58:27) method ...
11/03/14 15:58:27,786 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:27,786 [1724] DEBUG VT - Entering getDisplayTime(2014-11-03 15:58:27) method ...
11/03/14 15:58:27,786 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:27,936 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:28,229 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:28,229 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:28,229 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:28,229 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:28,233 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,234 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:28,247 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,247 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:28,267 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:28,279 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:28,504 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 15:58:28,504 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:28,507 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,507 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,507 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 15:58:28,507 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:28,518 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,521 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:28,521 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:28,524 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:28,524 [1724] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 15:58:28,536 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 15:58:28,543 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:28,543 [1724] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 15:58:28,544 [1724] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 15:58:28,546 [1724] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 15:58:28,546 [1724] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 15:58:28,549 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:28,549 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 15:58:28,557 [1724] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 15:58:28,638 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:28,638 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:28,642 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:28,643 [1724] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 15:58:28,644 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 15:58:28,644 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:28,645 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 15:58:28,645 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:28,646 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 15:58:28,646 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:28,648 [1724] DEBUG VT - Entering isPermittedCustomView(19,,) method....
11/03/14 15:58:28,649 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:28,649 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:28,650 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:28,650 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:28,650 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,) method....
11/03/14 15:58:28,657 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?)
11/03/14 15:58:28,657 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWMASSACTION]
11/03/14 15:58:28,662 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 15:58:28,675 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,675 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,675 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,677 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:28,677 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:28,680 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:28,680 [1724] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 15:58:28,698 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 15:58:28,698 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:28,719 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:28,719 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:28,726 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:28,726 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:28,729 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:28,729 [1724] DEBUG VT - Prepared sql query parameters : [119]
11/03/14 15:58:28,733 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,733 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,733 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,746 [1724] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 15:58:28,746 [1724] DEBUG VT - in getColumnFields Campaigns
11/03/14 15:58:28,746 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,746 [1724] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 15:58:28,753 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,757 [1724] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 15:58:28,758 [1724] DEBUG VT - in getColumnFields Quotes
11/03/14 15:58:28,758 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,758 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:28,769 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,773 [1724] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 15:58:28,773 [1724] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 15:58:28,774 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,774 [1724] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 15:58:28,786 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,790 [1724] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 15:58:28,790 [1724] DEBUG VT - in getColumnFields SalesOrder
11/03/14 15:58:28,791 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,791 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:28,804 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,808 [1724] DEBUG Invoice - Entering Invoice() method ...
11/03/14 15:58:28,808 [1724] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 15:58:28,808 [1724] DEBUG VT - in getColumnFields Invoice
11/03/14 15:58:28,809 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,809 [1724] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 15:58:28,821 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,821 [1724] DEBUG Invoice - Exiting Invoice method ...
11/03/14 15:58:28,825 [1724] DEBUG lead - Entering Leads() method ...
11/03/14 15:58:28,825 [1724] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 15:58:28,826 [1724] DEBUG VT - in getColumnFields Leads
11/03/14 15:58:28,826 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,826 [1724] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 15:58:28,833 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,834 [1724] DEBUG lead - Exiting Lead method ...
11/03/14 15:58:28,841 [1724] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 15:58:28,841 [1724] DEBUG VT - in getColumnFields Accounts
11/03/14 15:58:28,841 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,842 [1724] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 15:58:28,851 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,856 [1724] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 15:58:28,856 [1724] DEBUG VT - in getColumnFields Potentials
11/03/14 15:58:28,856 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,856 [1724] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 15:58:28,862 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,867 [1724] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 15:58:28,867 [1724] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 15:58:28,867 [1724] DEBUG VT - in getColumnFields HelpDesk
11/03/14 15:58:28,867 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:28,867 [1724] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 15:58:28,873 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,873 [1724] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 15:58:28,874 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:28,874 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:28,874 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:28,874 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,874 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:28,875 [1724] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 15:58:28,875 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:28,876 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,876 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,876 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,877 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,877 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,877 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,877 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,877 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,878 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,878 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,878 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,878 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,878 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,878 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,879 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,879 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,879 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,879 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,880 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,880 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,880 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,880 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,880 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,881 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,881 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,881 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,881 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,881 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:28,882 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:28,882 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:28,884 [1724] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.subject, vtiger_seactivityrel.crmid, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.visibility FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 ORDER BY modifiedtime DESC LIMIT 0,21
11/03/14 15:58:28,886 [1724] DEBUG VT - Prepared sql query being executed : SELECT campaignname, campaignid AS id FROM vtiger_campaign WHERE campaignid IN (?)
11/03/14 15:58:28,886 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,886 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, quoteid AS id FROM vtiger_quotes WHERE quoteid IN (?)
11/03/14 15:58:28,887 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,887 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, purchaseorderid AS id FROM vtiger_purchaseorder WHERE purchaseorderid IN (?)
11/03/14 15:58:28,887 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,887 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, salesorderid AS id FROM vtiger_salesorder WHERE salesorderid IN (?)
11/03/14 15:58:28,888 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,888 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, invoiceid AS id FROM vtiger_invoice WHERE invoiceid IN (?)
11/03/14 15:58:28,888 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,888 [1724] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname, leadid AS id FROM vtiger_leaddetails WHERE leadid IN (?)
11/03/14 15:58:28,889 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,889 [1724] DEBUG VT - Prepared sql query being executed : SELECT accountname, accountid AS id FROM vtiger_account WHERE accountid IN (?)
11/03/14 15:58:28,889 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,889 [1724] DEBUG VT - Prepared sql query being executed : SELECT potentialname, potentialid AS id FROM vtiger_potential WHERE potentialid IN (?)
11/03/14 15:58:28,890 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,890 [1724] DEBUG VT - Prepared sql query being executed : SELECT title, ticketid AS id FROM vtiger_troubletickets WHERE ticketid IN (?)
11/03/14 15:58:28,890 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:28,891 [1724] DEBUG VT - Prepared sql query being executed : SELECT first_name,last_name, id AS id FROM vtiger_users WHERE id IN (?,?,?)
11/03/14 15:58:28,891 [1724] DEBUG VT - Prepared sql query parameters : [1,1,5]
11/03/14 15:58:28,892 [1724] DEBUG VT - Entering isPermitted(PBXManager,index,) method ...
11/03/14 15:58:28,894 [1724] DEBUG VT - Entering getActionid(index) method ...
11/03/14 15:58:28,894 [1724] INFO VT - get Actionid index
11/03/14 15:58:28,895 [1724] INFO VT - action id selected is 3
11/03/14 15:58:28,895 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:28,895 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:28,895 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_asteriskextensions where userid = ?
11/03/14 15:58:28,896 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:28,910 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:11:00) method ...
11/03/14 15:58:28,911 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:28,911 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:11:00) method ...
11/03/14 15:58:28,911 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:28,916 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:00:00) method ...
11/03/14 15:58:28,917 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:28,917 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:00:00) method ...
11/03/14 15:58:28,917 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:28,919 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:28,920 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:28,920 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:28,920 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:28,922 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:30:00) method ...
11/03/14 15:58:28,922 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:28,922 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:30:00) method ...
11/03/14 15:58:28,923 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:28,925 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:28,925 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:28,925 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:28,925 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:28,929 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:28,929 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:28,929 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:28,930 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:28,930 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:28,930 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:28,931 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:28,931 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:28,931 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:28,932 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:28,932 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:28,932 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:28,932 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:28,933 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:28,933 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:28,933 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:28,933 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:28,934 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:28,934 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:28,934 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:28,935 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:28,935 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:28,944 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?,?)
11/03/14 15:58:28,944 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWBASIC,LISTVIEW,LISTVIEWSETTING]
11/03/14 15:58:28,945 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:28,946 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:28,947 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:28,948 [1724] INFO VT - action id selected is 1
11/03/14 15:58:28,948 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:28,948 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:28,948 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:28,950 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:28,950 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:28,951 [1724] INFO VT - action id selected is 1
11/03/14 15:58:28,951 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:28,951 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:28,951 [1724] DEBUG VT - Entering isPermitted(Calendar,Import,) method ...
11/03/14 15:58:28,953 [1724] DEBUG VT - Entering getActionid(Import) method ...
11/03/14 15:58:28,953 [1724] INFO VT - get Actionid Import
11/03/14 15:58:28,954 [1724] INFO VT - action id selected is 5
11/03/14 15:58:28,954 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:28,954 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:28,954 [1724] DEBUG VT - Entering isPermitted(Calendar,Export,) method ...
11/03/14 15:58:28,956 [1724] DEBUG VT - Entering getActionid(Export) method ...
11/03/14 15:58:28,956 [1724] INFO VT - get Actionid Export
11/03/14 15:58:28,957 [1724] INFO VT - action id selected is 6
11/03/14 15:58:28,957 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:28,957 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:28,960 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:28,960 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:28,960 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:28,961 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:28,961 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:28,961 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:28,961 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:28,961 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:28,961 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:28,962 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:28,962 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:28,962 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:28,962 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:28,963 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:28,963 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:28,963 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:28,963 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:28,963 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:28,964 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:28,964 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:28,964 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:28,964 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:28,964 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:28,966 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:28,966 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:28,967 [1724] INFO VT - action id selected is 1
11/03/14 15:58:28,967 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:28,968 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:28,968 [1724] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 15:58:28,969 [1724] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 15:58:28,969 [1724] INFO VT - get Actionid Delete
11/03/14 15:58:28,971 [1724] INFO VT - action id selected is 2
11/03/14 15:58:28,971 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:28,971 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:28,991 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:28,991 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:28,994 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:28,994 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:28,995 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:29,004 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 15:58:29,004 [1724] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 15:58:29,015 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:29,015 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:29,022 [1724] DEBUG VT - Prepared sql query being executed : SELECT eventstatus
FROM vtiger_eventstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_eventstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:29,022 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:29,025 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:29,025 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:29,032 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:29,032 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:29,033 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:29,033 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:29,079 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:29,079 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:29,080 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:29,082 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:29,082 [1724] DEBUG VT - Prepared sql query being executed : SELECT id, user_name,first_name,last_name from vtiger_users WHERE status=? order by user_name ASC
11/03/14 15:58:29,082 [1724] DEBUG VT - Prepared sql query parameters : [ACTIVE]
11/03/14 15:58:29,083 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:29,084 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:29,084 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:29,086 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:29,086 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:29,087 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:29,087 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:29,087 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:29,089 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:29,089 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:29,090 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:29,090 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:29,090 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:29,090 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:29,091 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:29,093 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:29,093 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:29,094 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:29,094 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:29,096 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:29,096 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:29,098 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:29,100 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:29,100 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:29,102 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:29,102 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:29,103 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname, tablename, entityidfield FROM vtiger_entityname WHERE tabid = ?
11/03/14 15:58:29,103 [1724] DEBUG VT - Prepared sql query parameters : [9]
11/03/14 15:58:32,056 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:32,323 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:32,323 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:32,324 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:32,324 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:32,328 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:32,328 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:32,340 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:32,340 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:32,361 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:32,372 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:52,060 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:52,345 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:52,345 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:52,345 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:52,345 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:52,373 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:52,374 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:52,410 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:52,410 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:52,431 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:52,444 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:52,936 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:52,936 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 15:58:53,007 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:53,007 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 15:58:53,012 [1724] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? and service=? AND access_token!=?
11/03/14 15:58:53,012 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 15:58:53,014 [1724] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? AND service =?
11/03/14 15:58:53,014 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 15:58:53,177 [1724] DEBUG VT - Prepared sql query being executed : SELECT calendar_id FROM vtiger_gcal_sync WHERE user_id = ?
11/03/14 15:58:53,177 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:53,527 [1724] DEBUG VT - Prepared sql query being executed : SELECT request_token FROM vtiger_google_oauth WHERE userid=? and service=? AND request_token!=?
11/03/14 15:58:53,527 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 15:58:53,529 [1724] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 15:58:53,529 [1724] DEBUG VT - Prepared sql query parameters : [vtiger_google_sync]
11/03/14 15:58:53,533 [1724] DEBUG VT - Prepared sql query being executed : SELECT lastsynctime FROM vtiger_google_sync WHERE user=? AND googlemodule=?
11/03/14 15:58:53,534 [1724] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 15:58:53,551 [1724] DEBUG VT - Entering getDisplayDate(2014-11-03 15:58:53) method ...
11/03/14 15:58:53,552 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:53,552 [1724] DEBUG VT - Entering getDisplayTime(2014-11-03 15:58:53) method ...
11/03/14 15:58:53,552 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:53,686 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:58:53,993 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:53,993 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:53,993 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:53,994 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:58:53,998 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:53,998 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:58:54,022 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,022 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:54,045 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:58:54,058 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:54,307 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 15:58:54,307 [1724] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 15:58:54,311 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,311 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,312 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 15:58:54,312 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:54,326 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,329 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:54,329 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:54,335 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:54,335 [1724] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 15:58:54,348 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 15:58:54,356 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:54,356 [1724] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 15:58:54,357 [1724] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 15:58:54,360 [1724] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 15:58:54,360 [1724] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 15:58:54,363 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:54,363 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 15:58:54,372 [1724] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 15:58:54,465 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:54,465 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:54,472 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 15:58:54,472 [1724] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 15:58:54,473 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 15:58:54,473 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:54,476 [1724] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 15:58:54,476 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:54,477 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 15:58:54,477 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:54,479 [1724] DEBUG VT - Entering isPermittedCustomView(19,,) method....
11/03/14 15:58:54,480 [1724] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 15:58:54,481 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:54,482 [1724] DEBUG VT - Entering when status=0
11/03/14 15:58:54,482 [1724] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 15:58:54,482 [1724] DEBUG VT - Exiting isPermittedCustomView(19,,) method....
11/03/14 15:58:54,490 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?)
11/03/14 15:58:54,490 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWMASSACTION]
11/03/14 15:58:54,501 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 15:58:54,517 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,517 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,517 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,519 [1724] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 15:58:54,519 [1724] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 15:58:54,524 [1724] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 15:58:54,525 [1724] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 15:58:54,545 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 15:58:54,545 [1724] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 15:58:54,567 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:54,567 [1724] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 15:58:54,575 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:54,575 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:54,578 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:54,578 [1724] DEBUG VT - Prepared sql query parameters : [119]
11/03/14 15:58:54,583 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,583 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,584 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,597 [1724] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 15:58:54,597 [1724] DEBUG VT - in getColumnFields Campaigns
11/03/14 15:58:54,597 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,598 [1724] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 15:58:54,608 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,613 [1724] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 15:58:54,614 [1724] DEBUG VT - in getColumnFields Quotes
11/03/14 15:58:54,614 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,614 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:54,626 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,631 [1724] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 15:58:54,631 [1724] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 15:58:54,631 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,631 [1724] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 15:58:54,644 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,649 [1724] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 15:58:54,650 [1724] DEBUG VT - in getColumnFields SalesOrder
11/03/14 15:58:54,650 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,650 [1724] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 15:58:54,664 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,670 [1724] DEBUG Invoice - Entering Invoice() method ...
11/03/14 15:58:54,670 [1724] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 15:58:54,670 [1724] DEBUG VT - in getColumnFields Invoice
11/03/14 15:58:54,670 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,670 [1724] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 15:58:54,683 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,683 [1724] DEBUG Invoice - Exiting Invoice method ...
11/03/14 15:58:54,688 [1724] DEBUG lead - Entering Leads() method ...
11/03/14 15:58:54,688 [1724] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 15:58:54,688 [1724] DEBUG VT - in getColumnFields Leads
11/03/14 15:58:54,689 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,689 [1724] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 15:58:54,697 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,697 [1724] DEBUG lead - Exiting Lead method ...
11/03/14 15:58:54,704 [1724] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 15:58:54,704 [1724] DEBUG VT - in getColumnFields Accounts
11/03/14 15:58:54,704 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,704 [1724] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 15:58:54,714 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,719 [1724] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 15:58:54,719 [1724] DEBUG VT - in getColumnFields Potentials
11/03/14 15:58:54,719 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,720 [1724] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 15:58:54,725 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,731 [1724] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 15:58:54,731 [1724] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 15:58:54,731 [1724] DEBUG VT - in getColumnFields HelpDesk
11/03/14 15:58:54,731 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:58:54,731 [1724] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 15:58:54,737 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,737 [1724] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 15:58:54,737 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:58:54,738 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:58:54,738 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:58:54,738 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,738 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:58:54,739 [1724] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 15:58:54,739 [1724] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 15:58:54,740 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,741 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,741 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,741 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,741 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,741 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,742 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,742 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,742 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,742 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,742 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,743 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,743 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,743 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,743 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,743 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,744 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,744 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,744 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,744 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,744 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,745 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,745 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,745 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,745 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,745 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,746 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,746 [1724] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 15:58:54,746 [1724] DEBUG VT - in getColumnFields Calendar
11/03/14 15:58:54,746 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:58:54,748 [1724] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.subject, vtiger_seactivityrel.crmid, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.visibility FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 ORDER BY modifiedtime DESC LIMIT 0,21
11/03/14 15:58:54,754 [1724] DEBUG VT - Prepared sql query being executed : SELECT campaignname, campaignid AS id FROM vtiger_campaign WHERE campaignid IN (?)
11/03/14 15:58:54,754 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,755 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, quoteid AS id FROM vtiger_quotes WHERE quoteid IN (?)
11/03/14 15:58:54,756 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,757 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, purchaseorderid AS id FROM vtiger_purchaseorder WHERE purchaseorderid IN (?)
11/03/14 15:58:54,757 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,759 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, salesorderid AS id FROM vtiger_salesorder WHERE salesorderid IN (?)
11/03/14 15:58:54,759 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,761 [1724] DEBUG VT - Prepared sql query being executed : SELECT subject, invoiceid AS id FROM vtiger_invoice WHERE invoiceid IN (?)
11/03/14 15:58:54,761 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,762 [1724] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname, leadid AS id FROM vtiger_leaddetails WHERE leadid IN (?)
11/03/14 15:58:54,762 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,763 [1724] DEBUG VT - Prepared sql query being executed : SELECT accountname, accountid AS id FROM vtiger_account WHERE accountid IN (?)
11/03/14 15:58:54,763 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,765 [1724] DEBUG VT - Prepared sql query being executed : SELECT potentialname, potentialid AS id FROM vtiger_potential WHERE potentialid IN (?)
11/03/14 15:58:54,765 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,765 [1724] DEBUG VT - Prepared sql query being executed : SELECT title, ticketid AS id FROM vtiger_troubletickets WHERE ticketid IN (?)
11/03/14 15:58:54,766 [1724] DEBUG VT - Prepared sql query parameters : []
11/03/14 15:58:54,767 [1724] DEBUG VT - Prepared sql query being executed : SELECT first_name,last_name, id AS id FROM vtiger_users WHERE id IN (?,?,?)
11/03/14 15:58:54,767 [1724] DEBUG VT - Prepared sql query parameters : [1,1,5]
11/03/14 15:58:54,769 [1724] DEBUG VT - Entering isPermitted(PBXManager,index,) method ...
11/03/14 15:58:54,771 [1724] DEBUG VT - Entering getActionid(index) method ...
11/03/14 15:58:54,771 [1724] INFO VT - get Actionid index
11/03/14 15:58:54,772 [1724] INFO VT - action id selected is 3
11/03/14 15:58:54,772 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:54,773 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:54,773 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_asteriskextensions where userid = ?
11/03/14 15:58:54,773 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:54,789 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:11:00) method ...
11/03/14 15:58:54,789 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:54,790 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:11:00) method ...
11/03/14 15:58:54,790 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:54,796 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:00:00) method ...
11/03/14 15:58:54,797 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:54,797 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:00:00) method ...
11/03/14 15:58:54,797 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:54,800 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:54,800 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:54,800 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:54,800 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:54,802 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 13:30:00) method ...
11/03/14 15:58:54,802 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:54,802 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 13:30:00) method ...
11/03/14 15:58:54,803 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:54,805 [1724] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 15:58:54,805 [1724] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 15:58:54,805 [1724] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 15:58:54,806 [1724] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 15:58:54,810 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:54,810 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:54,810 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:54,813 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:54,813 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:54,813 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:54,815 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:54,815 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:54,815 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,816 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:54,817 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:54,817 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:54,817 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,824 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:54,825 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:54,825 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:54,825 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:54,827 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:54,827 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:54,828 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:54,829 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:54,829 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:54,841 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?,?)
11/03/14 15:58:54,841 [1724] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWBASIC,LISTVIEW,LISTVIEWSETTING]
11/03/14 15:58:54,843 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:54,846 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:54,846 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:54,848 [1724] INFO VT - action id selected is 1
11/03/14 15:58:54,848 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:54,848 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:54,849 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:54,850 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:54,850 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:54,851 [1724] INFO VT - action id selected is 1
11/03/14 15:58:54,852 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:54,852 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:54,852 [1724] DEBUG VT - Entering isPermitted(Calendar,Import,) method ...
11/03/14 15:58:54,853 [1724] DEBUG VT - Entering getActionid(Import) method ...
11/03/14 15:58:54,854 [1724] INFO VT - get Actionid Import
11/03/14 15:58:54,855 [1724] INFO VT - action id selected is 5
11/03/14 15:58:54,855 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:54,855 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:54,855 [1724] DEBUG VT - Entering isPermitted(Calendar,Export,) method ...
11/03/14 15:58:54,856 [1724] DEBUG VT - Entering getActionid(Export) method ...
11/03/14 15:58:54,857 [1724] INFO VT - get Actionid Export
11/03/14 15:58:54,858 [1724] INFO VT - action id selected is 6
11/03/14 15:58:54,858 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:54,858 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:54,861 [1724] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 15:58:54,861 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 15:58:54,861 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:54,862 [1724] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 15:58:54,862 [1724] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 15:58:54,863 [1724] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 15:58:54,863 [1724] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 15:58:54,863 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 15:58:54,864 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,864 [1724] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 15:58:54,865 [1724] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 15:58:54,865 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 15:58:54,865 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,865 [1724] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 15:58:54,866 [1724] DEBUG VT - Exiting getParentRole method ...
11/03/14 15:58:54,866 [1724] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 15:58:54,866 [1724] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 15:58:54,866 [1724] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 15:58:54,866 [1724] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 15:58:54,867 [1724] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 15:58:54,867 [1724] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 15:58:54,867 [1724] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 15:58:54,867 [1724] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 15:58:54,870 [1724] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 15:58:54,870 [1724] INFO VT - get Actionid EditView
11/03/14 15:58:54,871 [1724] INFO VT - action id selected is 1
11/03/14 15:58:54,872 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:54,872 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:54,872 [1724] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 15:58:54,874 [1724] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 15:58:54,874 [1724] INFO VT - get Actionid Delete
11/03/14 15:58:54,875 [1724] INFO VT - action id selected is 2
11/03/14 15:58:54,875 [1724] DEBUG VT - Exiting getActionid method ...
11/03/14 15:58:54,875 [1724] DEBUG VT - Exiting isPermitted method ...
11/03/14 15:58:54,900 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:54,900 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,905 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:54,905 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,907 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:58:54,918 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 15:58:54,918 [1724] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 15:58:54,931 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 15:58:54,931 [1724] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 15:58:54,940 [1724] DEBUG VT - Prepared sql query being executed : SELECT eventstatus
FROM vtiger_eventstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_eventstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:54,940 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,945 [1724] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:54,945 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,953 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:54,953 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:54,957 [1724] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 15:58:54,957 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:55,008 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:55,008 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:55,011 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:55,013 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:55,014 [1724] DEBUG VT - Prepared sql query being executed : SELECT id, user_name,first_name,last_name from vtiger_users WHERE status=? order by user_name ASC
11/03/14 15:58:55,014 [1724] DEBUG VT - Prepared sql query parameters : [ACTIVE]
11/03/14 15:58:55,017 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:55,017 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:55,017 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:55,019 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:55,019 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:55,021 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:55,021 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:55,021 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:55,023 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:55,023 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:55,024 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:55,024 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:55,024 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:55,025 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:55,025 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:55,027 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:55,027 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:55,028 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:55,029 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:55,031 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 15:58:55,031 [1724] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 15:58:55,033 [1724] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 15:58:55,035 [1724] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 15:58:55,035 [1724] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 15:58:55,037 [1724] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 15:58:55,037 [1724] DEBUG VT - Exiting get_user_array method ...
11/03/14 15:58:55,038 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname, tablename, entityidfield FROM vtiger_entityname WHERE tabid = ?
11/03/14 15:58:55,038 [1724] DEBUG VT - Prepared sql query parameters : [9]
11/03/14 15:59:16,244 [1724] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 15:59:16,498 [1724] DEBUG user - Entering Users() method ...
11/03/14 15:59:16,498 [1724] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 15:59:16,499 [1724] DEBUG VT - in getColumnFields Users
11/03/14 15:59:16,499 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 15:59:16,503 [1724] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 15:59:16,503 [1724] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 15:59:16,528 [1724] DEBUG VT - Exiting getColumnFields method ...
11/03/14 15:59:16,528 [1724] DEBUG user - Exiting Users() method ...
11/03/14 15:59:16,550 [1724] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 15:59:16,562 [1724] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 15:59:16,754 [1724] DEBUG VT - Prepared sql query being executed : SELECT reminderid, recordid FROM vtiger_activity_reminder_popup
INNER JOIN vtiger_activity on vtiger_activity.activityid = vtiger_activity_reminder_popup.recordid
INNER JOIN vtiger_crmentity ON vtiger_activity_reminder_popup.recordid = vtiger_crmentity.crmid
WHERE vtiger_activity_reminder_popup.status = 0
AND vtiger_crmentity.smownerid = ? AND vtiger_crmentity.deleted = 0
AND ((DATE_FORMAT(vtiger_activity_reminder_popup.date_start,'%Y-%m-%d') <= ?)
AND (TIME_FORMAT(vtiger_activity_reminder_popup.time_start,'%H:%i') <= ?))
AND vtiger_activity.eventstatus <> 'Held' LIMIT 20
11/03/14 15:59:16,754 [1724] DEBUG VT - Prepared sql query parameters : [1,2014-11-03,16:00]
11/03/14 16:06:53,788 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:06:54,359 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:06:54,359 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:06:54,359 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:06:54,359 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:06:54,368 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:06:54,368 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:06:54,409 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:06:54,409 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:06:54,446 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:06:54,464 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:06:54,918 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:06:54,918 [2224] DEBUG VT - Prepared sql query parameters : [HEADERSCRIPT]
11/03/14 16:06:55,096 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:06:55,096 [2224] DEBUG VT - Prepared sql query parameters : [HEADERCSS]
11/03/14 16:06:55,142 [2224] DEBUG VT - Prepared sql query being executed : SELECT modulename,tablename,entityidfield,fieldname FROM vtiger_entityname
11/03/14 16:06:55,148 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:06:55,148 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:06:55,274 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:06:55,388 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:06:55,551 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_organizationdetails WHERE organization_id=?
11/03/14 16:06:55,551 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:06:55,633 [2224] DEBUG VT - Entering getDisplayDate(2014-11-3) method ...
11/03/14 16:06:55,633 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:06:55,639 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:06:55,639 [2224] DEBUG VT - Prepared sql query parameters : [HEADERLINK]
11/03/14 16:06:55,640 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_announcement inner join vtiger_users on vtiger_announcement.creatorid=vtiger_users.id AND vtiger_users.is_admin='on' AND vtiger_users.status='Active' AND vtiger_users.deleted = 0
11/03/14 16:06:55,690 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:06:55,690 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:06:55,717 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:06:55,743 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:06:55,802 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 16:06:55,827 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 16:06:55,827 [2224] DEBUG VT - Prepared sql query parameters : [3,SIDEBARLINK,SIDEBARWIDGET]
11/03/14 16:06:55,841 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype = ?
AND tabid = ? AND linkid NOT IN (SELECT linkid FROM vtiger_module_dashboard_widgets
WHERE userid = ?) UNION SELECT * FROM vtiger_links WHERE linklabel in (?,?)
11/03/14 16:06:55,841 [2224] DEBUG VT - Prepared sql query parameters : [DASHBOARDWIDGET,3,1,Mini List,Notebook]
11/03/14 16:06:55,857 [2224] DEBUG VT - Prepared sql query being executed : select visible from vtiger_homestuff where userid=? and stufftype='Tag Cloud'
11/03/14 16:06:55,857 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:06:56,018 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:06:56,021 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,021 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,024 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,024 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,026 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,026 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:06:56,029 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,029 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,031 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,031 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,033 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,033 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:06:56,036 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,036 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,038 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,038 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,040 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,040 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:06:56,043 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,043 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,045 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,045 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,046 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,046 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:06:56,050 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,050 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,052 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,052 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,054 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,054 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:06:56,057 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,057 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,059 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,059 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,061 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,061 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:06:56,064 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,064 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,066 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,067 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,068 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,068 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:06:56,071 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,071 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,073 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,073 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,075 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,075 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:06:56,078 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,078 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,080 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,080 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,081 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,082 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:06:56,084 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,085 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,087 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,087 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,088 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,088 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:06:56,091 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,091 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,093 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,093 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,095 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,095 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:06:56,098 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,098 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,100 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,100 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,102 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,102 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:06:56,105 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,105 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,107 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,107 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,108 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,109 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:06:56,111 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,112 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,114 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,114 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,116 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,116 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:06:56,119 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,119 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,121 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,121 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,123 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,123 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:06:56,126 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,126 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,128 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,128 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,130 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,130 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:06:56,133 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,133 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,135 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,135 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,136 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,137 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:06:56,139 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,139 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,141 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,142 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,143 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,143 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:06:56,146 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,146 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,148 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,148 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,150 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,150 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:06:56,153 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,153 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,155 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,155 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,156 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,157 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:06:56,159 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,160 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,162 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,162 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,163 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,163 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:06:56,166 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,166 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,168 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,168 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,170 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,170 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:06:56,173 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,173 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,176 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,176 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,177 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,178 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:06:56,180 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,181 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,183 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,183 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,184 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,184 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:06:56,187 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,187 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,189 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,189 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,191 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,191 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:06:56,194 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,194 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,196 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,196 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,198 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,230 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:06:56,232 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,233 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,235 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,236 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,236 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,236 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:06:56,239 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,239 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,241 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,241 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,241 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,241 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:06:56,244 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,244 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,246 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,247 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,247 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,247 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:06:56,250 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,250 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,253 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,253 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,253 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,253 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:06:56,256 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,256 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,258 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,258 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,258 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,258 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:06:56,261 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,261 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,263 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,263 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,263 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,263 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:06:56,266 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,266 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,268 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,268 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,268 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,268 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:06:56,270 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,271 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,273 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,273 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,273 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,273 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:06:56,275 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,276 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,277 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,278 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,278 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,278 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:06:56,280 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,281 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,282 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,283 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,283 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,283 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:06:56,286 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,286 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,288 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,288 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,288 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,289 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:06:56,291 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,291 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,293 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,294 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,294 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,294 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:06:56,297 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,297 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,299 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,299 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,299 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,299 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:06:56,302 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,302 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,304 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,305 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,305 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,305 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:06:56,308 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,308 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,310 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,310 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,310 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,310 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:06:56,313 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,313 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,315 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,315 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,316 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,316 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:06:56,319 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,319 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,321 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,321 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,321 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,322 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:06:56,324 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,325 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,327 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,327 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,327 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,327 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:06:56,330 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,330 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,332 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,332 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,332 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,332 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:06:56,335 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,335 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,337 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,337 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,337 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,337 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:06:56,340 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,340 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,342 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,342 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,342 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,342 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:06:56,345 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,345 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,347 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,348 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,348 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,348 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:06:56,351 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,351 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,353 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,353 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,353 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,353 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:06:56,356 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,356 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,358 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,358 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,359 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,359 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:06:56,362 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,362 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,364 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,364 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,364 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,365 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:06:56,367 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:06:56,367 [2224] INFO VT - get Actionid EditView
11/03/14 16:06:56,369 [2224] INFO VT - action id selected is 1
11/03/14 16:06:56,370 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:06:56,370 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:06:56,390 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_links.*, vtiger_module_dashboard_widgets.userid, vtiger_module_dashboard_widgets.id as widgetid, vtiger_module_dashboard_widgets.position as position, vtiger_links.linkid as id FROM vtiger_links INNER JOIN vtiger_module_dashboard_widgets ON vtiger_links.linkid=vtiger_module_dashboard_widgets.linkid WHERE (vtiger_module_dashboard_widgets.userid = ? AND linktype = ? AND tabid = ?)
11/03/14 16:06:56,390 [2224] DEBUG VT - Prepared sql query parameters : [1,DASHBOARDWIDGET,3]
11/03/14 16:06:58,175 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:06:58,759 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:06:58,759 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:06:58,759 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:06:58,759 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:06:58,764 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:06:58,765 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:06:58,782 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:06:58,782 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:06:58,818 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:06:58,835 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:06:59,109 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:06:59,110 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:06:59,128 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:06:59,343 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:06:59,343 [2224] DEBUG VT - Prepared sql query parameters : [HEADERSCRIPT]
11/03/14 16:06:59,538 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:06:59,538 [2224] DEBUG VT - Prepared sql query parameters : [HEADERCSS]
11/03/14 16:06:59,605 [2224] DEBUG VT - Prepared sql query being executed : SELECT modulename,tablename,entityidfield,fieldname FROM vtiger_entityname
11/03/14 16:06:59,610 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:06:59,610 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:06:59,804 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:06:59,983 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:00,146 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_organizationdetails WHERE organization_id=?
11/03/14 16:07:00,146 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:00,171 [2224] DEBUG VT - Entering getDisplayDate(2014-11-3) method ...
11/03/14 16:07:00,171 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:00,178 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:00,178 [2224] DEBUG VT - Prepared sql query parameters : [HEADERLINK]
11/03/14 16:07:00,179 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_announcement inner join vtiger_users on vtiger_announcement.creatorid=vtiger_users.id AND vtiger_users.is_admin='on' AND vtiger_users.status='Active' AND vtiger_users.deleted = 0
11/03/14 16:07:00,183 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:07:00,183 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:07:00,209 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:00,235 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:00,287 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 16:07:00,302 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 16:07:00,302 [2224] DEBUG VT - Prepared sql query parameters : [3,SIDEBARLINK,SIDEBARWIDGET]
11/03/14 16:07:00,316 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype = ?
AND tabid = ? AND linkid NOT IN (SELECT linkid FROM vtiger_module_dashboard_widgets
WHERE userid = ?) UNION SELECT * FROM vtiger_links WHERE linklabel in (?,?)
11/03/14 16:07:00,316 [2224] DEBUG VT - Prepared sql query parameters : [DASHBOARDWIDGET,3,1,Mini List,Notebook]
11/03/14 16:07:00,329 [2224] DEBUG VT - Prepared sql query being executed : select visible from vtiger_homestuff where userid=? and stufftype='Tag Cloud'
11/03/14 16:07:00,329 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:00,486 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:00,488 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,489 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,491 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,492 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,493 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,493 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:00,496 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,496 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,498 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,498 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,500 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,500 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:00,503 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,503 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,505 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,505 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,507 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,507 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:00,510 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,510 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,512 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,512 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,513 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,514 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:00,516 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,516 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,519 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,519 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,520 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,520 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:00,523 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,523 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,525 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,525 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,527 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,527 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:00,530 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,530 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,532 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,532 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,533 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,533 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:00,536 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,536 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,538 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,539 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,540 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,540 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:00,543 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,543 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,545 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,545 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,547 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,547 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:00,550 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,550 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,552 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,552 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,553 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,553 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:00,556 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,556 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,558 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,558 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,560 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,560 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:00,563 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,563 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,565 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,565 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,567 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,567 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:00,570 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,570 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,572 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,572 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,573 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,574 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:00,576 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,577 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,579 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,579 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,580 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,580 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:00,583 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,583 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,585 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,585 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,587 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,587 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:00,590 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,590 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,592 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,592 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,594 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,594 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:00,597 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,597 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,599 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,599 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,600 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,601 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:00,603 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,603 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,605 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,605 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,607 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,607 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:00,609 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,609 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,611 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,611 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,613 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,613 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:00,615 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,615 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,617 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,617 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,618 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,619 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:00,621 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,621 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,623 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,623 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,625 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,625 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:00,628 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,628 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,630 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,630 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,631 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,631 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:00,634 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,634 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,636 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,636 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,638 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,638 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:00,641 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,641 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,643 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,643 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,645 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,645 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:00,648 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,648 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,650 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,650 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,652 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,652 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:00,654 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,654 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,657 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,657 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,658 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,690 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:00,693 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,693 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,696 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,696 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,696 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,696 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:00,699 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,699 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,701 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,702 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,702 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,702 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:00,705 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,705 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,707 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,707 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,708 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,708 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:00,711 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,711 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,713 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,713 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,713 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,713 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:00,716 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,716 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,718 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,719 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,719 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,719 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:00,722 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,722 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,724 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,724 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,724 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,724 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:00,727 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,727 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,729 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,729 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,729 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,730 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:00,732 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,732 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,735 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,735 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,735 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,735 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:00,738 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,739 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,741 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,741 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,741 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,741 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:00,744 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,744 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,746 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,746 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,747 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,747 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:00,750 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,750 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,752 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,752 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,752 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,752 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:00,755 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,755 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,757 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,757 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,757 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,757 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:00,759 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,760 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,761 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,762 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,762 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,762 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:00,764 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,765 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,766 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,767 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,767 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,767 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:00,769 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,769 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,771 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,771 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,772 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,772 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:00,774 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,774 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,776 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,776 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,776 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,777 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:00,780 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,780 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,782 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,782 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,783 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,783 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:00,786 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,786 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,788 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,788 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,788 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,788 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:00,791 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,791 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,793 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,793 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,794 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,794 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:00,796 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,797 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,799 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,799 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,799 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,799 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:00,802 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,802 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,804 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,804 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,805 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,805 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:00,807 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,808 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,810 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,810 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,810 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,810 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:00,813 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,813 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,815 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,815 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,815 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,816 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:00,818 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,818 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,821 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,821 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,821 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,821 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:00,824 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,824 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,826 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,826 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,826 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,826 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:00,829 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:00,829 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:00,831 [2224] INFO VT - action id selected is 1
11/03/14 16:07:00,832 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:00,832 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:00,851 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_links.*, vtiger_module_dashboard_widgets.userid, vtiger_module_dashboard_widgets.id as widgetid, vtiger_module_dashboard_widgets.position as position, vtiger_links.linkid as id FROM vtiger_links INNER JOIN vtiger_module_dashboard_widgets ON vtiger_links.linkid=vtiger_module_dashboard_widgets.linkid WHERE (vtiger_module_dashboard_widgets.userid = ? AND linktype = ? AND tabid = ?)
11/03/14 16:07:00,851 [2224] DEBUG VT - Prepared sql query parameters : [1,DASHBOARDWIDGET,3]
11/03/14 16:07:00,885 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:00,885 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:00,886 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:00,886 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:00,891 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:00,891 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:00,906 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:00,906 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:00,941 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:00,954 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:01,810 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:01,820 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:02,275 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:03,159 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:03,159 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:03,159 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:03,159 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:03,163 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:03,164 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:03,178 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:03,178 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:03,248 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:03,261 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:03,586 [2224] DEBUG VT - Entering isPermitted(PBXManager,ReceiveIncomingCalls,) method ...
11/03/14 16:07:03,589 [2224] DEBUG VT - Entering getActionid(ReceiveIncomingCalls) method ...
11/03/14 16:07:03,589 [2224] INFO VT - get Actionid ReceiveIncomingCalls
11/03/14 16:07:03,592 [2224] INFO VT - action id selected is 11
11/03/14 16:07:03,592 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:03,594 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:03,601 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_pbxmanager_gateway
11/03/14 16:07:03,640 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:03,640 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:03,640 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:03,640 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:03,645 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:03,645 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:03,659 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:03,659 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:03,693 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:03,705 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:04,013 [2224] DEBUG VT - Prepared sql query being executed : SELECT reminderid, recordid FROM vtiger_activity_reminder_popup
INNER JOIN vtiger_activity on vtiger_activity.activityid = vtiger_activity_reminder_popup.recordid
INNER JOIN vtiger_crmentity ON vtiger_activity_reminder_popup.recordid = vtiger_crmentity.crmid
WHERE vtiger_activity_reminder_popup.status = 0
AND vtiger_crmentity.smownerid = ? AND vtiger_crmentity.deleted = 0
AND ((DATE_FORMAT(vtiger_activity_reminder_popup.date_start,'%Y-%m-%d') <= ?)
AND (TIME_FORMAT(vtiger_activity_reminder_popup.time_start,'%H:%i') <= ?))
AND vtiger_activity.eventstatus <> 'Held' LIMIT 20
11/03/14 16:07:04,013 [2224] DEBUG VT - Prepared sql query parameters : [1,2014-11-03,16:08]
11/03/14 16:07:04,091 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:04,091 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:04,092 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:04,092 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:04,097 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:04,097 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:04,111 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:04,111 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:04,148 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:04,160 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:04,463 [2224] DEBUG VT - Prepared sql query being executed : SELECT reminderid, recordid FROM vtiger_activity_reminder_popup
INNER JOIN vtiger_activity on vtiger_activity.activityid = vtiger_activity_reminder_popup.recordid
INNER JOIN vtiger_crmentity ON vtiger_activity_reminder_popup.recordid = vtiger_crmentity.crmid
WHERE vtiger_activity_reminder_popup.status = 0
AND vtiger_crmentity.smownerid = ? AND vtiger_crmentity.deleted = 0
AND ((DATE_FORMAT(vtiger_activity_reminder_popup.date_start,'%Y-%m-%d') <= ?)
AND (TIME_FORMAT(vtiger_activity_reminder_popup.time_start,'%H:%i') <= ?))
AND vtiger_activity.eventstatus <> 'Held' LIMIT 20
11/03/14 16:07:04,464 [2224] DEBUG VT - Prepared sql query parameters : [1,2014-11-03,16:08]
11/03/14 16:07:04,480 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:04,480 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:04,480 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:04,480 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:04,485 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:04,485 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:04,499 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:04,499 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:04,534 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:04,547 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:04,835 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:05,592 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:05,593 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:05,593 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:05,593 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:05,597 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:05,598 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:05,611 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:05,611 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:05,645 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:05,656 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:05,963 [2224] DEBUG VT - Entering isPermitted(PBXManager,ReceiveIncomingCalls,) method ...
11/03/14 16:07:05,965 [2224] DEBUG VT - Entering getActionid(ReceiveIncomingCalls) method ...
11/03/14 16:07:05,966 [2224] INFO VT - get Actionid ReceiveIncomingCalls
11/03/14 16:07:05,968 [2224] INFO VT - action id selected is 11
11/03/14 16:07:05,969 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:05,970 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:05,977 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_pbxmanager_gateway
11/03/14 16:07:05,988 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:05,988 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:05,988 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:05,988 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:05,993 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:05,993 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:06,007 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:06,007 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:06,029 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:06,042 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:06,270 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:06,271 [2224] DEBUG VT - Prepared sql query parameters : [HEADERSCRIPT]
11/03/14 16:07:06,338 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:06,338 [2224] DEBUG VT - Prepared sql query parameters : [HEADERCSS]
11/03/14 16:07:06,358 [2224] DEBUG VT - Prepared sql query being executed : SELECT modulename,tablename,entityidfield,fieldname FROM vtiger_entityname
11/03/14 16:07:06,363 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:07:06,363 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:07:06,429 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:06,493 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:06,587 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_organizationdetails WHERE organization_id=?
11/03/14 16:07:06,588 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:06,603 [2224] DEBUG VT - Entering getDisplayDate(2014-11-3) method ...
11/03/14 16:07:06,603 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:06,607 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:06,607 [2224] DEBUG VT - Prepared sql query parameters : [HEADERLINK]
11/03/14 16:07:06,608 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_announcement inner join vtiger_users on vtiger_announcement.creatorid=vtiger_users.id AND vtiger_users.is_admin='on' AND vtiger_users.status='Active' AND vtiger_users.deleted = 0
11/03/14 16:07:06,611 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:07:06,611 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:07:06,626 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:06,641 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:06,677 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 16:07:06,687 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 16:07:06,687 [2224] DEBUG VT - Prepared sql query parameters : [9,SIDEBARLINK,SIDEBARWIDGET]
11/03/14 16:07:06,766 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:06,768 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,768 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,769 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,769 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,770 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,770 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:06,772 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,772 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,774 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,774 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,775 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,775 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:06,777 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,777 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,779 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,779 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,780 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,780 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:06,782 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,782 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,783 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,784 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,785 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,785 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:06,787 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,787 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,788 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,788 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,789 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,789 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:06,791 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,791 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,792 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,792 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,793 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,793 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:06,795 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,795 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,796 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,796 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,797 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,797 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:06,799 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,799 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,800 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,800 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,801 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,801 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:06,803 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,803 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,804 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,804 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,805 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,805 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:06,807 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,807 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,808 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,808 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,809 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,810 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:06,811 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,811 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,812 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,813 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,813 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,814 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:06,815 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,816 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,817 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,817 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,818 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,818 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:06,819 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,820 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,821 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,821 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,822 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,822 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:06,823 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,824 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,825 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,825 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,826 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,826 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:06,828 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,828 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,829 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,829 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,830 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,830 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:06,832 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,832 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,833 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,833 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,834 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,834 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:06,836 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,836 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,837 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,837 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,838 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,838 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:06,840 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,840 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,841 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,841 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,842 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,842 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:06,843 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,843 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,844 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,845 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,845 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,846 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:06,847 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,847 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,848 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,848 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,850 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,850 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:06,852 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,852 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,853 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,853 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,854 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,855 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:06,856 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,856 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,858 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,858 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,859 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,859 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:06,860 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,861 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,862 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,862 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,863 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,863 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:06,864 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,865 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,866 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,866 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,867 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,867 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:06,868 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,869 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,870 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,870 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,871 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,871 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:06,872 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,873 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,874 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,874 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,875 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,893 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:06,894 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,894 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,896 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,896 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,896 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,896 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:06,898 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,898 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,899 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,900 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,900 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,900 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:06,902 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,902 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,903 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,903 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,903 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,903 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:06,905 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,905 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,906 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,906 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,907 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,907 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:06,908 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,909 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,910 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,910 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,910 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,910 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:06,912 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,912 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,913 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,913 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,913 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,913 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:06,915 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,915 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,916 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,916 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,917 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,917 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:06,918 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,918 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,920 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,920 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,920 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,920 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:06,922 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,922 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,923 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,923 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,923 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,923 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:06,925 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,925 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,926 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,926 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,926 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,927 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:06,928 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,928 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,930 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,930 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,930 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,930 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:06,932 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,932 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,933 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,933 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,933 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,933 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:06,935 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,935 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,936 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,936 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,936 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,937 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:06,938 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,938 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,940 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,940 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,940 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,940 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:06,942 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,942 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,943 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,943 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,943 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,943 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:06,945 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,945 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,947 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,947 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,947 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,947 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:06,949 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,949 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,950 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,950 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,950 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,951 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:06,952 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,953 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,954 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,954 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,954 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,954 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:06,956 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,956 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,957 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,957 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,957 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,957 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:06,959 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,959 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,961 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,961 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,961 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,961 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:06,963 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,963 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,964 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,964 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,965 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,965 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:06,967 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,967 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,968 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,968 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,968 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,968 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:06,970 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,970 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,971 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,972 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,972 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,972 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:06,974 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,974 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,975 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,975 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,975 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,975 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:06,977 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,977 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,978 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,978 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,978 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:06,978 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:06,980 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:06,980 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:06,981 [2224] INFO VT - action id selected is 1
11/03/14 16:07:06,981 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:06,982 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:07,577 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:07,635 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:07,920 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:07,928 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:07,929 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:07,929 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:07,929 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:07,933 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:07,933 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:07,946 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:07,946 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:07,973 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:07,985 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:08,243 [2224] DEBUG VT - Entering isPermitted(PBXManager,ReceiveIncomingCalls,) method ...
11/03/14 16:07:08,245 [2224] DEBUG VT - Entering getActionid(ReceiveIncomingCalls) method ...
11/03/14 16:07:08,245 [2224] INFO VT - get Actionid ReceiveIncomingCalls
11/03/14 16:07:08,247 [2224] INFO VT - action id selected is 11
11/03/14 16:07:08,247 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:08,248 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:08,254 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_pbxmanager_gateway
11/03/14 16:07:08,367 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:08,367 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:08,368 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:08,368 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:08,372 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:08,373 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:08,385 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:08,386 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:08,426 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:08,438 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:08,776 [2224] DEBUG VT - Prepared sql query being executed : SELECT reminderid, recordid FROM vtiger_activity_reminder_popup
INNER JOIN vtiger_activity on vtiger_activity.activityid = vtiger_activity_reminder_popup.recordid
INNER JOIN vtiger_crmentity ON vtiger_activity_reminder_popup.recordid = vtiger_crmentity.crmid
WHERE vtiger_activity_reminder_popup.status = 0
AND vtiger_crmentity.smownerid = ? AND vtiger_crmentity.deleted = 0
AND ((DATE_FORMAT(vtiger_activity_reminder_popup.date_start,'%Y-%m-%d') <= ?)
AND (TIME_FORMAT(vtiger_activity_reminder_popup.time_start,'%H:%i') <= ?))
AND vtiger_activity.eventstatus <> 'Held' LIMIT 20
11/03/14 16:07:08,777 [2224] DEBUG VT - Prepared sql query parameters : [1,2014-11-03,16:08]
11/03/14 16:07:08,778 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:08,778 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:08,778 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:08,779 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:08,783 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:08,783 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:08,797 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:08,798 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:08,833 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:08,845 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:09,202 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_calendar_user_activitytypes
INNER JOIN vtiger_calendar_default_activitytypes on vtiger_calendar_default_activitytypes.id=vtiger_calendar_user_activitytypes.defaultid
WHERE vtiger_calendar_user_activitytypes.userid=?
11/03/14 16:07:09,202 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:09,226 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:09,230 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:09,230 [2224] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 16:07:09,241 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 16:07:09,241 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:09,262 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:09,263 [2224] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 16:07:09,279 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:09,279 [2224] DEBUG VT - Prepared sql query parameters : [4]
11/03/14 16:07:09,300 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:09,300 [2224] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 16:07:09,324 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:09,325 [2224] DEBUG VT - Prepared sql query parameters : [4]
11/03/14 16:07:09,326 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:09,326 [2224] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 16:07:09,349 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:09,350 [2224] DEBUG VT - Prepared sql query parameters : [45]
11/03/14 16:07:09,358 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:09,358 [2224] DEBUG VT - Prepared sql query parameters : [44]
11/03/14 16:07:09,631 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:09,805 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:09,850 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:09,859 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:10,225 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:10,239 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:10,285 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:10,396 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:10,501 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:10,502 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:10,502 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:10,502 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:10,507 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:10,507 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:10,520 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:10,520 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:10,623 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:10,635 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:10,685 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:10,684 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:11,569 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:11,597 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:11,597 [2224] DEBUG VT - Prepared sql query parameters : [Events]
11/03/14 16:07:11,605 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:11,605 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:11,605 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 16:07:11,606 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:11,618 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:11,628 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:11,629 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:11,636 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:11,636 [2224] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 16:07:11,649 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:11,662 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:11,662 [2224] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 16:07:11,669 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:11,677 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:11,677 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:11,680 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:11,681 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:11,698 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:12,071 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:12,071 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:12,073 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:12,074 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:12,075 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:12,075 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:12,076 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:12,076 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,077 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:12,078 [2224] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 16:07:12,078 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:12,082 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,082 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,082 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,082 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,083 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,083 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,083 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,083 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,083 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,084 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,084 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,084 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,084 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,084 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,085 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,085 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,085 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,085 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,085 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,085 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,086 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,086 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,086 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,086 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,086 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,087 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,087 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,087 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:12,087 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:12,087 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,101 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:12,102 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:12,102 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:12,125 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:12,125 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:12,125 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:12,127 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:12,127 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:12,127 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:12,129 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:12,129 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:12,129 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:12,130 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:12,145 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:12,145 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:12,145 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:12,145 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:12,149 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:12,149 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:12,150 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:12,152 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:12,152 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:12,152 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.subject, vtiger_activity.eventstatus, vtiger_activity.visibility, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.activitytype FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND vtiger_activity.activityid > 0 AND vtiger_activity.activitytype NOT IN ('Emails','Task') AND ((concat(date_start, '', time_start) >= '2014-11-01 23:00:00' AND concat(due_date, '', time_end) < '2014-11-08 23:00:00') OR ( due_date >= '2014-11-01')) AND vtiger_crmentity.smownerid IN (?,?)
11/03/14 16:07:12,152 [2224] DEBUG VT - Prepared sql query parameters : [1,3]
11/03/14 16:07:12,155 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:12,297 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:12,297 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:12,297 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:12,297 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:12,302 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:12,302 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:12,316 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,316 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:12,404 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:12,416 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:12,947 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:12,947 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:12,947 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:12,948 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:12,948 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:12,948 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:12,948 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:12,949 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:12,949 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:12,949 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:12,949 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:12,949 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:12,949 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:12,950 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:12,950 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:12,950 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:12,950 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:12,951 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:12,951 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:12,951 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:12,951 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:12,951 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:12,951 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:12,952 [2224] DEBUG VT - Prepared sql query parameters : [Groups]
11/03/14 16:07:12,952 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:12,970 [2224] DEBUG Invoice - Entering Invoice() method ...
11/03/14 16:07:12,971 [2224] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 16:07:12,971 [2224] DEBUG VT - in getColumnFields Invoice
11/03/14 16:07:12,971 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:12,971 [2224] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 16:07:12,983 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:12,983 [2224] DEBUG Invoice - Exiting Invoice method ...
11/03/14 16:07:12,983 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:12,986 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:12,986 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:12,990 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:12,996 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:13,156 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:13,156 [2224] DEBUG VT - Prepared sql query parameters : [Invoice]
11/03/14 16:07:13,160 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:13,160 [2224] DEBUG VT - Prepared sql query parameters : [23,67,69,71,72,113]
11/03/14 16:07:13,189 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:13,201 [2224] DEBUG Invoice - Entering Invoice() method ...
11/03/14 16:07:13,201 [2224] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 16:07:13,201 [2224] DEBUG VT - in getColumnFields Invoice
11/03/14 16:07:13,202 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:13,202 [2224] DEBUG Invoice - Exiting Invoice method ...
11/03/14 16:07:13,205 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:13,205 [2224] DEBUG VT - Prepared sql query parameters : [28]
11/03/14 16:07:13,206 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:13,206 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:13,206 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:13,206 [2224] DEBUG VT - Prepared sql query parameters : [24]
11/03/14 16:07:13,207 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:13,207 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:13,207 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:13,208 [2224] DEBUG VT - Prepared sql query parameters : [37]
11/03/14 16:07:13,208 [2224] DEBUG VT - Prepared sql query being executed : select relmodule as type from vtiger_fieldmodulerel where fieldid=?
11/03/14 16:07:13,208 [2224] DEBUG VT - Prepared sql query parameters : [653]
11/03/14 16:07:13,224 [2224] INFO VT - PearDatabase ->TRANS Started
11/03/14 16:07:13,224 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_invoice.subject,vtiger_invoice.duedate,vtiger_invoice.invoiceid FROM vtiger_invoice LEFT JOIN vtiger_crmentity ON vtiger_invoice.invoiceid=vtiger_crmentity.crmid WHERE (vtiger_invoice.duedate >= '2014-11-02' AND vtiger_invoice.duedate <= '2014-11-09' AND vtiger_crmentity.smownerid IN (1,3)) AND vtiger_crmentity.deleted=0 LIMIT 100;
11/03/14 16:07:13,226 [2224] INFO VT - PearDatabase ->TRANS Commited
11/03/14 16:07:13,227 [2224] INFO VT - PearDatabase ->TRANS Completed
11/03/14 16:07:13,241 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:13,241 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:13,242 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:13,242 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:13,246 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:13,246 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:13,260 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:13,260 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:13,296 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:13,308 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:13,641 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:13,641 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:13,642 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:13,642 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:13,643 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:13,643 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:13,643 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:13,643 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:13,643 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:13,644 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:13,644 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:13,644 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:13,644 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:13,645 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:13,645 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:13,645 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:13,645 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:13,645 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:13,646 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:13,646 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:13,646 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:13,646 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:13,646 [2224] DEBUG VT - Prepared sql query being executed : SELECT projectname, startdate, targetenddate, crmid FROM vtiger_project INNER JOIN vtiger_crmentity ON vtiger_project.projectid = vtiger_crmentity.crmid WHERE vtiger_crmentity.deleted=0 AND smownerid IN (?,?) AND ((startdate >= '2014-11-02' AND targetenddate < '2014-11-09') OR ( targetenddate >= '2014-11-02'))
11/03/14 16:07:13,646 [2224] DEBUG VT - Prepared sql query parameters : [1,3]
11/03/14 16:07:13,649 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:13,655 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:13,656 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:13,656 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:13,656 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:13,660 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:13,660 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:13,673 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:13,673 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:13,706 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:13,718 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:14,065 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:14,066 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:14,066 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:14,067 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:14,067 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:14,067 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:14,068 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:14,068 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:14,068 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:14,068 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:14,068 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:14,069 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:14,069 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:14,069 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:14,069 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:14,070 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:14,070 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:14,070 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:14,070 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:14,071 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:14,071 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:14,071 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:14,071 [2224] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname,birthday,crmid FROM vtiger_contactdetails INNER JOIN vtiger_contactsubdetails ON vtiger_contactdetails.contactid = vtiger_contactsubdetails.contactsubscriptionid INNER JOIN vtiger_crmentity ON vtiger_contactdetails.contactid = vtiger_crmentity.crmid WHERE vtiger_crmentity.deleted=0 AND smownerid IN (?,?) AND ((CONCAT('2014-', date_format(birthday,'%m-%d')) >= '2014-11-02'
AND CONCAT('2014-', date_format(birthday,'%m-%d')) <= '2014-11-09'))
11/03/14 16:07:14,071 [2224] DEBUG VT - Prepared sql query parameters : [1,3]
11/03/14 16:07:14,089 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:14,107 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:14,107 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:14,107 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:14,108 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:14,112 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:14,112 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:14,126 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:14,126 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:14,161 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:14,173 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:14,483 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:14,483 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:14,484 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:14,485 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:14,485 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:14,485 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:14,486 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:14,486 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:14,486 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:14,487 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:14,487 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:14,487 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:14,487 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:14,488 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:14,488 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:14,488 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:14,488 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:14,489 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:14,489 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:14,489 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:14,489 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:14,490 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:14,490 [2224] DEBUG VT - Prepared sql query being executed : SELECT projecttaskname, startdate, enddate, crmid FROM vtiger_projecttask INNER JOIN vtiger_crmentity ON vtiger_projecttask.projecttaskid = vtiger_crmentity.crmid WHERE vtiger_crmentity.deleted=0 AND smownerid IN (?,?) AND ((startdate >= '2014-11-02' AND enddate < '2014-11-09') OR ( enddate >= '2014-11-02'))
11/03/14 16:07:14,490 [2224] DEBUG VT - Prepared sql query parameters : [1,3]
11/03/14 16:07:14,493 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:14,505 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:14,505 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:14,505 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:14,506 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:14,510 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:14,510 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:14,523 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:14,524 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:14,560 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:14,571 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:14,905 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:14,905 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:14,905 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:14,907 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:14,907 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:14,907 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:14,907 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:14,908 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:14,908 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:14,909 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:14,909 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:14,909 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:14,909 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:14,910 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:14,910 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:14,910 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:14,910 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:14,911 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:14,911 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:14,911 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:14,911 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:14,911 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:14,912 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:14,912 [2224] DEBUG VT - Prepared sql query parameters : [Groups]
11/03/14 16:07:14,912 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:14,927 [2224] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 16:07:14,927 [2224] DEBUG VT - in getColumnFields Potentials
11/03/14 16:07:14,927 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:14,927 [2224] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 16:07:14,932 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:14,932 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:14,935 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:14,936 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:14,939 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:14,946 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:15,109 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:15,109 [2224] DEBUG VT - Prepared sql query parameters : [Potentials]
11/03/14 16:07:15,112 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:15,112 [2224] DEBUG VT - Prepared sql query parameters : [2,1,3]
11/03/14 16:07:15,127 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:15,140 [2224] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 16:07:15,140 [2224] DEBUG VT - in getColumnFields Potentials
11/03/14 16:07:15,140 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:15,143 [2224] DEBUG VT - Prepared sql query being executed : select relmodule as type from vtiger_fieldmodulerel where fieldid=?
11/03/14 16:07:15,143 [2224] DEBUG VT - Prepared sql query parameters : [113]
11/03/14 16:07:15,144 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:15,144 [2224] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 16:07:15,145 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:15,145 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:15,145 [2224] DEBUG VT - Prepared sql query being executed : select relmodule as type from vtiger_fieldmodulerel where fieldid=?
11/03/14 16:07:15,145 [2224] DEBUG VT - Prepared sql query parameters : [717]
11/03/14 16:07:15,147 [2224] INFO VT - PearDatabase ->TRANS Started
11/03/14 16:07:15,147 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_potential.potentialname,vtiger_potential.closingdate,vtiger_potential.potentialid FROM vtiger_potential LEFT JOIN vtiger_crmentity ON vtiger_potential.potentialid=vtiger_crmentity.crmid WHERE (vtiger_potential.closingdate >= '2014-11-02' AND vtiger_potential.closingdate <= '2014-11-09' AND vtiger_crmentity.smownerid IN (1,3)) AND vtiger_crmentity.deleted=0 LIMIT 100;
11/03/14 16:07:15,149 [2224] INFO VT - PearDatabase ->TRANS Commited
11/03/14 16:07:15,150 [2224] INFO VT - PearDatabase ->TRANS Completed
11/03/14 16:07:15,155 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:15,156 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:15,156 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:15,156 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:15,160 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:15,161 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:15,175 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:15,175 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:15,209 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:15,220 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:15,528 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:15,528 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:15,528 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:15,529 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:15,529 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:15,529 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:15,529 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:15,530 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:15,530 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:15,530 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:15,530 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:15,530 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:15,531 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:15,531 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:15,531 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:15,531 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:15,531 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:15,532 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:15,532 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:15,532 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:15,532 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:15,532 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:15,533 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:15,533 [2224] DEBUG VT - Prepared sql query parameters : [Groups]
11/03/14 16:07:15,533 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:15,541 [2224] DEBUG VT - Entering getColumnFields(Contacts) method ...
11/03/14 16:07:15,541 [2224] DEBUG VT - in getColumnFields Contacts
11/03/14 16:07:15,542 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:15,542 [2224] DEBUG VT - Prepared sql query parameters : [4]
11/03/14 16:07:15,552 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:15,552 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:15,555 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:15,556 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:15,559 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:15,565 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:15,727 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:15,727 [2224] DEBUG VT - Prepared sql query parameters : [Contacts]
11/03/14 16:07:15,730 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:15,730 [2224] DEBUG VT - Prepared sql query parameters : [4,4,6,7,8,73]
11/03/14 16:07:15,756 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:15,769 [2224] DEBUG VT - Entering getColumnFields(Contacts) method ...
11/03/14 16:07:15,769 [2224] DEBUG VT - in getColumnFields Contacts
11/03/14 16:07:15,769 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:15,773 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:15,773 [2224] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 16:07:15,773 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:15,774 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:15,774 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:15,774 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:15,776 [2224] INFO VT - PearDatabase ->TRANS Started
11/03/14 16:07:15,776 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_contactdetails.firstname,vtiger_contactdetails.lastname,vtiger_customerdetails.support_end_date,vtiger_contactdetails.contactid FROM vtiger_contactdetails LEFT JOIN vtiger_customerdetails ON vtiger_contactdetails.contactid=vtiger_customerdetails.customerid LEFT JOIN vtiger_crmentity ON vtiger_contactdetails.contactid=vtiger_crmentity.crmid WHERE (vtiger_customerdetails.support_end_date >= '2014-11-02' AND vtiger_customerdetails.support_end_date <= '2014-11-09' AND vtiger_crmentity.smownerid IN (1,3)) AND vtiger_crmentity.deleted=0 LIMIT 100;
11/03/14 16:07:15,778 [2224] INFO VT - PearDatabase ->TRANS Commited
11/03/14 16:07:15,779 [2224] INFO VT - PearDatabase ->TRANS Completed
11/03/14 16:07:15,796 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:15,796 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:15,796 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:15,797 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:15,801 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:15,802 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:15,815 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:15,815 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:15,848 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:15,860 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:16,189 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:16,190 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:16,190 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:16,191 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:16,191 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:16,191 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:16,191 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:16,192 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:16,192 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:16,192 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:16,192 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:16,192 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:16,192 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:16,193 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:16,193 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:16,193 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:16,193 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:16,194 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:16,194 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:16,194 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:16,194 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:16,194 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:16,195 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:16,195 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:16,199 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,199 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,199 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 16:07:16,199 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:16,209 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,214 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:16,214 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:16,218 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:16,218 [2224] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 16:07:16,229 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:16,235 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:16,235 [2224] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 16:07:16,236 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:16,240 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:16,240 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:16,243 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:16,243 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:16,256 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:16,411 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:16,411 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:16,415 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:16,416 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:16,418 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,418 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,418 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,421 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:16,421 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:16,425 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:16,425 [2224] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 16:07:16,435 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,436 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,436 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,436 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,436 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,436 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,437 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,437 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,437 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,437 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,437 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,438 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,438 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,438 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,438 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,438 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,438 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,439 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,439 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,439 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,439 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,440 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:16,440 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:16,440 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,443 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.subject, vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_activity.time_end, vtiger_activity.activityid FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid WHERE vtiger_crmentity.deleted=0 AND vtiger_activity.activityid > 0 AND vtiger_activity.activitytype = 'Task' AND ((date_start >= '2014-11-02' AND due_date < '2014-11-09') OR ( due_date >= '2014-11-02')) AND vtiger_crmentity.smownerid IN (?,?)
11/03/14 16:07:16,443 [2224] DEBUG VT - Prepared sql query parameters : [1,3]
11/03/14 16:07:16,445 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:16,451 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:16,451 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:16,452 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:16,452 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:16,457 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:16,457 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:16,471 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:16,471 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:16,503 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:16,516 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:16,863 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:16,863 [2224] DEBUG VT - Prepared sql query parameters : [HEADERSCRIPT]
11/03/14 16:07:16,966 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:16,966 [2224] DEBUG VT - Prepared sql query parameters : [HEADERCSS]
11/03/14 16:07:16,995 [2224] DEBUG VT - Prepared sql query being executed : SELECT modulename,tablename,entityidfield,fieldname FROM vtiger_entityname
11/03/14 16:07:16,1000 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:07:16,1000 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:07:17,108 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:17,210 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:17,351 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_organizationdetails WHERE organization_id=?
11/03/14 16:07:17,352 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:17,376 [2224] DEBUG VT - Entering getDisplayDate(2014-11-3) method ...
11/03/14 16:07:17,377 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:17,381 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:17,381 [2224] DEBUG VT - Prepared sql query parameters : [HEADERLINK]
11/03/14 16:07:17,383 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_announcement inner join vtiger_users on vtiger_announcement.creatorid=vtiger_users.id AND vtiger_users.is_admin='on' AND vtiger_users.status='Active' AND vtiger_users.deleted = 0
11/03/14 16:07:17,386 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:07:17,386 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:07:17,407 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:17,429 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:17,486 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 16:07:17,500 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 16:07:17,500 [2224] DEBUG VT - Prepared sql query parameters : [9,SIDEBARLINK,SIDEBARWIDGET]
11/03/14 16:07:17,521 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:17,521 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:17,526 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:17,526 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:17,526 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 16:07:17,526 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:17,537 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:17,541 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:17,542 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:17,545 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:17,545 [2224] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 16:07:17,557 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:17,566 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:17,566 [2224] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 16:07:17,568 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:17,571 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:17,571 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:17,575 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:17,576 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:17,587 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:17,744 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:17,744 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:17,749 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:17,749 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:17,750 [2224] DEBUG VT - Prepared sql query being executed : select default_cvid from vtiger_user_module_preferences where userid = ? and tabid =?
11/03/14 16:07:17,751 [2224] DEBUG VT - Prepared sql query parameters : [1,9]
11/03/14 16:07:17,777 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where setdefault=1 and entitytype=?
11/03/14 16:07:17,778 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:17,832 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,834 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:17,834 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,835 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:17,835 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:17,835 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,835 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:17,836 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:17,836 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,838 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:17,838 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,838 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:17,838 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:17,838 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,839 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:17,839 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:17,839 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:17,839 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,905 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:17,905 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,908 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:17,908 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,933 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_customview WHERE entitytype=?
11/03/14 16:07:17,934 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:17,938 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,939 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:17,939 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,940 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:17,940 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:17,940 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,940 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:17,940 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:17,941 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 16:07:17,941 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWSIDEBARLINK,LISTVIEWSIDEBARWIDGET]
11/03/14 16:07:17,945 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:17,945 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,947 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:17,947 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,947 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:17,947 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,948 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,949 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:17,949 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:17,950 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:17,950 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:17,950 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:17,950 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:17,950 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:17,954 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?)
11/03/14 16:07:17,954 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWMASSACTION]
11/03/14 16:07:17,963 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:17,964 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:17,964 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:17,967 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:17,967 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:17,972 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:17,972 [2224] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 16:07:17,993 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 16:07:17,994 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:18,015 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:18,015 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:18,025 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:18,025 [2224] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 16:07:18,030 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:18,030 [2224] DEBUG VT - Prepared sql query parameters : [119]
11/03/14 16:07:18,037 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,037 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,037 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,058 [2224] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 16:07:18,058 [2224] DEBUG VT - in getColumnFields Campaigns
11/03/14 16:07:18,058 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,058 [2224] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 16:07:18,065 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,072 [2224] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 16:07:18,072 [2224] DEBUG VT - in getColumnFields Quotes
11/03/14 16:07:18,072 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,072 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:18,100 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,108 [2224] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 16:07:18,108 [2224] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 16:07:18,108 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,109 [2224] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 16:07:18,121 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,129 [2224] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 16:07:18,129 [2224] DEBUG VT - in getColumnFields SalesOrder
11/03/14 16:07:18,129 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,130 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:18,143 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,150 [2224] DEBUG Invoice - Entering Invoice() method ...
11/03/14 16:07:18,150 [2224] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 16:07:18,150 [2224] DEBUG VT - in getColumnFields Invoice
11/03/14 16:07:18,151 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,151 [2224] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 16:07:18,163 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,163 [2224] DEBUG Invoice - Exiting Invoice method ...
11/03/14 16:07:18,171 [2224] DEBUG lead - Entering Leads() method ...
11/03/14 16:07:18,171 [2224] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 16:07:18,171 [2224] DEBUG VT - in getColumnFields Leads
11/03/14 16:07:18,171 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,172 [2224] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 16:07:18,179 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,179 [2224] DEBUG lead - Exiting Lead method ...
11/03/14 16:07:18,190 [2224] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 16:07:18,190 [2224] DEBUG VT - in getColumnFields Accounts
11/03/14 16:07:18,190 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,190 [2224] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 16:07:18,199 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,206 [2224] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 16:07:18,206 [2224] DEBUG VT - in getColumnFields Potentials
11/03/14 16:07:18,207 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,207 [2224] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 16:07:18,212 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,219 [2224] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 16:07:18,219 [2224] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 16:07:18,220 [2224] DEBUG VT - in getColumnFields HelpDesk
11/03/14 16:07:18,220 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:18,220 [2224] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 16:07:18,225 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,225 [2224] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 16:07:18,227 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:18,227 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:18,227 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:18,228 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,228 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:18,229 [2224] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 16:07:18,229 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:18,231 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,231 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,231 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,231 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,232 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,232 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,232 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,232 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,232 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,233 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,233 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,233 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,233 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,233 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,234 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,234 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,234 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,234 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,234 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,235 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,235 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,235 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,235 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,235 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,236 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,236 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,236 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,236 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:18,236 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:18,237 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:18,240 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.subject, vtiger_seactivityrel.crmid, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.visibility FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 ORDER BY modifiedtime DESC LIMIT 0,21
11/03/14 16:07:18,262 [2224] DEBUG VT - Prepared sql query being executed : SELECT campaignname, campaignid AS id FROM vtiger_campaign WHERE campaignid IN (?)
11/03/14 16:07:18,262 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,267 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, quoteid AS id FROM vtiger_quotes WHERE quoteid IN (?)
11/03/14 16:07:18,267 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,274 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, purchaseorderid AS id FROM vtiger_purchaseorder WHERE purchaseorderid IN (?)
11/03/14 16:07:18,274 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,280 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, salesorderid AS id FROM vtiger_salesorder WHERE salesorderid IN (?)
11/03/14 16:07:18,281 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,284 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, invoiceid AS id FROM vtiger_invoice WHERE invoiceid IN (?)
11/03/14 16:07:18,284 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,285 [2224] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname, leadid AS id FROM vtiger_leaddetails WHERE leadid IN (?)
11/03/14 16:07:18,285 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,301 [2224] DEBUG VT - Prepared sql query being executed : SELECT accountname, accountid AS id FROM vtiger_account WHERE accountid IN (?)
11/03/14 16:07:18,301 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,303 [2224] DEBUG VT - Prepared sql query being executed : SELECT potentialname, potentialid AS id FROM vtiger_potential WHERE potentialid IN (?)
11/03/14 16:07:18,303 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,304 [2224] DEBUG VT - Prepared sql query being executed : SELECT title, ticketid AS id FROM vtiger_troubletickets WHERE ticketid IN (?)
11/03/14 16:07:18,304 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:18,329 [2224] DEBUG VT - Prepared sql query being executed : SELECT first_name,last_name, id AS id FROM vtiger_users WHERE id IN (?,?,?)
11/03/14 16:07:18,330 [2224] DEBUG VT - Prepared sql query parameters : [1,1,5]
11/03/14 16:07:18,332 [2224] DEBUG VT - Entering isPermitted(PBXManager,index,) method ...
11/03/14 16:07:18,334 [2224] DEBUG VT - Entering getActionid(index) method ...
11/03/14 16:07:18,334 [2224] INFO VT - get Actionid index
11/03/14 16:07:18,337 [2224] INFO VT - action id selected is 3
11/03/14 16:07:18,337 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,337 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,337 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_asteriskextensions where userid = ?
11/03/14 16:07:18,337 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:18,350 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:11:00) method ...
11/03/14 16:07:18,351 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:18,351 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:11:00) method ...
11/03/14 16:07:18,351 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:18,361 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 13:00:00) method ...
11/03/14 16:07:18,361 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:18,361 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 13:00:00) method ...
11/03/14 16:07:18,361 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:18,365 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 16:07:18,366 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:18,366 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 16:07:18,366 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:18,370 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 13:30:00) method ...
11/03/14 16:07:18,370 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:18,370 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 13:30:00) method ...
11/03/14 16:07:18,371 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:18,375 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 16:07:18,376 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:18,376 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 16:07:18,376 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:18,382 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:18,382 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:18,382 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:18,383 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:18,383 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:18,383 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:18,384 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:18,384 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:18,384 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:18,384 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:18,384 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:18,384 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:18,385 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:18,385 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:18,385 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:18,385 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:18,385 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:18,386 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:18,386 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:18,386 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:18,387 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:18,387 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:18,405 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?,?)
11/03/14 16:07:18,406 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWBASIC,LISTVIEW,LISTVIEWSETTING]
11/03/14 16:07:18,407 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:18,410 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,410 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,413 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,413 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,413 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,413 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:18,417 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,417 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,420 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,420 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,420 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,420 [2224] DEBUG VT - Entering isPermitted(Calendar,Import,) method ...
11/03/14 16:07:18,424 [2224] DEBUG VT - Entering getActionid(Import) method ...
11/03/14 16:07:18,424 [2224] INFO VT - get Actionid Import
11/03/14 16:07:18,427 [2224] INFO VT - action id selected is 5
11/03/14 16:07:18,427 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,427 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,427 [2224] DEBUG VT - Entering isPermitted(Calendar,Export,) method ...
11/03/14 16:07:18,431 [2224] DEBUG VT - Entering getActionid(Export) method ...
11/03/14 16:07:18,431 [2224] INFO VT - get Actionid Export
11/03/14 16:07:18,433 [2224] INFO VT - action id selected is 6
11/03/14 16:07:18,433 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,433 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,439 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:18,439 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:18,440 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:18,440 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:18,441 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:18,441 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:18,441 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:18,441 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:18,442 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:18,442 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:18,442 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:18,442 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:18,442 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:18,443 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:18,443 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:18,443 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:18,443 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:18,444 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:18,444 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:18,444 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:18,444 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:18,444 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:18,444 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:18,447 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,447 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,449 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,449 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,449 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,450 [2224] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 16:07:18,453 [2224] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 16:07:18,453 [2224] INFO VT - get Actionid Delete
11/03/14 16:07:18,455 [2224] INFO VT - action id selected is 2
11/03/14 16:07:18,455 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,455 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,539 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:18,541 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,541 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,544 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,544 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,545 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,546 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:18,548 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,548 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,550 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,550 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,551 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,552 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:18,554 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,554 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,556 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,556 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,557 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,558 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:18,561 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,561 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,563 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,563 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,564 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,565 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:18,567 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,567 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,569 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,569 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,570 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,571 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:18,574 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,574 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,576 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,579 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,580 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,580 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:18,583 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,583 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,585 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,585 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,586 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,586 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:18,589 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,589 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,591 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,591 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,593 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,593 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:18,595 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,596 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,597 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,598 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,599 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,599 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:18,602 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,602 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,604 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,604 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,605 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,605 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:18,608 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,608 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,610 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,610 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,611 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,611 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:18,614 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,614 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,616 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,616 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,617 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,617 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:18,620 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,620 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,622 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,622 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,624 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,624 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:18,626 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,626 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,628 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,628 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,630 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,630 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:18,632 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,632 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,634 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,634 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,636 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,636 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:18,638 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,638 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,640 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,640 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,642 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,642 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:18,644 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,644 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,646 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,646 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,648 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,648 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:18,650 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,650 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,652 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,653 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,654 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,654 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:18,656 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,657 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,658 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,658 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,660 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,660 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:18,662 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,662 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,664 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,664 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,665 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,665 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:18,668 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,668 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,670 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,670 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,672 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,672 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:18,675 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,675 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,677 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,677 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,678 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,679 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:18,681 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,681 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,683 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,684 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,686 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,686 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:18,688 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,689 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,690 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,691 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,692 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,692 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:18,694 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,694 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,696 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,696 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,698 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,698 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:18,700 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,700 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,702 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,702 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,704 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,724 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:18,727 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,727 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,730 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,730 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,730 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,731 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:18,734 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,734 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,736 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,736 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,737 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,737 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:18,740 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,740 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,742 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,742 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,742 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,742 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:18,745 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,745 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,747 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,747 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,747 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,748 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:18,750 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,750 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,752 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,753 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,753 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,753 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:18,756 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,756 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,758 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,758 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,758 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,758 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:18,761 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,761 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,763 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,763 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,763 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,763 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:18,766 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,766 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,768 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,768 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,768 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,768 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:18,771 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,771 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,773 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,773 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,773 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,773 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:18,776 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,776 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,778 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,778 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,778 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,779 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:18,782 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,782 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,784 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,784 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,784 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,784 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:18,787 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,787 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,789 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,789 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,790 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,790 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:18,792 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,793 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,795 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,795 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,795 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,795 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:18,798 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,798 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,800 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,800 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,800 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,800 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:18,803 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,803 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,805 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,805 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,806 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,806 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:18,809 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,809 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,811 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,811 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,811 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,812 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:18,814 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,814 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,816 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,817 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,817 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,817 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:18,820 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,820 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,822 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,822 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,822 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,822 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:18,825 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,825 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,827 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,827 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,827 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,827 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:18,830 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,830 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,832 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,832 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,833 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,833 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:18,835 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,836 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,838 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,838 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,838 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,838 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:18,842 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,842 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,844 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,844 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,844 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,844 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:18,847 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,847 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,849 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,849 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,850 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,850 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:18,852 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,853 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,854 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,855 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,855 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,855 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:18,857 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,857 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,859 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,859 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,860 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,860 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:18,862 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,862 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,864 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,864 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,864 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,947 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:18,949 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:18,949 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:18,950 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:18,950 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:18,950 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:18,951 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:18,951 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:18,951 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:18,953 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:18,953 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:18,953 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:18,953 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:18,954 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:18,954 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:18,954 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:18,954 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:18,954 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:18,955 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:18,956 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:18,956 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:18,956 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:18,960 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:18,960 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:18,960 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:18,960 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:18,961 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:18,961 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:18,961 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:18,961 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:18,961 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:18,962 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:18,962 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:18,962 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:18,962 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:18,963 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:18,963 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:18,963 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:18,963 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:18,963 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:18,963 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:18,964 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:18,964 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:18,964 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:18,964 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:18,967 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:18,967 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:18,970 [2224] INFO VT - action id selected is 1
11/03/14 16:07:18,970 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,970 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:18,970 [2224] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 16:07:18,973 [2224] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 16:07:18,973 [2224] INFO VT - get Actionid Delete
11/03/14 16:07:18,975 [2224] INFO VT - action id selected is 2
11/03/14 16:07:18,975 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:18,976 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:19,016 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:19,017 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,052 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:19,052 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,054 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:19,054 [2224] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 16:07:19,065 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:19,065 [2224] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 16:07:19,075 [2224] DEBUG VT - Prepared sql query being executed : SELECT eventstatus
FROM vtiger_eventstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_eventstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:19,076 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,081 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:19,081 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,095 [2224] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:19,095 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,099 [2224] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:19,099 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,184 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:19,184 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,186 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:19,189 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:19,189 [2224] DEBUG VT - Prepared sql query being executed : SELECT id, user_name,first_name,last_name from vtiger_users WHERE status=? order by user_name ASC
11/03/14 16:07:19,190 [2224] DEBUG VT - Prepared sql query parameters : [ACTIVE]
11/03/14 16:07:19,191 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:19,191 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:19,192 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:19,195 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:19,195 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:19,197 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:19,197 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:19,197 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:19,200 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:19,201 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:19,202 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:19,202 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:19,203 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:19,203 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,203 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:19,207 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:19,207 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:19,208 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:19,209 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:19,211 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:19,211 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:19,214 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:19,218 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:19,218 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:19,220 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:19,220 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:19,258 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:19,258 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:19,258 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:19,258 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:19,262 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:19,263 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:19,276 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:19,276 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:19,311 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:19,323 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:19,673 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:19,673 [2224] DEBUG VT - Prepared sql query parameters : [HEADERSCRIPT]
11/03/14 16:07:19,790 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:19,790 [2224] DEBUG VT - Prepared sql query parameters : [HEADERCSS]
11/03/14 16:07:19,820 [2224] DEBUG VT - Prepared sql query being executed : SELECT modulename,tablename,entityidfield,fieldname FROM vtiger_entityname
11/03/14 16:07:19,825 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:07:19,825 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:07:19,928 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:20,026 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:20,171 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_organizationdetails WHERE organization_id=?
11/03/14 16:07:20,171 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:20,193 [2224] DEBUG VT - Entering getDisplayDate(2014-11-3) method ...
11/03/14 16:07:20,193 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:20,198 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE linktype IN (?)
11/03/14 16:07:20,199 [2224] DEBUG VT - Prepared sql query parameters : [HEADERLINK]
11/03/14 16:07:20,200 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_announcement inner join vtiger_users on vtiger_announcement.creatorid=vtiger_users.id AND vtiger_users.is_admin='on' AND vtiger_users.status='Active' AND vtiger_users.deleted = 0
11/03/14 16:07:20,204 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab WHERE presence IN (?,?)
11/03/14 16:07:20,204 [2224] DEBUG VT - Prepared sql query parameters : [0,2]
11/03/14 16:07:20,228 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:20,252 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:20,305 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 16:07:20,319 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 16:07:20,319 [2224] DEBUG VT - Prepared sql query parameters : [9,SIDEBARLINK,SIDEBARWIDGET]
11/03/14 16:07:20,337 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:20,338 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:20,342 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,342 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,342 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 16:07:20,343 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:20,354 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,358 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:20,358 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:20,362 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:20,362 [2224] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 16:07:20,374 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:20,381 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:20,381 [2224] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 16:07:20,382 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:20,385 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:20,385 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:20,389 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:20,389 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:20,400 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:20,549 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:20,550 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:20,554 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:20,554 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:20,557 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,559 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:20,559 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,560 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:20,560 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:20,560 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,560 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:20,560 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:20,561 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,563 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:20,563 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,563 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:20,563 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:20,564 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,564 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:20,564 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:20,564 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:20,564 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,566 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:20,566 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,566 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:20,566 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,579 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_customview WHERE entitytype=?
11/03/14 16:07:20,579 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:20,583 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,584 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:20,584 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,585 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:20,585 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:20,585 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,585 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:20,585 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:20,586 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?)
11/03/14 16:07:20,586 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWSIDEBARLINK,LISTVIEWSIDEBARWIDGET]
11/03/14 16:07:20,590 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:20,590 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,591 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:20,592 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,592 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:20,592 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,593 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,594 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:20,594 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,595 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:20,595 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:20,595 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:20,595 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:20,595 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:20,598 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?)
11/03/14 16:07:20,599 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWMASSACTION]
11/03/14 16:07:20,609 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,609 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,609 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,612 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:20,612 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:20,616 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:20,616 [2224] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 16:07:20,639 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 16:07:20,639 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:20,660 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:20,660 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:20,670 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:20,670 [2224] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 16:07:20,674 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:20,675 [2224] DEBUG VT - Prepared sql query parameters : [119]
11/03/14 16:07:20,681 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,681 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,682 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,702 [2224] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 16:07:20,703 [2224] DEBUG VT - in getColumnFields Campaigns
11/03/14 16:07:20,703 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,703 [2224] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 16:07:20,709 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,717 [2224] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 16:07:20,717 [2224] DEBUG VT - in getColumnFields Quotes
11/03/14 16:07:20,717 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,718 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:20,729 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,736 [2224] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 16:07:20,736 [2224] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 16:07:20,736 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,736 [2224] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 16:07:20,749 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,756 [2224] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 16:07:20,756 [2224] DEBUG VT - in getColumnFields SalesOrder
11/03/14 16:07:20,756 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,757 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:20,770 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,780 [2224] DEBUG Invoice - Entering Invoice() method ...
11/03/14 16:07:20,780 [2224] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 16:07:20,780 [2224] DEBUG VT - in getColumnFields Invoice
11/03/14 16:07:20,780 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,781 [2224] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 16:07:20,793 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,793 [2224] DEBUG Invoice - Exiting Invoice method ...
11/03/14 16:07:20,800 [2224] DEBUG lead - Entering Leads() method ...
11/03/14 16:07:20,800 [2224] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 16:07:20,801 [2224] DEBUG VT - in getColumnFields Leads
11/03/14 16:07:20,801 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,801 [2224] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 16:07:20,809 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,809 [2224] DEBUG lead - Exiting Lead method ...
11/03/14 16:07:20,819 [2224] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 16:07:20,819 [2224] DEBUG VT - in getColumnFields Accounts
11/03/14 16:07:20,819 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,819 [2224] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 16:07:20,828 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,836 [2224] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 16:07:20,836 [2224] DEBUG VT - in getColumnFields Potentials
11/03/14 16:07:20,836 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,836 [2224] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 16:07:20,841 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,849 [2224] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 16:07:20,849 [2224] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 16:07:20,849 [2224] DEBUG VT - in getColumnFields HelpDesk
11/03/14 16:07:20,849 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:20,849 [2224] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 16:07:20,855 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,855 [2224] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 16:07:20,857 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:20,857 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:20,857 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:20,857 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,857 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:20,859 [2224] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 16:07:20,859 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:20,860 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,860 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,861 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,861 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,861 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,861 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,861 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,862 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,862 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,862 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,862 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,862 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,863 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,863 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,863 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,863 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,863 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,864 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,864 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,864 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,864 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,864 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,864 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,865 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,865 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,865 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,865 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,865 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:20,866 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:20,866 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:20,869 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.subject, vtiger_seactivityrel.crmid, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.visibility FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 ORDER BY modifiedtime DESC LIMIT 0,21
11/03/14 16:07:20,872 [2224] DEBUG VT - Prepared sql query being executed : SELECT campaignname, campaignid AS id FROM vtiger_campaign WHERE campaignid IN (?)
11/03/14 16:07:20,872 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,873 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, quoteid AS id FROM vtiger_quotes WHERE quoteid IN (?)
11/03/14 16:07:20,873 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,873 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, purchaseorderid AS id FROM vtiger_purchaseorder WHERE purchaseorderid IN (?)
11/03/14 16:07:20,873 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,874 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, salesorderid AS id FROM vtiger_salesorder WHERE salesorderid IN (?)
11/03/14 16:07:20,874 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,874 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, invoiceid AS id FROM vtiger_invoice WHERE invoiceid IN (?)
11/03/14 16:07:20,875 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,875 [2224] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname, leadid AS id FROM vtiger_leaddetails WHERE leadid IN (?)
11/03/14 16:07:20,875 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,875 [2224] DEBUG VT - Prepared sql query being executed : SELECT accountname, accountid AS id FROM vtiger_account WHERE accountid IN (?)
11/03/14 16:07:20,876 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,876 [2224] DEBUG VT - Prepared sql query being executed : SELECT potentialname, potentialid AS id FROM vtiger_potential WHERE potentialid IN (?)
11/03/14 16:07:20,876 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,877 [2224] DEBUG VT - Prepared sql query being executed : SELECT title, ticketid AS id FROM vtiger_troubletickets WHERE ticketid IN (?)
11/03/14 16:07:20,877 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:20,877 [2224] DEBUG VT - Prepared sql query being executed : SELECT first_name,last_name, id AS id FROM vtiger_users WHERE id IN (?,?,?)
11/03/14 16:07:20,878 [2224] DEBUG VT - Prepared sql query parameters : [1,1,5]
11/03/14 16:07:20,880 [2224] DEBUG VT - Entering isPermitted(PBXManager,index,) method ...
11/03/14 16:07:20,882 [2224] DEBUG VT - Entering getActionid(index) method ...
11/03/14 16:07:20,882 [2224] INFO VT - get Actionid index
11/03/14 16:07:20,885 [2224] INFO VT - action id selected is 3
11/03/14 16:07:20,885 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:20,885 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:20,885 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_asteriskextensions where userid = ?
11/03/14 16:07:20,885 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:20,897 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:11:00) method ...
11/03/14 16:07:20,897 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:20,897 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:11:00) method ...
11/03/14 16:07:20,898 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:20,908 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 13:00:00) method ...
11/03/14 16:07:20,909 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:20,909 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 13:00:00) method ...
11/03/14 16:07:20,909 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:20,913 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 16:07:20,913 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:20,913 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 16:07:20,913 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:20,916 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 13:30:00) method ...
11/03/14 16:07:20,916 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:20,917 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 13:30:00) method ...
11/03/14 16:07:20,917 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:20,920 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 16:07:20,921 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:20,921 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 16:07:20,921 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:20,926 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:20,926 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:20,927 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:20,927 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:20,927 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:20,928 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:20,928 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:20,928 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:20,928 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:20,929 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:20,929 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:20,929 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:20,929 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:20,930 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:20,930 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:20,930 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:20,930 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:20,931 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:20,931 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:20,931 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:20,931 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:20,932 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:20,949 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?,?)
11/03/14 16:07:20,949 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWBASIC,LISTVIEW,LISTVIEWSETTING]
11/03/14 16:07:20,950 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:20,953 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:20,953 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:20,955 [2224] INFO VT - action id selected is 1
11/03/14 16:07:20,955 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:20,955 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:20,956 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:20,958 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:20,958 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:20,960 [2224] INFO VT - action id selected is 1
11/03/14 16:07:20,960 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:20,961 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:20,961 [2224] DEBUG VT - Entering isPermitted(Calendar,Import,) method ...
11/03/14 16:07:20,964 [2224] DEBUG VT - Entering getActionid(Import) method ...
11/03/14 16:07:20,964 [2224] INFO VT - get Actionid Import
11/03/14 16:07:20,966 [2224] INFO VT - action id selected is 5
11/03/14 16:07:20,966 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:20,966 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:20,966 [2224] DEBUG VT - Entering isPermitted(Calendar,Export,) method ...
11/03/14 16:07:20,969 [2224] DEBUG VT - Entering getActionid(Export) method ...
11/03/14 16:07:20,969 [2224] INFO VT - get Actionid Export
11/03/14 16:07:20,971 [2224] INFO VT - action id selected is 6
11/03/14 16:07:20,971 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:20,971 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:20,976 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:20,976 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:20,976 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:20,977 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:20,977 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:20,977 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:20,978 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:20,978 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:20,978 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:20,979 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:20,979 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:20,979 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:20,979 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:20,980 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:20,980 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:20,980 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:20,980 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:20,980 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:20,980 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:20,981 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:20,981 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:20,981 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:20,981 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:20,984 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:20,984 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:20,986 [2224] INFO VT - action id selected is 1
11/03/14 16:07:20,987 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:20,987 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:20,987 [2224] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 16:07:20,989 [2224] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 16:07:20,990 [2224] INFO VT - get Actionid Delete
11/03/14 16:07:20,992 [2224] INFO VT - action id selected is 2
11/03/14 16:07:20,992 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:20,992 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,076 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:21,079 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,079 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,082 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,082 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,083 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,084 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:21,086 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,087 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,089 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,089 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,090 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,090 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:21,093 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,093 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,095 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,095 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,097 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,097 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:21,100 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,100 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,102 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,102 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,104 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,104 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:21,107 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,107 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,109 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,109 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,111 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,111 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:21,114 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,114 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,116 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,116 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,117 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,118 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:21,120 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,120 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,123 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,123 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,124 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,124 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:21,127 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,127 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,129 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,129 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,131 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,132 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:21,135 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,135 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,137 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,137 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,138 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,139 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:21,141 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,142 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,144 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,144 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,145 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,145 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:21,148 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,148 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,151 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,151 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,152 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,152 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:21,155 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,155 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,157 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,158 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,159 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,159 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:21,162 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,162 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,164 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,164 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,166 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,166 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:21,169 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,169 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,171 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,171 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,172 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,173 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:21,175 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,175 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,177 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,178 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,179 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,179 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:21,182 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,182 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,184 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,184 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,186 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,186 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:21,189 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,189 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,191 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,191 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,193 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,193 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:21,196 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,196 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,198 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,198 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,200 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,200 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:21,202 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,203 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,205 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,205 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,206 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,206 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:21,209 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,209 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,211 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,211 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,212 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,212 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:21,215 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,215 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,217 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,217 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,218 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,219 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:21,221 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,221 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,224 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,224 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,225 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,225 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:21,228 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,228 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,230 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,230 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,232 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,232 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:21,234 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,235 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,237 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,237 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,238 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,238 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:21,241 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,241 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,243 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,244 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,245 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,245 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:21,248 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,248 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,250 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,250 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,252 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,276 [2224] DEBUG VT - Entering isPermitted(Campaigns,EditView,) method ...
11/03/14 16:07:21,279 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,279 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,282 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,282 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,282 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,283 [2224] DEBUG VT - Entering isPermitted(Leads,EditView,) method ...
11/03/14 16:07:21,285 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,285 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,287 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,288 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,288 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,288 [2224] DEBUG VT - Entering isPermitted(Contacts,EditView,) method ...
11/03/14 16:07:21,291 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,291 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,293 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,293 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,293 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,293 [2224] DEBUG VT - Entering isPermitted(Accounts,EditView,) method ...
11/03/14 16:07:21,296 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,296 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,298 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,298 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,299 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,299 [2224] DEBUG VT - Entering isPermitted(Potentials,EditView,) method ...
11/03/14 16:07:21,301 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,302 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,304 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,304 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,304 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,304 [2224] DEBUG VT - Entering isPermitted(Quotes,EditView,) method ...
11/03/14 16:07:21,307 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,307 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,309 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,309 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,309 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,309 [2224] DEBUG VT - Entering isPermitted(Invoice,EditView,) method ...
11/03/14 16:07:21,312 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,312 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,314 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,314 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,314 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,315 [2224] DEBUG VT - Entering isPermitted(SalesOrder,EditView,) method ...
11/03/14 16:07:21,317 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,317 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,319 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,320 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,320 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,320 [2224] DEBUG VT - Entering isPermitted(HelpDesk,EditView,) method ...
11/03/14 16:07:21,322 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,323 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,325 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,325 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,325 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,325 [2224] DEBUG VT - Entering isPermitted(Faq,EditView,) method ...
11/03/14 16:07:21,328 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,328 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,330 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,330 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,330 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,330 [2224] DEBUG VT - Entering isPermitted(Project,EditView,) method ...
11/03/14 16:07:21,333 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,333 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,335 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,335 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,335 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,336 [2224] DEBUG VT - Entering isPermitted(Assets,EditView,) method ...
11/03/14 16:07:21,338 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,339 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,341 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,341 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,341 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,341 [2224] DEBUG VT - Entering isPermitted(ServiceContracts,EditView,) method ...
11/03/14 16:07:21,344 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,344 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,346 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,346 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,346 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,346 [2224] DEBUG VT - Entering isPermitted(Products,EditView,) method ...
11/03/14 16:07:21,349 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,349 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,351 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,351 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,352 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,352 [2224] DEBUG VT - Entering isPermitted(Services,EditView,) method ...
11/03/14 16:07:21,355 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,355 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,357 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,357 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,357 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,357 [2224] DEBUG VT - Entering isPermitted(PriceBooks,EditView,) method ...
11/03/14 16:07:21,360 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,360 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,362 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,362 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,362 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,363 [2224] DEBUG VT - Entering isPermitted(Vendors,EditView,) method ...
11/03/14 16:07:21,365 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,365 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,368 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,368 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,368 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,368 [2224] DEBUG VT - Entering isPermitted(PurchaseOrder,EditView,) method ...
11/03/14 16:07:21,371 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,371 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,373 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,373 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,373 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,373 [2224] DEBUG VT - Entering isPermitted(MailManager,EditView,) method ...
11/03/14 16:07:21,376 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,376 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,378 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,378 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,378 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,379 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:21,381 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,381 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,384 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,384 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,384 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,384 [2224] DEBUG VT - Entering isPermitted(Documents,EditView,) method ...
11/03/14 16:07:21,387 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,387 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,389 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,389 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,389 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,390 [2224] DEBUG VT - Entering isPermitted(RecycleBin,EditView,) method ...
11/03/14 16:07:21,392 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,392 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,394 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,394 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,395 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,395 [2224] DEBUG VT - Entering isPermitted(Portal,EditView,) method ...
11/03/14 16:07:21,397 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,397 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,400 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,400 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,400 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,400 [2224] DEBUG VT - Entering isPermitted(EmailTemplates,EditView,) method ...
11/03/14 16:07:21,403 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,403 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,405 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,405 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,405 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,405 [2224] DEBUG VT - Entering isPermitted(Rss,EditView,) method ...
11/03/14 16:07:21,408 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,408 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,410 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,410 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,410 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,410 [2224] DEBUG VT - Entering isPermitted(Reports,EditView,) method ...
11/03/14 16:07:21,413 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,413 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,415 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,416 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,416 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,496 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:21,498 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:21,498 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:21,499 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:21,499 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:21,499 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:21,499 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:21,500 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:21,500 [2224] DEBUG VT - Entering isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:21,502 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:21,502 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:21,503 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:21,503 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:21,503 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,Calendar) method....
11/03/14 16:07:21,503 [2224] DEBUG VT - Prepared sql query being executed : select cvid from vtiger_customview where viewname='All' and entitytype=?
11/03/14 16:07:21,503 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:21,504 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:21,504 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:21,505 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:21,505 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:21,506 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:21,506 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:21,510 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:21,510 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:21,510 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:21,511 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:21,511 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:21,511 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:21,512 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:21,512 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:21,512 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,513 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:21,513 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:21,513 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:21,513 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,514 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:21,514 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:21,514 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:21,514 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:21,515 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:21,515 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:21,515 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:21,515 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:21,515 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:21,516 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:21,518 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:21,519 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:21,522 [2224] INFO VT - action id selected is 1
11/03/14 16:07:21,522 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,522 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,522 [2224] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 16:07:21,525 [2224] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 16:07:21,525 [2224] INFO VT - get Actionid Delete
11/03/14 16:07:21,527 [2224] INFO VT - action id selected is 2
11/03/14 16:07:21,527 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:21,527 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:21,568 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:21,570 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,572 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:21,572 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,574 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:21,574 [2224] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 16:07:21,585 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:21,585 [2224] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 16:07:21,594 [2224] DEBUG VT - Prepared sql query being executed : SELECT eventstatus
FROM vtiger_eventstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_eventstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:21,594 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,599 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:21,599 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,616 [2224] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:21,616 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,618 [2224] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:21,618 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,707 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:21,707 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,708 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:21,713 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:21,713 [2224] DEBUG VT - Prepared sql query being executed : SELECT id, user_name,first_name,last_name from vtiger_users WHERE status=? order by user_name ASC
11/03/14 16:07:21,713 [2224] DEBUG VT - Prepared sql query parameters : [ACTIVE]
11/03/14 16:07:21,715 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:21,716 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:21,716 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:21,720 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:21,720 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:21,722 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:21,722 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:21,722 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:21,726 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:21,726 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:21,728 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:21,728 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:21,728 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:21,728 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,729 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:21,734 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:21,734 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:21,735 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:21,736 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:21,738 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:21,738 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:21,742 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:21,746 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:21,746 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:21,748 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:21,748 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:22,709 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:22,709 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:22,722 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:23,510 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:23,510 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:23,511 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:23,511 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:23,516 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:23,516 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:23,530 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:23,530 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:23,564 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:23,581 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:24,275 [2224] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 16:07:24,275 [2224] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 16:07:24,280 [2224] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? and service=? AND access_token!=?
11/03/14 16:07:24,280 [2224] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 16:07:24,281 [2224] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 16:07:24,281 [2224] DEBUG VT - Prepared sql query parameters : [vtiger_google_sync]
11/03/14 16:07:24,285 [2224] DEBUG VT - Prepared sql query being executed : SELECT lastsynctime FROM vtiger_google_sync WHERE user=? AND googlemodule=?
11/03/14 16:07:24,285 [2224] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 16:07:24,332 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:24,332 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:24,333 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:24,333 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:24,337 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:24,337 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:24,351 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:24,352 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:24,391 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:24,402 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:24,700 [2224] DEBUG VT - Prepared sql query being executed : SELECT reminderid, recordid FROM vtiger_activity_reminder_popup
INNER JOIN vtiger_activity on vtiger_activity.activityid = vtiger_activity_reminder_popup.recordid
INNER JOIN vtiger_crmentity ON vtiger_activity_reminder_popup.recordid = vtiger_crmentity.crmid
WHERE vtiger_activity_reminder_popup.status = 0
AND vtiger_crmentity.smownerid = ? AND vtiger_crmentity.deleted = 0
AND ((DATE_FORMAT(vtiger_activity_reminder_popup.date_start,'%Y-%m-%d') <= ?)
AND (TIME_FORMAT(vtiger_activity_reminder_popup.time_start,'%H:%i') <= ?))
AND vtiger_activity.eventstatus <> 'Held' LIMIT 20
11/03/14 16:07:24,700 [2224] DEBUG VT - Prepared sql query parameters : [1,2014-11-03,16:08]
11/03/14 16:07:24,713 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:24,713 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:24,713 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:24,713 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:24,717 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:24,717 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:24,730 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:24,730 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:24,766 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:24,777 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:25,085 [2224] DEBUG VT - Entering isPermitted(PBXManager,ReceiveIncomingCalls,) method ...
11/03/14 16:07:25,088 [2224] DEBUG VT - Entering getActionid(ReceiveIncomingCalls) method ...
11/03/14 16:07:25,088 [2224] INFO VT - get Actionid ReceiveIncomingCalls
11/03/14 16:07:25,091 [2224] INFO VT - action id selected is 11
11/03/14 16:07:25,091 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:25,092 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:25,100 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_pbxmanager_gateway
11/03/14 16:07:31,461 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:32,021 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:32,022 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:32,022 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:32,022 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:32,026 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:32,026 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:32,040 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:32,040 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:32,075 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:32,088 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:32,770 [2224] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 16:07:32,771 [2224] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 16:07:32,879 [2224] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 16:07:32,879 [2224] DEBUG VT - Prepared sql query parameters : [vtiger_google_oauth]
11/03/14 16:07:32,884 [2224] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? and service=? AND access_token!=?
11/03/14 16:07:32,884 [2224] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 16:07:32,884 [2224] DEBUG VT - Prepared sql query being executed : SELECT access_token FROM vtiger_google_oauth WHERE userid=? AND service =?
11/03/14 16:07:32,884 [2224] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 16:07:33,122 [2224] DEBUG VT - Prepared sql query being executed : SELECT calendar_id FROM vtiger_gcal_sync WHERE user_id = ?
11/03/14 16:07:33,122 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:33,897 [2224] DEBUG VT - Prepared sql query being executed : SELECT request_token FROM vtiger_google_oauth WHERE userid=? and service=? AND request_token!=?
11/03/14 16:07:33,897 [2224] DEBUG VT - Prepared sql query parameters : [1,Calendar,NULL]
11/03/14 16:07:33,898 [2224] DEBUG VT - Prepared sql query being executed : SHOW TABLES LIKE ?
11/03/14 16:07:33,898 [2224] DEBUG VT - Prepared sql query parameters : [vtiger_google_sync]
11/03/14 16:07:33,903 [2224] DEBUG VT - Prepared sql query being executed : SELECT lastsynctime FROM vtiger_google_sync WHERE user=? AND googlemodule=?
11/03/14 16:07:33,903 [2224] DEBUG VT - Prepared sql query parameters : [1,Calendar]
11/03/14 16:07:33,934 [2224] DEBUG VT - Entering getDisplayDate(2014-11-03 16:07:33) method ...
11/03/14 16:07:33,934 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:33,934 [2224] DEBUG VT - Entering getDisplayTime(2014-11-03 16:07:33) method ...
11/03/14 16:07:33,935 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:34,248 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:34,791 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:34,791 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:34,791 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:34,792 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:34,796 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:34,796 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:34,809 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:34,810 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:34,843 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:34,855 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:35,201 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:35,201 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:35,206 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,207 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,207 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 16:07:35,207 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:35,218 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,222 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:35,222 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:35,226 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:35,226 [2224] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 16:07:35,238 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:35,245 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:35,245 [2224] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 16:07:35,246 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:35,249 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:35,249 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:35,253 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:35,253 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:35,265 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:35,422 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:35,422 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:35,426 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:35,426 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:35,427 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:35,427 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:35,428 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:35,428 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:35,429 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:35,429 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:35,430 [2224] DEBUG VT - Entering isPermittedCustomView(19,,) method....
11/03/14 16:07:35,432 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:35,432 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:35,433 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:35,433 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:35,433 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,) method....
11/03/14 16:07:35,444 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?)
11/03/14 16:07:35,444 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWMASSACTION]
11/03/14 16:07:35,453 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_actionmapping
11/03/14 16:07:35,472 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,472 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,472 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,475 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:35,475 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:35,478 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:35,479 [2224] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 16:07:35,501 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=? OR tabid=?
11/03/14 16:07:35,501 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:35,522 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:35,523 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:35,533 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:35,533 [2224] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 16:07:35,537 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:35,538 [2224] DEBUG VT - Prepared sql query parameters : [119]
11/03/14 16:07:35,544 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,545 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,545 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,565 [2224] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 16:07:35,565 [2224] DEBUG VT - in getColumnFields Campaigns
11/03/14 16:07:35,565 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,565 [2224] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 16:07:35,572 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,580 [2224] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 16:07:35,580 [2224] DEBUG VT - in getColumnFields Quotes
11/03/14 16:07:35,580 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,580 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:35,591 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,598 [2224] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 16:07:35,598 [2224] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 16:07:35,598 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,599 [2224] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 16:07:35,611 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,618 [2224] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 16:07:35,618 [2224] DEBUG VT - in getColumnFields SalesOrder
11/03/14 16:07:35,618 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,618 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:35,632 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,639 [2224] DEBUG Invoice - Entering Invoice() method ...
11/03/14 16:07:35,639 [2224] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 16:07:35,639 [2224] DEBUG VT - in getColumnFields Invoice
11/03/14 16:07:35,640 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,640 [2224] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 16:07:35,652 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,652 [2224] DEBUG Invoice - Exiting Invoice method ...
11/03/14 16:07:35,660 [2224] DEBUG lead - Entering Leads() method ...
11/03/14 16:07:35,660 [2224] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 16:07:35,660 [2224] DEBUG VT - in getColumnFields Leads
11/03/14 16:07:35,660 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,660 [2224] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 16:07:35,668 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,668 [2224] DEBUG lead - Exiting Lead method ...
11/03/14 16:07:35,677 [2224] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 16:07:35,678 [2224] DEBUG VT - in getColumnFields Accounts
11/03/14 16:07:35,678 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,678 [2224] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 16:07:35,687 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,694 [2224] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 16:07:35,694 [2224] DEBUG VT - in getColumnFields Potentials
11/03/14 16:07:35,694 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,695 [2224] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 16:07:35,700 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,707 [2224] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 16:07:35,707 [2224] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 16:07:35,707 [2224] DEBUG VT - in getColumnFields HelpDesk
11/03/14 16:07:35,707 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:35,708 [2224] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 16:07:35,713 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,713 [2224] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 16:07:35,714 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:35,715 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:35,715 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:35,715 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,715 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:35,717 [2224] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 16:07:35,717 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:35,718 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,718 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,718 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,718 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,718 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,719 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,719 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,719 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,719 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,719 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,720 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,720 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,720 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,720 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,720 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,721 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,721 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,721 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,721 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,721 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,722 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,722 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,722 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,722 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,722 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,722 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,723 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,723 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:35,723 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:35,723 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:35,726 [2224] DEBUG VT - Prepared sql query being executed : SELECT vtiger_activity.status, CASE WHEN (vtiger_activity.status not like '') THEN vtiger_activity.status ELSE vtiger_activity.eventstatus END AS status, vtiger_activity.activitytype, vtiger_activity.subject, vtiger_seactivityrel.crmid, vtiger_activity.date_start, vtiger_activity.time_start, vtiger_activity.due_date, vtiger_activity.time_end, vtiger_crmentity.smownerid, vtiger_activity.activityid, vtiger_activity.visibility FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 ORDER BY modifiedtime DESC LIMIT 0,21
11/03/14 16:07:35,729 [2224] DEBUG VT - Prepared sql query being executed : SELECT campaignname, campaignid AS id FROM vtiger_campaign WHERE campaignid IN (?)
11/03/14 16:07:35,729 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,729 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, quoteid AS id FROM vtiger_quotes WHERE quoteid IN (?)
11/03/14 16:07:35,730 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,730 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, purchaseorderid AS id FROM vtiger_purchaseorder WHERE purchaseorderid IN (?)
11/03/14 16:07:35,730 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,730 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, salesorderid AS id FROM vtiger_salesorder WHERE salesorderid IN (?)
11/03/14 16:07:35,731 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,731 [2224] DEBUG VT - Prepared sql query being executed : SELECT subject, invoiceid AS id FROM vtiger_invoice WHERE invoiceid IN (?)
11/03/14 16:07:35,731 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,732 [2224] DEBUG VT - Prepared sql query being executed : SELECT firstname,lastname, leadid AS id FROM vtiger_leaddetails WHERE leadid IN (?)
11/03/14 16:07:35,732 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,732 [2224] DEBUG VT - Prepared sql query being executed : SELECT accountname, accountid AS id FROM vtiger_account WHERE accountid IN (?)
11/03/14 16:07:35,732 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,733 [2224] DEBUG VT - Prepared sql query being executed : SELECT potentialname, potentialid AS id FROM vtiger_potential WHERE potentialid IN (?)
11/03/14 16:07:35,733 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,733 [2224] DEBUG VT - Prepared sql query being executed : SELECT title, ticketid AS id FROM vtiger_troubletickets WHERE ticketid IN (?)
11/03/14 16:07:35,733 [2224] DEBUG VT - Prepared sql query parameters : []
11/03/14 16:07:35,734 [2224] DEBUG VT - Prepared sql query being executed : SELECT first_name,last_name, id AS id FROM vtiger_users WHERE id IN (?,?,?)
11/03/14 16:07:35,734 [2224] DEBUG VT - Prepared sql query parameters : [1,1,5]
11/03/14 16:07:35,737 [2224] DEBUG VT - Entering isPermitted(PBXManager,index,) method ...
11/03/14 16:07:35,740 [2224] DEBUG VT - Entering getActionid(index) method ...
11/03/14 16:07:35,740 [2224] INFO VT - get Actionid index
11/03/14 16:07:35,743 [2224] INFO VT - action id selected is 3
11/03/14 16:07:35,743 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:35,743 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:35,743 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_asteriskextensions where userid = ?
11/03/14 16:07:35,743 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:35,768 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:11:00) method ...
11/03/14 16:07:35,769 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:35,769 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:11:00) method ...
11/03/14 16:07:35,769 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:35,779 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 13:00:00) method ...
11/03/14 16:07:35,779 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:35,780 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 13:00:00) method ...
11/03/14 16:07:35,780 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:35,784 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 16:07:35,784 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:35,784 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 16:07:35,784 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:35,788 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 13:30:00) method ...
11/03/14 16:07:35,788 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:35,788 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 13:30:00) method ...
11/03/14 16:07:35,788 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:35,792 [2224] DEBUG VT - Entering getDisplayDate(2014-10-30 12:08:00) method ...
11/03/14 16:07:35,792 [2224] DEBUG VT - Exiting getDisplayDate method ...
11/03/14 16:07:35,793 [2224] DEBUG VT - Entering getDisplayTime(2014-10-30 12:08:00) method ...
11/03/14 16:07:35,793 [2224] DEBUG VT - Exiting getDisplayTime method ...
11/03/14 16:07:35,799 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:35,799 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:35,799 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:35,800 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:35,800 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:35,800 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:35,801 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:35,801 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:35,801 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,801 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:35,802 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:35,802 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:35,802 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,802 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:35,802 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:35,803 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:35,803 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:35,803 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:35,803 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:35,803 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:35,804 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:35,804 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:35,821 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_links WHERE (tabid=? OR tabid=0) AND linktype IN (?,?,?)
11/03/14 16:07:35,821 [2224] DEBUG VT - Prepared sql query parameters : [9,LISTVIEWBASIC,LISTVIEW,LISTVIEWSETTING]
11/03/14 16:07:35,822 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:35,825 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:35,825 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:35,827 [2224] INFO VT - action id selected is 1
11/03/14 16:07:35,827 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:35,827 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:35,827 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:35,830 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:35,830 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:35,832 [2224] INFO VT - action id selected is 1
11/03/14 16:07:35,832 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:35,832 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:35,832 [2224] DEBUG VT - Entering isPermitted(Calendar,Import,) method ...
11/03/14 16:07:35,834 [2224] DEBUG VT - Entering getActionid(Import) method ...
11/03/14 16:07:35,835 [2224] INFO VT - get Actionid Import
11/03/14 16:07:35,836 [2224] INFO VT - action id selected is 5
11/03/14 16:07:35,837 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:35,837 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:35,837 [2224] DEBUG VT - Entering isPermitted(Calendar,Export,) method ...
11/03/14 16:07:35,839 [2224] DEBUG VT - Entering getActionid(Export) method ...
11/03/14 16:07:35,839 [2224] INFO VT - get Actionid Export
11/03/14 16:07:35,841 [2224] INFO VT - action id selected is 6
11/03/14 16:07:35,841 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:35,842 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:35,846 [2224] DEBUG VT - Entering getAllUserGroups(1) method...
11/03/14 16:07:35,846 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_users2group where userid=?
11/03/14 16:07:35,846 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:35,847 [2224] DEBUG VT - Entering fetchUserRole(1) method ...
11/03/14 16:07:35,847 [2224] DEBUG VT - Prepared sql query being executed : select roleid from vtiger_user2role where userid=?
11/03/14 16:07:35,847 [2224] DEBUG VT - Prepared sql query parameters : [1]
11/03/14 16:07:35,848 [2224] DEBUG VT - Exiting fetchUserRole method ...
11/03/14 16:07:35,848 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2role where roleid=?
11/03/14 16:07:35,848 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,849 [2224] DEBUG VT - Entering getParentRole(H2) method ...
11/03/14 16:07:35,849 [2224] DEBUG VT - Entering getRoleInformation(H2) method ...
11/03/14 16:07:35,849 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_role where roleid=?
11/03/14 16:07:35,849 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,849 [2224] DEBUG VT - Exiting getRoleInformation method ...
11/03/14 16:07:35,850 [2224] DEBUG VT - Exiting getParentRole method ...
11/03/14 16:07:35,850 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_group2rs where roleandsubid in (?,?)
11/03/14 16:07:35,850 [2224] DEBUG VT - Prepared sql query parameters : [H1,H2]
11/03/14 16:07:35,850 [2224] DEBUG VT - Entering getAllParentGroups(3) method...
11/03/14 16:07:35,850 [2224] DEBUG VT - Prepared sql query being executed : select groupid from vtiger_group2grouprel where containsgroupid=?
11/03/14 16:07:35,850 [2224] DEBUG VT - Prepared sql query parameters : [3]
11/03/14 16:07:35,851 [2224] DEBUG VT - Exiting getAllParentGroups method...
11/03/14 16:07:35,851 [2224] DEBUG VT - Exiting getAllUserGroups method...
11/03/14 16:07:35,851 [2224] DEBUG VT - Entering isPermitted(Calendar,EditView,) method ...
11/03/14 16:07:35,854 [2224] DEBUG VT - Entering getActionid(EditView) method ...
11/03/14 16:07:35,854 [2224] INFO VT - get Actionid EditView
11/03/14 16:07:35,856 [2224] INFO VT - action id selected is 1
11/03/14 16:07:35,856 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:35,856 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:35,856 [2224] DEBUG VT - Entering isPermitted(Calendar,Delete,) method ...
11/03/14 16:07:35,859 [2224] DEBUG VT - Entering getActionid(Delete) method ...
11/03/14 16:07:35,859 [2224] INFO VT - get Actionid Delete
11/03/14 16:07:35,861 [2224] INFO VT - action id selected is 2
11/03/14 16:07:35,861 [2224] DEBUG VT - Exiting getActionid method ...
11/03/14 16:07:35,861 [2224] DEBUG VT - Exiting isPermitted method ...
11/03/14 16:07:35,902 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:35,902 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,904 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:35,904 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,906 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:35,918 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_field WHERE tabid=?
11/03/14 16:07:35,918 [2224] DEBUG VT - Prepared sql query parameters : [16]
11/03/14 16:07:35,929 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_blocks WHERE blockid=?
11/03/14 16:07:35,929 [2224] DEBUG VT - Prepared sql query parameters : [39]
11/03/14 16:07:35,940 [2224] DEBUG VT - Prepared sql query being executed : SELECT eventstatus
FROM vtiger_eventstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_eventstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:35,940 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,945 [2224] DEBUG VT - Prepared sql query being executed : SELECT taskstatus
FROM vtiger_taskstatus
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_taskstatus.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:35,945 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,960 [2224] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:35,960 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:35,961 [2224] DEBUG VT - Prepared sql query being executed : SELECT activitytype
FROM vtiger_activitytype
INNER JOIN vtiger_role2picklist on vtiger_role2picklist.picklistvalueid = vtiger_activitytype.picklist_valueid
WHERE roleid=? and picklistid in (select picklistid from vtiger_picklist) order by sortorderid
11/03/14 16:07:35,962 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:36,045 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:36,046 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:36,046 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:36,050 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:36,050 [2224] DEBUG VT - Prepared sql query being executed : SELECT id, user_name,first_name,last_name from vtiger_users WHERE status=? order by user_name ASC
11/03/14 16:07:36,050 [2224] DEBUG VT - Prepared sql query parameters : [ACTIVE]
11/03/14 16:07:36,052 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:36,053 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:36,053 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:36,056 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:36,056 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:36,058 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:36,059 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:36,059 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:36,062 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:36,062 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:36,064 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:36,064 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:36,065 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:36,065 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:36,065 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:36,069 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:36,069 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:36,071 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:36,071 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:36,074 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_role WHERE roleid = ?
11/03/14 16:07:36,074 [2224] DEBUG VT - Prepared sql query parameters : [H2]
11/03/14 16:07:36,077 [2224] DEBUG VT - Entering get_user_array(,ACTIVE,,) method ...
11/03/14 16:07:36,081 [2224] DEBUG VT - Sharing is Public. All vtiger_users should be listed
11/03/14 16:07:36,081 [2224] DEBUG VT - Prepared sql query being executed : SELECT groupid, groupname from vtiger_groups order by groupname ASC
11/03/14 16:07:36,083 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:36,083 [2224] DEBUG VT - Exiting get_user_array method ...
11/03/14 16:07:36,084 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname, tablename, entityidfield FROM vtiger_entityname WHERE tabid = ?
11/03/14 16:07:36,084 [2224] DEBUG VT - Prepared sql query parameters : [9]
11/03/14 16:07:36,486 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:37,048 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:37,048 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:37,048 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:37,049 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:37,053 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,053 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:37,067 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,067 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:37,101 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:37,113 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:37,478 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity where name=?
11/03/14 16:07:37,478 [2224] DEBUG VT - Prepared sql query parameters : [Calendar]
11/03/14 16:07:37,482 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,483 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,483 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?,?)
11/03/14 16:07:37,483 [2224] DEBUG VT - Prepared sql query parameters : [9,16]
11/03/14 16:07:37,494 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,498 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:37,499 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:37,502 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:37,502 [2224] DEBUG VT - Prepared sql query parameters : [9,19,20,40,41,117,119,39]
11/03/14 16:07:37,514 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_fieldtype
11/03/14 16:07:37,521 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:37,521 [2224] DEBUG VT - Prepared sql query parameters : [34]
11/03/14 16:07:37,522 [2224] DEBUG VT - Entering getPermittedModuleNames() method ...
11/03/14 16:07:37,525 [2224] DEBUG VT - Exiting getPermittedModuleNames method ...
11/03/14 16:07:37,525 [2224] DEBUG VT - Prepared sql query being executed : select name,id,ismodule from vtiger_ws_entity
11/03/14 16:07:37,529 [2224] INFO VT - PearDatabase ->ADODB fetchByAssoc return null
11/03/14 16:07:37,529 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_entity
11/03/14 16:07:37,541 [2224] DEBUG VT - Prepared sql query being executed : select table_name, webservice_entity_id from vtiger_ws_entity_tables
11/03/14 16:07:37,696 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:37,696 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:37,700 [2224] DEBUG VT - Prepared sql query being executed : select * from vtiger_ws_referencetype where fieldtypeid=?
11/03/14 16:07:37,700 [2224] DEBUG VT - Prepared sql query parameters : [31]
11/03/14 16:07:37,701 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvcolumnlist.* from vtiger_cvcolumnlist inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvcolumnlist.cvid where vtiger_customview.cvid =? order by vtiger_cvcolumnlist.columnindex
11/03/14 16:07:37,701 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:37,702 [2224] DEBUG VT - Prepared sql query being executed : select vtiger_cvstdfilter.* from vtiger_cvstdfilter inner join vtiger_customview on vtiger_customview.cvid = vtiger_cvstdfilter.cvid where vtiger_cvstdfilter.cvid=?
11/03/14 16:07:37,702 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:37,703 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_cvadvfilter_grouping WHERE cvid = ? ORDER BY groupid
11/03/14 16:07:37,703 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:37,705 [2224] DEBUG VT - Entering isPermittedCustomView(19,,) method....
11/03/14 16:07:37,706 [2224] DEBUG VT - Prepared sql query being executed : SELECT status, userid FROM vtiger_customview WHERE cvid=?
11/03/14 16:07:37,706 [2224] DEBUG VT - Prepared sql query parameters : [19]
11/03/14 16:07:37,707 [2224] DEBUG VT - Entering when status=0
11/03/14 16:07:37,707 [2224] DEBUG VT - Permission @@@@@@@@@@@@@@@@@@@@@@@@@@@ : no
11/03/14 16:07:37,707 [2224] DEBUG VT - Exiting isPermittedCustomView(19,,) method....
11/03/14 16:07:37,714 [2224] DEBUG VT - Entering getColumnFields(Campaigns) method ...
11/03/14 16:07:37,715 [2224] DEBUG VT - in getColumnFields Campaigns
11/03/14 16:07:37,715 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,715 [2224] DEBUG VT - Prepared sql query parameters : [26]
11/03/14 16:07:37,721 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,728 [2224] DEBUG VT - Entering getColumnFields(Quotes) method ...
11/03/14 16:07:37,728 [2224] DEBUG VT - in getColumnFields Quotes
11/03/14 16:07:37,729 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,729 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:37,740 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,747 [2224] DEBUG VT - Entering getColumnFields(PurchaseOrder) method ...
11/03/14 16:07:37,747 [2224] DEBUG VT - in getColumnFields PurchaseOrder
11/03/14 16:07:37,747 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,747 [2224] DEBUG VT - Prepared sql query parameters : [21]
11/03/14 16:07:37,759 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,766 [2224] DEBUG VT - Entering getColumnFields(SalesOrder) method ...
11/03/14 16:07:37,766 [2224] DEBUG VT - in getColumnFields SalesOrder
11/03/14 16:07:37,767 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,767 [2224] DEBUG VT - Prepared sql query parameters : [22]
11/03/14 16:07:37,780 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,787 [2224] DEBUG Invoice - Entering Invoice() method ...
11/03/14 16:07:37,788 [2224] DEBUG VT - Entering getColumnFields(Invoice) method ...
11/03/14 16:07:37,788 [2224] DEBUG VT - in getColumnFields Invoice
11/03/14 16:07:37,788 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,788 [2224] DEBUG VT - Prepared sql query parameters : [23]
11/03/14 16:07:37,800 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,800 [2224] DEBUG Invoice - Exiting Invoice method ...
11/03/14 16:07:37,807 [2224] DEBUG lead - Entering Leads() method ...
11/03/14 16:07:37,808 [2224] DEBUG VT - Entering getColumnFields(Leads) method ...
11/03/14 16:07:37,808 [2224] DEBUG VT - in getColumnFields Leads
11/03/14 16:07:37,808 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,808 [2224] DEBUG VT - Prepared sql query parameters : [7]
11/03/14 16:07:37,816 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,816 [2224] DEBUG lead - Exiting Lead method ...
11/03/14 16:07:37,827 [2224] DEBUG VT - Entering getColumnFields(Accounts) method ...
11/03/14 16:07:37,827 [2224] DEBUG VT - in getColumnFields Accounts
11/03/14 16:07:37,827 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,827 [2224] DEBUG VT - Prepared sql query parameters : [6]
11/03/14 16:07:37,837 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,845 [2224] DEBUG VT - Entering getColumnFields(Potentials) method ...
11/03/14 16:07:37,845 [2224] DEBUG VT - in getColumnFields Potentials
11/03/14 16:07:37,845 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,846 [2224] DEBUG VT - Prepared sql query parameters : [2]
11/03/14 16:07:37,851 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,858 [2224] DEBUG helpdesk - Entering HelpDesk() method ...
11/03/14 16:07:37,859 [2224] DEBUG VT - Entering getColumnFields(HelpDesk) method ...
11/03/14 16:07:37,859 [2224] DEBUG VT - in getColumnFields HelpDesk
11/03/14 16:07:37,859 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:37,859 [2224] DEBUG VT - Prepared sql query parameters : [13]
11/03/14 16:07:37,865 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,865 [2224] DEBUG helpdesk - Exiting HelpDesk method ...
11/03/14 16:07:37,866 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:37,867 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:37,867 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:37,867 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,867 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:37,869 [2224] DEBUG VT - Prepared sql query being executed : select name_fields from vtiger_ws_entity_name where entity_id = ?
11/03/14 16:07:37,869 [2224] DEBUG VT - Prepared sql query parameters : [20]
11/03/14 16:07:37,871 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,871 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,871 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,874 [2224] DEBUG VT - Prepared sql query being executed : select distinct block,vtiger_field.tabid,name,blocklabel from vtiger_field inner join vtiger_blocks on vtiger_blocks.blockid=vtiger_field.block inner join vtiger_tab on vtiger_tab.tabid=vtiger_field.tabid where displaytype != 3 and vtiger_tab.name in (?,?) and vtiger_field.presence in (0,2) order by block
11/03/14 16:07:37,874 [2224] DEBUG VT - Prepared sql query parameters : [Calendar,Events]
11/03/14 16:07:37,878 [2224] DEBUG VT - Prepared sql query being executed : select *, '0' as readonly from vtiger_field where tabid =? and block in (?,?,?,?,?,?,?) and displaytype in (1,2,3,4,5)
11/03/14 16:07:37,878 [2224] DEBUG VT - Prepared sql query parameters : [16,19,20,40,41,117,119,39]
11/03/14 16:07:37,889 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,889 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,889 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,890 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,890 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,890 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,890 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,890 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,891 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,891 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,891 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,891 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,891 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,892 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,892 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,892 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,892 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,892 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,893 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,893 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,893 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,893 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,893 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,894 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,894 [2224] DEBUG VT - Entering getColumnFields(Calendar) method ...
11/03/14 16:07:37,894 [2224] DEBUG VT - in getColumnFields Calendar
11/03/14 16:07:37,894 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:37,897 [2224] DEBUG VT - Prepared sql query being executed : SELECT count(*) AS count FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_seactivityrel ON vtiger_activity.activityid = vtiger_seactivityrel.activityid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND ( vtiger_activity.activitytype <> 'Emails') AND vtiger_activity.activityid > 0 AND activitytype <> "Emails"
11/03/14 16:07:46,602 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:47,177 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:47,177 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:47,177 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:47,177 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:47,181 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:47,182 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:47,194 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:47,194 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:47,230 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:47,241 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:07:59,141 [2224] INFO VT - PearDatabase ->ADODB disconnect
11/03/14 16:07:59,682 [2224] DEBUG user - Entering Users() method ...
11/03/14 16:07:59,683 [2224] DEBUG VT - Entering getColumnFields(Users) method ...
11/03/14 16:07:59,683 [2224] DEBUG VT - in getColumnFields Users
11/03/14 16:07:59,683 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, name, ownedby FROM vtiger_tab
11/03/14 16:07:59,687 [2224] DEBUG VT - Prepared sql query being executed : SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence
FROM vtiger_field WHERE tabid in (?)
11/03/14 16:07:59,687 [2224] DEBUG VT - Prepared sql query parameters : [29]
11/03/14 16:07:59,700 [2224] DEBUG VT - Exiting getColumnFields method ...
11/03/14 16:07:59,700 [2224] DEBUG user - Exiting Users() method ...
11/03/14 16:07:59,734 [2224] DEBUG VT - Prepared sql query being executed : SELECT * FROM vtiger_tab
11/03/14 16:07:59,745 [2224] DEBUG VT - Prepared sql query being executed : SELECT fieldname,modulename,tablename,entityidfield,entityidcolumn from vtiger_entityname
11/03/14 16:08:00,047 [2224] DEBUG VT - Prepared sql query being executed : SELECT reminderid, recordid FROM vtiger_activity_reminder_popup
INNER JOIN vtiger_activity on vtiger_activity.activityid = vtiger_activity_reminder_popup.recordid
INNER JOIN vtiger_crmentity ON vtiger_activity_reminder_popup.recordid = vtiger_crmentity.crmid
WHERE vtiger_activity_reminder_popup.status = 0
AND vtiger_crmentity.smownerid = ? AND vtiger_crmentity.deleted = 0
AND ((DATE_FORMAT(vtiger_activity_reminder_popup.date_start,'%Y-%m-%d') <= ?)
AND (TIME_FORMAT(vtiger_activity_reminder_popup.time_start,'%H:%i') <= ?))
AND vtiger_activity.eventstatus <> 'Held' LIMIT 20
11/03/14 16:08:00,047 [2224] DEBUG VT - Prepared sql query parameters : [1,2014-11-03,16:09]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment