Warning: Creating default object from empty value in /www/htdocs/v168281/silvester/includes/config/init_common.php on line 77
Update database structure
mod Admin.admin_created:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
Admin: db-Array
(
    [0] => PRIMARY KEY (`admin_id`)
    [1] => KEY `admin_login` (`admin_login`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`admin_id`)
    [1] => KEY `admin_login` (`admin_login`)
)
mod auth.user_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod auth.user_group:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
auth: db-Array
(
    [0] => PRIMARY KEY (`auth_id`)
    [1] => UNIQUE KEY `username` (`username`)
    [2] => KEY `password` (`password`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`auth_id`)
    [1] => UNIQUE KEY `username` (`username`)
    [2] => KEY `password` (`password`)
)
mod User.user_status:
     { tinyint(4) NOT NULL DEFAULT 0}
     { tinyint(4) NOT NULL DEFAULT '0'}
mod User.user_created:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
mod User.user_custom2:
     { text DEFAULT NULL}
     { text}
mod User.user_custom3:
     { int(11) DEFAULT 0}
     { int(11) DEFAULT '0'}
mod User.user_order_total:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod User.user_current_tickets:
     { int(6) NOT NULL DEFAULT 0}
     { int(6) NOT NULL DEFAULT '0'}
mod User.user_total_tickets:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
User: db-Array
(
    [0] => PRIMARY KEY (`user_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`user_id`)
)
mod Category.category_data:
     { text DEFAULT NULL}
     { text}
Category: db-Array
(
    [0] => PRIMARY KEY (`category_id`)
    [1] => KEY `category_event_id` (`category_event_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`category_id`)
    [1] => KEY `category_event_id` (`category_event_id`)
)
mod Category_stat.cs_category_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Category_stat.cs_total:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Category_stat.cs_free:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
Category_stat: db-Array
(
    [0] => PRIMARY KEY (`cs_category_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`cs_category_id`)
)
mod Discount.discount_value:
     { decimal(10,2) NOT NULL DEFAULT 0.00}
     { decimal(10,2) NOT NULL DEFAULT '0.00'}
mod Discount.discount_used:
     { int(11) DEFAULT 0}
     { int(11) DEFAULT '0'}
Discount: db-Array
(
    [0] => PRIMARY KEY (`discount_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`discount_id`)
)
mod Event.event_created:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
mod Event.event_text:
     { text DEFAULT NULL}
     { text}
mod Event.event_short_text:
     { text DEFAULT NULL}
     { text}
mod Event.event_order_limit:
     { int(4) NOT NULL DEFAULT 0}
     { int(4) NOT NULL DEFAULT '0'}
Event: db-Array
(
    [0] => PRIMARY KEY (`event_id`)
    [1] => KEY `event_date` (`event_date`)
    [2] => KEY `event_timestamp` (`event_timestamp`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`event_id`)
    [1] => KEY `event_date` (`event_date`)
    [2] => KEY `event_timestamp` (`event_timestamp`)
)
mod Event_group.event_group_description:
     { text DEFAULT NULL}
     { text}
Event_group: db-Array
(
    [0] => PRIMARY KEY (`event_group_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`event_group_id`)
)
mod Event_stat.es_event_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Event_stat.es_total:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Event_stat.es_free:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
Event_stat: db-Array
(
    [0] => PRIMARY KEY (`es_event_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`es_event_id`)
)
mod email_log.el_user_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod email_log.el_timestamp:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
mod email_log.el_email_to:
     { text DEFAULT NULL}
     { text}
mod email_log.el_email_cc:
     { text DEFAULT NULL}
     { text}
mod email_log.el_email_message:
     { text DEFAULT NULL}
     { text}
mod email_log.el_log:
     { text DEFAULT NULL}
     { text}
mod email_log.el_bad_emails:
     { text DEFAULT NULL}
     { text}
