[Vtigercrm-developers] Why can't i do like this in vtiger/modules/vtiger/actions/save.php ?
Conrado Maggi
comaggi at gmail.com
Mon Jan 25 19:23:01 GMT 2016
Try enabling Apache errors in config, you are hitting a fatal error
If I have to guess $adb is not defined
Also, the custom field are store in module custom table, not the main one
Cheers
El lunes, 25 de enero de 2016, Kiran Raju <kiranraju.jakka at gmail.com>
escribió:
> Hi,
> I am writing like this
> $result = $adb->query("SELECT cf_1577 FROM vtiger_eservices WHERE asset =
> 13012 and cf_1606 = 'Service Done'");
> in vtiger/modules/vtiger/actions/save.php
>
> Why my webpage stops working?
>
>
> Regards,
> --
> kiranraj
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160125/8016c71e/attachment.html>
More information about the vtigercrm-developers
mailing list