Hi All,
I have setup sugarcrm 13 on my local with PHP version as 8.2 but still I am getting deprecated errors messages on some screens,
can anyone suggest how to ignore this?
Kindest Regards,
Shreya
Hi All,
I have setup sugarcrm 13 on my local with PHP version as 8.2 but still I am getting deprecated errors messages on some screens,
can anyone suggest how to ignore this?
Kindest Regards,
Shreya
Did you add ~E_DEPRECATED to the php.ini error_reporting variable?
error_reporting=E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
Did you add ~E_DEPRECATED to the php.ini error_reporting variable?
error_reporting=E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED