Now something’s showing up in the log! EGLL is London Heathrow’s ICAO code.
Caller: DB::write_debug->DB::query->OperationsData::AddAirport->Operations->add_airport_post->Operations->airports->call_user_func_array->MainController::RunAllActions
INSERT INTO airports
( icao, name, country, lat, lng, hub, chartlink, fuelprice)
VALUES (
‘EGLL’, ‘Heathrow’, ‘United Kingdom’,
51.4711455584879, -0.456490516662598, 1, ‘’, 1.2)
Duplicate entry ‘EGLL’ for key 2
Caller: DB::write_debug->DB::query->SettingsData::AddField->Settings->add_field_post->Settings->customfields->call_user_func_array->MainController::RunAllActions
INSERT INTO customfields (title, fieldname, value, type, public, showonregister)
VALUES (‘VATSIM ID’, ‘VATSIM_ID’, ‘’, ‘text’, 1, 1)
Duplicate entry ‘VATSIM_ID’ for key 2
Caller: DB::write_debug->DB::query->SettingsData::AddField->Settings->add_field_post->Settings->customfields->call_user_func_array->MainController::RunAllActions
INSERT INTO customfields (title, fieldname, value, type, public, showonregister)
VALUES (‘VATSIM ID’, ‘VATSIM_ID’, ‘’, ‘text’, 1, 1)
Duplicate entry ‘VATSIM_ID’ for key 2
Caller: DB::write_debug->DB::query->SettingsData::AddField->Settings->add_field_post->Settings->customfields->call_user_func_array->MainController::RunAllActions
INSERT INTO customfields (title, fieldname, value, type, public, showonregister)
VALUES (‘VATSIM ID’, ‘VATSIM_ID’, ‘’, ‘text’, 1, 1)
Duplicate entry ‘VATSIM_ID’ for key 2
Caller: DB::write_debug->DB::query->SettingsData::AddField->Settings->add_field_post->Settings->customfields->call_user_func_array->MainController::RunAllActions
INSERT INTO customfields (title, fieldname, value, type, public, showonregister)
VALUES (‘VATSIM ID’, ‘VATSIM_ID’, ‘’, ‘text’, 1, 1)
Duplicate entry ‘VATSIM_ID’ for key 2
Caller: DB::write_debug->DB::query->SettingsData::AddField->Settings->add_field_post->Settings->customfields->call_user_func_array->MainController::RunAllActions
INSERT INTO customfields (title, fieldname, value, type, public, showonregister)
VALUES (‘VATSIM ID’, ‘VATSIM_ID’, ‘’, ‘text’, 1, 1)
Duplicate entry ‘VATSIM_ID’ for key 2
When I register putting either NO Vatsim ID in or an ID that has already been used then it gives me this error. Weird :S.