https://ilab2.net.in.tum.de/php/executeCommandOnElement.php?config=2014_smartSpaceTraining&address=l4
After answering the questions I receive only following error message. Answers are stated correct, but only access to the prelab.
[Fatal error] DB Connector --> Unknown column 'detailed_credits' in 'field list'
Computer: 1.A iLab
Björn Korth
The problem is the information schema of the UID status table in the working DB. It needs another column for old installations:
ALTER TABLE
lab_uid_statusADDdetailed_creditsTEXT NOT NULL AFTERlab_possible_creditsI fixed this for your instance now, so it should work for you now. Thanks for the hint!