Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: models/Grillakademie_model.php
Line Number: 55
Backtrace:
File: /mnt/web404/b1/62/59682862/htdocs/application/models/Grillakademie_model.php
Line: 55
Function: _error_handler
File: /mnt/web404/b1/62/59682862/htdocs/application/controllers/Grillakademie.php
Line: 67
Function: tidyDate
File: /mnt/web404/b1/62/59682862/htdocs/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Trying to get property 'event_id' of non-object
Filename: controllers/Grillakademie.php
Line Number: 68
Backtrace:
File: /mnt/web404/b1/62/59682862/htdocs/application/controllers/Grillakademie.php
Line: 68
Function: _error_handler
File: /mnt/web404/b1/62/59682862/htdocs/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Trying to get property 'event_id' of non-object
Filename: controllers/Grillakademie.php
Line Number: 71
Backtrace:
File: /mnt/web404/b1/62/59682862/htdocs/application/controllers/Grillakademie.php
Line: 71
Function: _error_handler
File: /mnt/web404/b1/62/59682862/htdocs/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Trying to get property 'event_id' of non-object
Filename: controllers/Grillakademie.php
Line Number: 75
Backtrace:
File: /mnt/web404/b1/62/59682862/htdocs/application/controllers/Grillakademie.php
Line: 75
Function: _error_handler
File: /mnt/web404/b1/62/59682862/htdocs/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /mnt/web404/b1/62/59682862/htdocs/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 564
Backtrace:
File: /mnt/web404/b1/62/59682862/htdocs/application/models/Speisekarte_model.php
Line: 65
Function: query
File: /mnt/web404/b1/62/59682862/htdocs/application/models/Speisekarte_model.php
Line: 31
Function: getSpeisenHelper
File: /mnt/web404/b1/62/59682862/htdocs/application/controllers/Grillakademie.php
Line: 75
Function: getSpeisen
File: /mnt/web404/b1/62/59682862/htdocs/index.php
Line: 315
Function: require_once
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `kategorien_id` = 8 ) AS `events_speisen2` ON `events_sp' at line 15
SELECT `speisen`.`id`, `speisen`.`name`, `speisen`.`beschreibung`, `events_speisen2`.`kategorien_id`, `events`.`preis` FROM `speisen` JOIN ( SELECT * FROM `events_speisen` WHERE `events_id` = AND `kategorien_id` = 8 ) AS `events_speisen2` ON `events_speisen2`.`speisen_id` = `speisen`.`id` JOIN `events` ON `events`.`id` = `events_speisen2`.`events_id` ORDER BY `events_speisen2`.`reihenfolge` ASC
Filename: models/Speisekarte_model.php
Line Number: 65