Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/achchangal.com/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home/achchangal.com/public_html/application/models/Post_model.php
Line: 153
Function: get
File: /home/achchangal.com/public_html/application/core/Core_Controller.php
Line: 141
Function: get_random_posts
File: /home/achchangal.com/public_html/application/controllers/Home_controller.php
Line: 8
Function: __construct
File: /home/achchangal.com/public_html/index.php
Line: 325
Function: require_once
Error Number: 2006
MySQL server has gone away
SELECT `posts`.*, `categories`.`name` as `category_name`, `categories`.`color` as `category_color`, `users`.`username` as `username`, `users`.`slug` as `user_slug` FROM `posts` JOIN `users` ON `posts`.`user_id` = `users`.`id` JOIN `categories` ON `posts`.`category_id` = `categories`.`id` WHERE `posts`.`is_scheduled` = 0 AND `posts`.`visibility` = 1 AND `posts`.`status` = 1 AND `posts`.`lang_id` = '1' ORDER BY rand() LIMIT 15
Filename: models/Post_model.php
Line Number: 153