Address Does not get saved
Brought to you by:
leo_west
I tried to add addresses in the form and clicked on
Modify. Everything works up to that point but when
open that same contact name the addresses aren't
there. Everything else shows up fine such as phone
numbers and email address but not the home or business
addresses. I also checked in the Mysql tables and there
are no rows for addresses. I am thinking that mysql table
wasn't created properly and when you input the address
in the form it doesn't know where to store those
addresses so it doesn't get saved.
Let me know how to create that table for addresses.
Thank you
Logged In: NO
This is a bug.
Now about the DB shema question :
addresses are not stored in the contacts table but in a
contacts_addresses table, with a ctc_id foreign key on contacts.
Give me a email at lwest AT free DOT fr if you need more infos.
Leo