“Failed creating a donor”
-
Hi there.
Trying to setup a new installation of Give with Authorize.net Add-on, but have run into this issue:Log is showing: Failed creating a donor, after submitting a form which seems to freeze and not complete.
Elsewhere I saw i should try re run the Add phone number script, which i did, but no change.
Thanks
{ “donor”: { “Object Class”: “Give\\Donors\\Models\\Donor”, “\u0000*\u0000properties”: { “id”: “int”, “userId”: [ “int”, 0 ], “createdAt”: “DateTime”, “name”: “string”, “firstName”: “string”, “lastName”: “string”, “email”: “string”, “phone”: “string”, “prefix”: “string”, “additionalEmails”: [ “array”, [] ], “totalAmountDonated”: “Give\\Framework\\Support\\ValueObjects\\Money”, “totalNumberOfDonations”: “int” }, “\u0000*\u0000relationships”: { “donations”: “has-many”, “subscriptions”: “has-many” }, “\u0000*\u0000attributes”: { “id”: null, “userId”: null, “createdAt”: null, “name”: “moshe test”, “firstName”: “moshe”, “lastName”: “test”, “email”: “[email protected]”, “phone”: “”, “prefix”: null, “additionalEmails”: [], “totalAmountDonated”: null, “totalNumberOfDonations”: null }, “\u0000*\u0000original”: { “id”: null, “userId”: null, “createdAt”: null, “name”: “moshe tapnack”, “firstName”: “moshe”, “lastName”: “test”, “email”: “[email protected]”, “phone”: “”, “prefix”: null, “additionalEmails”: [], “totalAmountDonated”: null, “totalNumberOfDonations”: null }, “\u0000Give\\Framework\\Models\\Model\u0000cachedRelations”: [] } }
- You must be logged in to reply to this topic.