email_log: db-Array
(
    [0] => PRIMARY KEY (`el_id`)
    [1] => KEY `el_order_id` (`el_order_id`)
    [2] => KEY `el_user_id` (`el_user_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`el_id`)
    [1] => KEY `el_order_id` (`el_order_id`)
    [2] => KEY `el_user_id` (`el_user_id`)
)
mod Handling.handling_email_template:
     { tinytext DEFAULT NULL}
     { tinytext}
mod Handling.handling_pdf_template:
     { tinytext DEFAULT NULL}
     { tinytext}
mod Handling.handling_pdf_ticket_template:
     { tinytext DEFAULT NULL}
     { tinytext}
mod Handling.handling_pdf_format:
     { tinytext DEFAULT NULL}
     { tinytext}
mod Handling.handling_html_template:
     { mediumtext DEFAULT NULL}
     { mediumtext}
mod Handling.handling_extra:
     { text DEFAULT NULL}
     { text}
mod Handling.handling_text_shipment:
     { mediumtext DEFAULT NULL}
     { mediumtext}
mod Handling.handling_text_payment:
     { mediumtext DEFAULT NULL}
     { mediumtext}
Handling: db-Array
(
    [0] => PRIMARY KEY (`handling_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`handling_id`)
)
mod Order.order_user_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Order.order_tickets_nr:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Order.order_total_price:
     { decimal(10,2) NOT NULL DEFAULT 0.00}
     { decimal(10,2) NOT NULL DEFAULT '0.00'}
mod Order.order_discount_price:
     { decimal(10,2) NOT NULL DEFAULT 0.00}
     { decimal(10,2) NOT NULL DEFAULT '0.00'}
mod Order.order_timestamp:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
mod Order.order_note:
     { text DEFAULT NULL}
     {text}
Order: db-Array
(
    [0] => PRIMARY KEY (`order_id`)
    [1] => UNIQUE KEY `order_payments` (`order_handling_id`,`order_payment_id`)
    [2] => KEY `order_handling_id` (`order_handling_id`)
    [3] => KEY `order_status` (`order_status`)
    [4] => KEY `order_shipment_status` (`order_payment_status`)
    [5] => KEY `order_payment_status` (`order_payment_status`)
    [6] => KEY `order_timestamp` (`order_timestamp`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`order_id`)
    [1] => UNIQUE KEY `order_payments` (`order_handling_id`,`order_payment_id`)
    [2] => KEY `order_handling_id` (`order_handling_id`)
    [3] => KEY `order_status` (`order_status`)
    [4] => KEY `order_shipment_status` (`order_payment_status`)
    [5] => KEY `order_payment_status` (`order_payment_status`)
    [6] => KEY `order_timestamp` (`order_timestamp`)
)
mod order_status.os_order_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod order_status.os_changed:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
mod order_status.os_description:
     { text DEFAULT NULL}
     {text}
order_status: db-Array
(
    [0] => PRIMARY KEY (`os_id`)
    [1] => KEY `os_order_id` (`os_order_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`os_id`)
    [1] => KEY `os_order_id` (`os_order_id`)
)
mod Ort.ort_created:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
mod Ort.ort_pm:
     { text DEFAULT NULL}
     { text}
Ort: db-Array
(
    [0] => PRIMARY KEY (`ort_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`ort_id`)
)
mod PlaceMap2.pm_ort_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
PlaceMap2: db-Array
(
    [0] => PRIMARY KEY (`pm_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`pm_id`)
)
mod PlaceMapPart.pmp_pm_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod PlaceMapPart.pmp_ident:
     { tinyint(4) NOT NULL DEFAULT 0}
     { tinyint(4) NOT NULL DEFAULT '0'}
mod PlaceMapPart.pmp_width:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod PlaceMapPart.pmp_height:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod PlaceMapPart.pmp_data_orig:
     { longtext DEFAULT NULL}
     { longtext}
PlaceMapPart: db-Array
(
    [0] => PRIMARY KEY (`pmp_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`pmp_id`)
)
mod PlaceMapZone.pmz_pm_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod PlaceMapZone.pmz_ident:
     { tinyint(4) NOT NULL DEFAULT 0}
     { tinyint(4) NOT NULL DEFAULT '0'}
