I am trying to upload a CSV file with around 2,100+ entries. But after uploading 80 entries, I get the following error:
Error:
NOTICE: [8] Trying to access array offset on value of type bool on line 504 in file /var/www/crm/modules/Import/Importer.php
I thought maybe the issue is that Im trying to import too much data, so I manually separated my data into chunks of 80 (created a total of 20+ files), and still when I tried uploading 80 entries at a time, only 60-something got uploaded. I keep getting the same error. Please help me out, what can I do to fix this, and to import all my data, without any duplicates.
Hello, Thank you for your response. I am not very skilled in command line, so is there an easier way? Also, the code seems to be from 2016. Is there a more efficient code available to import data?