Hallo,
ich bekomme eine Fehlermeldung bei der Kundenanlage im Backend:
Während des Speicherns ist ein Fehler aufgetreten.
An exception occurred while executing 'INSERT INTO s_user_billingaddress (userID, countryID, stateID, company, department, salutation, title, firstname, lastname, street, zipcode, city, phone, ustid, additional_address_line1, additional_address_line2) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [26, null, null, "Test GmbH", "", "mr", "", "Max", "Muster", "Musterstr. 3", "12345", "Musterstadt", "01874123456", "", "", ""]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'countryID' cannot be null
Egal welches Land ich auswähle, der zu speichernde Parameter ist anscheinend immer „null“ und das wird dann angemeckert.
Was kann ich dagegen tun?
Gruß, Manuel