Hi !
I have tried to import a few lines in a csv as leads. About 64 lines.
I had a problem with matching the salutation field. Run the import a couple of times with even skipping the field.
Now i have a problem that i have about 6 import attempts stuck in processing and also get 500 errors if i edit a some fields in a lead.
Imports cannot be reversed because no records where imported according to the log. PHP log, no errors. Espolog gives a bunch of looooong errors like:
[2023-06-08 10:27:01] ERROR: Slim Application Error Type: TypeError Code: 0 Message: Espo\Modules\Crm\Hooks\Lead\ConvertedAt::beforeSav e(): Argument Forum ($options) must be of type Espo\ORM\Repository\Option\SaveOptions, array given, called in
and then a massive list of php files
I think the database got screwed up after the import but i am not sure.
Anyone any ideas??
PS: forgot to mention, rebuild didn't solve anything.
I have tried to import a few lines in a csv as leads. About 64 lines.
I had a problem with matching the salutation field. Run the import a couple of times with even skipping the field.
Now i have a problem that i have about 6 import attempts stuck in processing and also get 500 errors if i edit a some fields in a lead.
Imports cannot be reversed because no records where imported according to the log. PHP log, no errors. Espolog gives a bunch of looooong errors like:
[2023-06-08 10:27:01] ERROR: Slim Application Error Type: TypeError Code: 0 Message: Espo\Modules\Crm\Hooks\Lead\ConvertedAt::beforeSav e(): Argument Forum ($options) must be of type Espo\ORM\Repository\Option\SaveOptions, array given, called in
and then a massive list of php files
I think the database got screwed up after the import but i am not sure.
Anyone any ideas??
PS: forgot to mention, rebuild didn't solve anything.
Comment