Severity: Warning
Message: mysqli::query(): MySQL server has gone away
Filename: mysqli/mysqli_driver.php
Line Number: 261
Backtrace:
File: /home/iwacupre/com.thechoicelive.rw/application/models/Post_model.php
Line: 322
Function: query
File: /home/iwacupre/com.thechoicelive.rw/application/controllers/Profile_controller.php
Line: 33
Function: get_post_count_by_user
File: /home/iwacupre/com.thechoicelive.rw/index.php
Line: 325
Function: require_once
Error Number: 2006
MySQL server has gone away
SELECT COUNT(table_posts.id) AS count FROM (SELECT posts.id, posts.lang_id, posts.title, posts.title_slug, posts.summary, posts.category_id, posts.image_big, posts.image_slider, posts.image_mid, posts.image_small, posts.image_mime, posts.image_storage, posts.slider_order, posts.featured_order, posts.post_type, posts.image_url, posts.user_id, posts.pageviews, posts.post_url, posts.updated_at, posts.created_at, categories.name AS category_name, categories.name_slug AS category_slug , categories.color AS category_color, users.username AS author_username, users.slug AS author_slug, (SELECT COUNT(comments.id) FROM comments WHERE posts.id = comments.post_id AND comments.parent_id = 0 AND comments.status = 1) AS comment_count FROM posts INNER JOIN categories ON categories.id = posts.category_id INNER JOIN users ON users.id = posts.user_id WHERE posts.is_scheduled = 0 AND posts.visibility = 1 AND posts.status = 1 AND posts.lang_id = 1 AND posts.user_id=44) AS table_posts
Filename: models/Post_model.php
Line Number: 322
Error Number: 2006
MySQL server has gone away
UPDATE `ci_sessions` SET `timestamp` = 1774981934 WHERE `id` = '83334f56005b1dfd7c279d8e13ac4ca90c0113f8'
Filename: libraries/Session/drivers/Session_database_driver.php
Line Number: 261
Error Number: 2006
MySQL server has gone away
SELECT RELEASE_LOCK('bab99b7e55fa5cce8fb2890a14925864') AS ci_session_lock
Filename: libraries/Session/drivers/Session_database_driver.php
Line Number: 424