Knowledge Base Article

vTiger cannot populate its database during installation.

Sometimes the vTiger installation cannot be completed successfully because the database is not populated with the needed data. To avoid this issue, prior to installing vTiger, you can make a small modification to the install.php file. The line you should modify is:

 

ini_set("zend.ze1_compatibility_mode", "1");

 

Change it to:

 

ini_set("zend.ze1_compatibility_mode", "0");

 

and the installation should be completed successfully :)

 

You can modify the install.php file using the File Manager in your cPanel.



Rating

Please indicate if this article was helpful for you.

rating :  4.8 from 5
views :  2475
votes :  16

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!