My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 68: Address management doesn't have all the tables it needs in the database.
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by trenchcoat.philosopher@gmail.com, Jul 21, 2009
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")


Picture 11.png
92.2 KB   View   Download
Jul 21, 2009
Project Member #1 trenchcoat.philosopher@gmail.com
Additionally, when executing the action "een adres aanpassen/change an address"
results in the warning "onbekende actie/unknown action".
Picture 3.png
222 KB   View   Download
Jul 21, 2009
Project Member #2 trenchcoat.philosopher@gmail.com
Checked with Benjamin about the origin of the location management feature. He claimed
it was part of a separate project that used the same (or a similar) codebase. 

It can be removed. After it can be removed, close issue.

Powered by Google Project Hosting