Severity: Notice
Message: Trying to get property 'image' of non-object
Filename: controllers/Portfolio.php
Line Number: 121
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 121
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/Portfolio.php
Line Number: 121
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 121
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$portfolio_id
Filename: controllers/Portfolio.php
Line Number: 123
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 123
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/Portfolio.php
Line Number: 133
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 133
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/Portfolio.php
Line Number: 134
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 134
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/Portfolio.php
Line Number: 135
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 135
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$portfolio_id
Filename: controllers/Portfolio.php
Line Number: 140
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 140
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/index.php
Line: 327
Function: require_once
Severity: Notice
Message: Trying to get property 'row_order' of non-object
Filename: models/Portfolio_m.php
Line Number: 107
Backtrace:
File: /home/marthyherckenrath.nl/public_html/application/models/Portfolio_m.php
Line: 107
Function: _error_handler
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 140
Function: port_pagi
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/Portfolio_m.php
Line: 112
Function: get
File: /home/marthyherckenrath.nl/public_html/application/controllers/Portfolio.php
Line: 140
Function: port_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 'ORDER BY `s`.`row_order` DESC' at line 7
SELECT `s`.*, `sl`.*, `ccl`.`title` as `category`, `ccl`.`url` as `cat_url` FROM `portfolio` as `s` RIGHT JOIN `portfolio_lang` as `sl` ON `s`.`id` = `sl`.`portfolio_id` LEFT JOIN `category_lang` as `ccl` ON `ccl`.`category_id` = `s`.`category_id` AND `ccl`.`language` = "dutch" WHERE `sl`.`language` = 'dutch' AND `s`.`row_order` < ORDER BY `s`.`row_order` DESC
Filename: models/Portfolio_m.php
Line Number: 112