Severity: Notice
Message: Trying to access array offset on value of type null
Filename: controllers/BlogView.php
Line Number: 16
Backtrace:
File: /home1/tqovatio/public_html/application/controllers/BlogView.php
Line: 16
Function: _error_handler
File: /home1/tqovatio/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home1/tqovatio/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home1/tqovatio/public_html/application/models/Main_Model.php
Line: 127
Function: get
File: /home1/tqovatio/public_html/application/controllers/BlogView.php
Line: 16
Function: getNextDataBlog
File: /home1/tqovatio/public_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 'ORDER BY `id` LIMIT 1' at line 6
SELECT `b`.*, `bc`.`bc_name`, `u`.`full_name` FROM `tot_blog` `b` JOIN `tot_blog_cat` `bc` ON `b`.`blg_cat_id` = `bc`.`id` JOIN `tot_user` `u` ON `b`.`created_by` = `u`.`tableauto_id` WHERE `b`.`id` > ORDER BY `id` LIMIT 1
Filename: models/Main_Model.php
Line Number: 127