A PHP Error was encountered

Severity: Notice

Message: Trying to get property 'image' of non-object

Filename: controllers/News.php

Line Number: 108

Backtrace:

File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 108
Function: _error_handler

File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Creating default object from empty value

Filename: controllers/News.php

Line Number: 108

Backtrace:

File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 108
Function: _error_handler

File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$title

Filename: controllers/News.php

Line Number: 111

Backtrace:

File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 111
Function: _error_handler

File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$seo_keyword

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

A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$metadescription

Filename: controllers/News.php

Line Number: 113

Backtrace:

File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 113
Function: _error_handler

File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$news_id

Filename: controllers/News.php

Line Number: 118

Backtrace:

File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 118
Function: _error_handler

File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$id

Filename: controllers/News.php

Line Number: 146

Backtrace:

File: /home/marthyherckenrath.nl/public_html/application/controllers/News.php
Line: 146
Function: _error_handler

File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once

A PHP Error was encountered

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: 146
Function: news_pagi

File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once

Database Error

A Database Error Occurred

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 '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` > ORDER BY `b`.`id` DESC

Filename: models/News_m.php

Line Number: 114