Opened 13 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 astrid_emde)

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 astrid_emde, 13 years ago

Description: modified (diff)

comment:2 by kmq, 13 years ago

Priority: majorminor

can probably be removed...

comment:3 by verenadiewald, 13 years ago

Milestone: 2.7.1 release2.7.2 release

comment:4 by marc, 13 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 astrid_emde, 13 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.