This question has been flagged
1 Reply
4020 Views

Trying to import a CSV file of partners, after correctly validating it, when trying to import this message shows up:

uncaught exception: an exception occurred in a caller-provided callback function

I got no more traceback, but I could post it if someone tells me how.

How to fix this?

Avatar
Discard
Author Best Answer

Seems like there are too many records. Splitting the import in chunks of 4000 records works fine.

Avatar
Discard

Thanks for the tip.:)