I try to import some contacts, leads (version 7.11.18) … and I get an error: NOTICE: [8] Trying to access array offset on value of type bool on line 504 in file /var/www/suitecrm/modules/Import/Importer.php
However data is inserted.
I have tried different files and I always get the same error
The same files are inserted without error in an other suitecrm installation, version 7.11.4
What is most annoying is that if I want to import a file with 2000 records I must do the procedure 20 times since every time 100 records are imported, I must close the “import errors” windows and repeat it.
Is there a way to import all the records at once and not in batches of 100?
@crmspace note that those errors are not just getting output directly from PHP, instead it seems that the code that is capturing them and sending them to a pop-up
PHP 7.4 will get you into trouble - only 7.3 is supported. And I really don’t advise just “trying your luck”, I know for a fact that you will hit bugs.
you are right. I had another problem too. I couldn’t make use of pdf templates. I do not know if this has to do with php version but I changed to 7.2 and problems have solved.
Hello, I am having the same issue as you. I’m trying to import a database with 2000+ entries/records. How did you solve this issue?
Even when I try to break the list into chunks of 80, I still get the same 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.