15.10 vmware appliance

More
12 Mar 2016 23:14 - 12 Mar 2016 23:18 #3427 by andreats
i downloaded and configure the appliance to run into virtualbox, i try many times to make it work, i have this error when i try to create a custom filter inside every module :



what can i do to correct? (no other modification was made to the crm its a clean install)
the filter is not added to the database, not displayed in the filter selector.

thanks
Attachments:
Last edit: 12 Mar 2016 23:18 by andreats. Reason: missing part

Please Log in to join the conversation.

More
13 Mar 2016 10:09 #3428 by andrea.biasi
Replied by andrea.biasi on topic 15.10 vmware appliance
Sun Mar 13 09:52:17 2016,576 [1878] DEBUG index - Prepared sql query being executed : UPDATE vte_customview SET setdefault = 0 WHERE setdefault = 1 AND entitytype = ? AND userid = ?
Sun Mar 13 09:52:17 2016,577 [1878] DEBUG index - Prepared sql query parameters : [Leads,1]
Sun Mar 13 09:52:17 2016,577 [1878] DEBUG index - Prepared sql query being executed : UPDATE vte_customview SET viewname = ?, setdefault = ? , setmetrics = ?, setmobile = ?, status = ?, reportid = ? WHERE cvid = ?
Sun Mar 13 09:52:17 2016,577 [1878] DEBUG index - Prepared sql query parameters : [Tutti i Lead,1,0,1,3,,57]
Sun Mar 13 09:52:17 2016,578 [1878] INFO VT - PearDatabase ->ADODB error Query Failed:UPDATE vte_customview SET viewname = 'Tutti i Lead', setdefault = 1 , setmetrics = 0, setmobile = 1, status = '3', reportid = '' WHERE cvid = 57::->[1366]Incorrect integer value: '' for column 'reportid' at row 1
Sun Mar 13 09:52:17 2016,578 [1878] INFO index - CustomView :: Save :: vte_customview upated successfully57

dont know why i have to add this code to save.php inside modules/customview/ maybe a better solution is set default value to reportid column

if ( isset($_REQUEST) && $_REQUEST!="")
$reportid = $_REQUEST; //crmv@31775
else
$reportid = 0;

Andrea

Please Log in to join the conversation.

Time to create page: 0.265 seconds