Severity: Notice
Message: Trying to get property 'image' of non-object
Filename: controllers/News.php
Line Number: 112
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 112
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Warning
Message: Creating default object from empty value
Filename: controllers/News.php
Line Number: 112
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 112
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$title
Filename: controllers/News.php
Line Number: 115
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 115
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$seo_keyword
Filename: controllers/News.php
Line Number: 116
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 116
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$metadescription
Filename: controllers/News.php
Line Number: 117
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 117
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$news_id
Filename: controllers/News.php
Line Number: 122
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 122
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$id
Filename: controllers/News.php
Line Number: 150
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 150
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/marthyherckenrath.nl/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/models/News_m.php
Line: 114
Function: get
File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 150
Function: news_pagi
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'GROUP BY `b`.`id` ORDER BY `b`.`id` DESC' at line 7
SELECT `b`.`id`, `b`.`image`, `b`.`date_time`, `b`.`author`, `bl`.`title`, `bl`.`url`, `bl`.`details`, `bl`.`seo_keyword`, `bl`.`metadescription` FROM `news` as `b` LEFT JOIN `news_lang` as `bl` ON `b`.`id` = `bl`.`news_id` LEFT JOIN `news_tag` as `bt` ON `bt`.`news_id` = `b`.`id` WHERE `bl`.`language` = 'dutch' AND `b`.`id` > GROUP BY `b`.`id` ORDER BY `b`.`id` DESC
Filename: models/News_m.php
Line Number: 114