What steps will reproduce the problem?
(this occurs both in Mandragon v.3 as well as the current development version)
1. Log in as an administrator.
2. Go to the "administratie/administration"-section.
3. Go to the "locatiebeheer/location management"-section.
4. Click "een adres toevoegen/add an address".
5. Fill out the form and send it.
What is the expected output?
A thank you message and an extra address in the database.
What do you see instead?
The following error message. It states that the ADDRESS table is missing.
ERROR: Table 'd00242e5.ADDRESS' doesn't exist
ON QUERY:
INSERT INTO ADDRESS
(city, zip, street_number, street) VALUES
("test", "1", "1", "test")
222 KB View Download