Hi,
I was try version 7.7.1, but after installation, i have got notice, kindly help.
Hi,
I was try version 7.7.1, but after installation, i have got notice, kindly help.
Hi,
It looks like these are simple PHP Warnings/Notices
We normally advise that these be hidden in SuiteCRM Deployments, as they can sometimes cause odd UI issues when they’re displayed, (and SuiteCRM runs without issue anyway if they’re disabled)
This can be done a couple of ways.
You could insert the following line in your index.php file:
ini_set(‘display_errors’, ‘0’);
If you do this, i’d recommend running a Quick Repair and Rebuild
Or you could modify the following line in your php.ini
display_errors=Off
If you do this, you should restart your Web service. (i.e, Apache / IIS )
If you perform the above, do you still receive this issue?