You have probably come across this already but I have tripped up over this problem a few times. If you have fields in the db like address_1, address_2, address_3 then the _ is not removed when using getter/setter methods
You have probably come across this already but I have tripped up over this problem a few times. If you have fields in the db like address_1, address_2, address_3 then the _ is not removed when using getter/setter methods
Today a client was reporting issues with uploading an image via the media section of the diem project administration pages. The error was:- SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘Logo.JPG’ for key 2 I recall having issues with this whilst developing a previous diem based site and the issue turned out to be something [...]