PlaceMapZone: db-Array
(
    [0] => PRIMARY KEY (`pmz_id`)
    [1] => KEY `pm_id` (`pmz_pm_id`)
    [2] => KEY `pmz_ident` (`pmz_ident`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`pmz_id`)
    [1] => KEY `pm_id` (`pmz_pm_id`)
    [2] => KEY `pmz_ident` (`pmz_ident`)
)
mod Seat.seat_created:
     { timestamp NOT NULL DEFAULT current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP}
mod Seat.seat_event_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Seat.seat_category_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod Seat.seat_nr:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
Seat: db-Array
(
    [0] => PRIMARY KEY (`seat_id`)
    [1] => KEY `seat_event_id` (`seat_event_id`)
    [2] => KEY `seat_category_id` (`seat_category_id`)
    [3] => KEY `seat_order_id` (`seat_order_id`)
    [4] => KEY `seat_ts` (`seat_ts`)
    [5] => KEY `seat_status` (`seat_status`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`seat_id`)
    [1] => KEY `seat_event_id` (`seat_event_id`)
    [2] => KEY `seat_category_id` (`seat_category_id`)
    [3] => KEY `seat_order_id` (`seat_order_id`)
    [4] => KEY `seat_ts` (`seat_ts`)
    [5] => KEY `seat_status` (`seat_status`)
)
mod ShopConfig.shopconfig_lastrun:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod ShopConfig.shopconfig_lastrun_int:
     { int(11) NOT NULL DEFAULT 10}
     { int(11) NOT NULL DEFAULT '10'}
mod ShopConfig.shopconfig_restime:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod ShopConfig.shopconfig_restime_remind:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
mod ShopConfig.shopconfig_user_activate:
     { tinyint(4) NOT NULL DEFAULT 0}
     { tinyint(4) NOT NULL DEFAULT '0'}
mod ShopConfig.shopconfig_maxres:
     { int(11) NOT NULL DEFAULT 10}
     { int(11) NOT NULL DEFAULT '10'}
mod ShopConfig.res_delay:
     { int(11) NOT NULL DEFAULT 660}
     { int(11) NOT NULL DEFAULT '660'}
mod ShopConfig.cart_delay:
     { int(11) NOT NULL DEFAULT 600}
     { int(11) NOT NULL DEFAULT '600'}
mod ShopConfig.shopconfig_keepdetails:
     { tinyint(1) NOT NULL DEFAULT 0}
     { tinyint(1) NOT NULL DEFAULT '0'}
mod ShopConfig.shopconfig_run_as_demo:
     { int(3) NOT NULL DEFAULT 0}
     { int(3) NOT NULL DEFAULT '0'}
ShopConfig: db-Array
(
)
 inst-mod Template.template_ts:
     { timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()}
     { timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP}
Template: db-Array
(
    [0] => PRIMARY KEY (`template_id`)
    [1] => UNIQUE KEY `template_name` (`template_name`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`template_id`)
    [1] => UNIQUE KEY `template_name` (`template_name`)
)
mod Payment_log.payment_log_order_id:
     { int(11) NOT NULL DEFAULT 0}
     { int(11) NOT NULL DEFAULT '0'}
Payment_log: db-Array
(
    [0] => PRIMARY KEY (`payment_log_id`)
    [1] => KEY `payment_log_order_id` (`payment_log_order_id`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`payment_log_id`)
    [1] => KEY `payment_log_order_id` (`payment_log_order_id`)
)
mod sessions.session_data:
     { longtext DEFAULT NULL}
     { longtext}
sessions: db-Array
(
    [0] => PRIMARY KEY (`session_id`)
    [1] => KEY `session_access` (`session_access`)
)
 inst-Array
(
    [0] => PRIMARY KEY (`session_id`)
    [1] => KEY `session_access` (`session_access`)
)