Severity: Notice
Message: Trying to get property 'date' of non-object
Filename: controllers/Blog.php
Line Number: 43
Backtrace:
File: /var/www/html/application/controllers/Blog.php
Line: 43
Function: _error_handler
File: /var/www/html/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Trying to get property 'date' of non-object
Filename: controllers/Blog.php
Line Number: 43
Backtrace:
File: /var/www/html/application/controllers/Blog.php
Line: 43
Function: _error_handler
File: /var/www/html/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Trying to get property 'date' of non-object
Filename: controllers/Blog.php
Line Number: 43
Backtrace:
File: /var/www/html/application/controllers/Blog.php
Line: 43
Function: _error_handler
File: /var/www/html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Creating default object from empty value
Filename: controllers/Blog.php
Line Number: 43
Backtrace:
File: /var/www/html/application/controllers/Blog.php
Line: 43
Function: _error_handler
File: /var/www/html/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Undefined property: stdClass::$id
Filename: controllers/Blog.php
Line Number: 44
Backtrace:
File: /var/www/html/application/controllers/Blog.php
Line: 44
Function: _error_handler
File: /var/www/html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /var/www/html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /var/www/html/application/models/Blog_model.php
Line: 52
Function: get
File: /var/www/html/application/controllers/Blog.php
Line: 44
Function: getNextArticle
File: /var/www/html/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 `deleted` = 0 ORDER BY `id` ASC LIMIT 1' at line 4
SELECT * FROM `blog` WHERE `id` > AND `deleted` = 0 ORDER BY `id` ASC LIMIT 1
Filename: models/Blog_model.php
Line Number: 52