[Vtigercrm-developers] Set up of dev environment

Sutharsan Jeganathan ajstharsan at gmail.com
Wed Jul 19 02:49:12 GMT 2017


Hi

You may add following code under config.inc.php

ini_set('display_errors', 'on');
> error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT &
> ~E_WARNING);
>

For enabling SQL debug /include/database/Peardatabase.php  find
variable *$dieOnError
*and change it true.

Thanks
Sutharsan Jeganathan

On Wed, Jul 19, 2017 at 1:12 AM, Mark <mclarke4 at gmail.com> wrote:

> Hi all,
>
> Is there a guide to manually setting up a dev environment. I have edited
> the config.inc.php file with the database credentials and create the
> database manually but I just geth the white screen of death without
> anything in the log files, web dev console etc. It appears to fail on some
> ajax call.
>
> I am not sure what other files the installation wizard changes to get to a
> working install.  This is using a checkout version of the git repo.
>
> thanks
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20170719/34718faf/attachment.html>


More information about the vtigercrm-developers mailing list