Opened 14 years ago
Closed 13 years ago
#782 closed defect (invalid)
table mb_meetingpoint does not exist
Reported by: | astrid_emde | Owned by: | christoph |
---|---|---|---|
Priority: | minor | Milestone: | 2.7.2 release |
Component: | user interface | Version: | 2.7 |
Keywords: | KML | Cc: | F.Jaeger@…, kmq, armin11 |
Description (last modified by )
In serveral scripts the SQL
SELECT * FROM mb_meetingpoint WHERE mb_meetingpoint_id = $1
is fired.
But the table mb_meetingpoint does not exist.
Looks like the table is defined like this:
Create table mb_meetingpoint (fkey_mb_user_id varchar, mb_user_password varchar, fkey_gui_id varchar, fkey_wmc_serial_id ??? kml text);
See script /http/javascripts/mod_initWmc.php
Change History (5)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
Priority: | major → minor |
---|
comment:3 by , 14 years ago
Milestone: | 2.7.1 release → 2.7.2 release |
---|
comment:4 by , 14 years ago
I've tested the new get Parameters in my Installation.
The WMC stuff worked for me. So i think, we don't need it anymore
comment:5 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
can probably be removed...