I am facing issue while trying to import the .csv file for contact and I am getting with an error as
NOTICE: [8] Undefined property: AOD_IndexEvent::$createdAuditRecords on line 6233 in file /home/domain/data/SugarBean.php
I tried to import 500 data in it, I store with only 200 or sometime 250 data itself
I also changed in config.php
‘import_max_execution_time’ => 3600,
‘import_max_records_per_file’ => 1000,
Can Anyone suggest me a solution it would be more helpful
what attempts to work round this have you already tried:
can you import a list of just 1 record ?
if it fails -try removing columns down t the bare minimum- and retry.
IF both fail - you need some knowledgeable PHP help. Do you have PHP skilled people in your company? Will you boss be willing to pay for some help, if you found paid help here in the forums or among the Suite partners -there are very knowledgable Suite/PHP people here.
ELSE IF the above works, then you can do more analysis - which column, and why, is problematic for the import.