Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#3095 - Cannot import data
Pls help When I import data from csv file; it reads as follow
VIAutoPopulateFieldsLicenseAddon on line 556 in file C:\Bitnami\suitecrm-7.4.3-0\apps\suitecrm\htdocs\modules\SecurityGroups\SecurityGroup.php NOTICE: [8] Undefined index: VIAutoPopulateFieldsLicenseAddon on line 556 in file C:\Bitnami\suitecrm-7.4.3-0\apps\suitecrm\htdocs\modules\SecurityGroups\SecurityGroup.php NOTICE: [8] Undefined index: VIAutoPopulateFieldsLicenseAddon on line 556 in file C:\Bitnami\suitecrm-7.4.3-0\apps\suitecrm\htdocs\modules\SecurityGroups\SecurityGroup.php NOTICE: [8] Undefined index: VIAutoPopulateFieldsLicenseAddon on line 556 in file C:\Bitnami\suitecrm-7.4.3-0\apps\suitecrm\htdocs\modules\SecurityGroups\SecurityGroup.php NOTICE: [8] Undefined index: VIAutoPopulateFieldsLicenseAddon on line 556 in file C:\Bitnami\suitecrm-7.4.3-0\apps\suitecrm\htdocs\modules\SecurityGroups\SecurityGroup.php NOTICE: [8] Undefined index: VIAutoPopulateFieldsLicenseAddon on line 556 in file C:\Bitnami\suitecrm-7.4.3-0\apps\suitecrm\htdocs\modules\SecurityGroups\SecurityGroup.php NOTICE: [8] Undefined index:
4 years ago
Hello,
It's a bit confusing, but these notices are not from SecuritySuite. It is from an Auto Populate add-on. However, they are just notices. To resolve, disable notices from being logged in your php.ini. This is recommended to disable in production.
I would recommend this configuration in your php.ini:
Be sure to save and then restart Apache after any changes to php.ini.
4 years ago
Thanks for your help. It is ok now
4 years ago
Great to hear that! Thanks for confirming.