Oh, I regret you`re right. There might be a problem on both (production and preproduction) databases. I found that since 10th July there is no booking id recorded in eme_payments. Ups… althouh bookings work with V1.6.14. Confusing!
Here are the structure of the both tables:
eme_payment
id int(11) Auto-Inkrement
creation_date_gmt datetime [0000-00-00 00:00:00]
booking_ids text
random_id tinytext
eme_booking
booking_id mediumint(9) Auto-Inkrement
event_id mediumint(9)
person_id mediumint(9)
booking_seats mediumint(9)
booking_seats_mp varchar(250) NULL
booking_approved tinyint(1) NULL [0]
booking_comment text NULL
booking_price text NULL
creation_date datetime [0000-00-00 00:00:00]
creation_date_gmt datetime [0000-00-00 00:00:00]
modif_date datetime [0000-00-00 00:00:00]
modif_date_gmt datetime [0000-00-00 00:00:00]
booking_payed tinyint(1) NULL [0]
transfer_nbr_be97 varchar(20) NULL
wp_id bigint(20) unsigned NULL
lang varchar(10) NULL []
ip varchar(250) NULL []
discount tinytext NULL
discountid int(11) NULL [0]
dgroupid int(11) NULL [0]
Do you have an idea, why the booking id is no longer recorded or how to fix that issue.
Are these all eme tables?
eme_bookings
eme_categories
eme_dgroups
eme_discounts
eme_events
eme_fieldtypes
eme_formfields
eme_holidays
eme_locations
eme_payments
eme_people
eme_recurrence
eme_templates