i always got this error in my web and how i can fix it
and it's be sometimes slowly
this message.
An unexpected error occured. Please try again later.
An unexpected error occured. Please try again later.
An unexpected error occured. Please try again later.
Warning: Cannot modify header information - headers already sent by (output started at /home/arabcine/public_html/bi3/includes/db_mysql.php:192) in /home/arabcine/public_html/bi3/admin/admin_functions.php on line 168
Warning: Cannot modify header information - headers already sent by (output started at /home/arabcine/public_html/bi3/includes/db_mysql.php:192) in /home/arabcine/public_html/bi3/admin/admin_functions.php on line 169
Warning: Cannot modify header information - headers already sent by (output started at /home/arabcine/public_html/bi3/includes/db_mysql.php:192) in /home/arabcine/public_html/bi3/admin/admin_functions.php on line 170
and this
DB Error: Bad SQL Query: SELECT c.image_id, c.comment_id, c.user_id as comment_user_id, c.user_name as guest_user_name, c.comment_headline, c.comment_text, c.comment_date, i.cat_id, i.user_id, i.image_name, i.image_media_file, i.image_thumb_file, u.user_name as user_name, s.user_name as comment_user_name , i.image_pric, i.image_phon, s.user_pm_inbox as comment_user_pm_inbox, u.user_pm_inbox as image_user_user_pm_inbox, s.user_pm_sentbox as comment_user_pm_sentbox, u.user_pm_sentbox as image_user_user_pm_sentbox, s.user_pm_email as comment_user_pm_email, u.user_pm_email as image_user_user_pm_email, s.user_pm_popup as comment_user_pm_popup, u.user_pm_popup as image_user_user_pm_popup FROM 4images_comments c LEFT JOIN 4images_images i ON i.image_id = c.image_id LEFT JOIN 4images_users u ON u.user_id = i.user_id LEFT JOIN 4images_users s ON s.user_id = c.user_id WHERE i.image_active = 1 AND i.image_allow_comments = 1 AND i.cat_id NOT IN (0) AND i.cat_id NOT IN (0) AND i.cat_id NOT IN (0) ORDER BY c.comment_date DESC LIMIT 5
MySQL server has gone away