[Vtigercrm-developers] Portal login error

apcloic apcloic at gmail.com
Thu Jun 4 11:02:20 GMT 2015


Hi,

Try with the following error_reporting setting in
vtiger_root_folder/config.inc.php :

error_reporting (E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT &
~E_WARNING);

Don't forget to comment the following line (around line 17) :

version_compare(PHP_VERSION, '5.5.0') <= 0 ? error_reporting(E_WARNING &
~E_NOTICE & ~E_DEPRECATED) : error_reporting(E_WARNING & ~E_NOTICE &
~E_DEPRECATED & ~E_STRICT); // PRODUCTION

Regards,





--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Portal-login-error-tp16438p16441.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.


More information about the vtigercrm-developers mailing list