[Vtigercrm-developers] data saving in custom module it gives blank screen , but data is saving in database, as well as data showing in listview

Adam Heinz amh at metricwise.net
Fri Oct 12 06:31:00 PDT 2012


Turn up your error logging at the top of index.php

	ini_set('display_errors', true);
	ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_DEPRECATED);

or in php.ini

	display_errors = On
	error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

On Fri, Oct 12, 2012 at 3:42 AM, Ramya Banglore
<ramya.banglore at gmail.com> wrote:
> HI,
>
>
> when am trying to save the data in custom module,it gives blank page it
> returns default index.php of vtiger crm root directory ,what is the problem
> i can't understand,
>
> i tried in all ways,
>
> any body please help me
>
>
> Thanks& Regards
> B.Ramya


More information about the vtigercrm-developers mailing list