WordPress database error: [Deadlock found when trying to get lock; try restarting transaction]
CREATE OR REPLACE VIEW wp_wsm_monthWiseVisitors AS SELECT DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+08:00'),'%Y-%m') as recordMonth, COUNT(*) as visitors FROM wp_wsm_logUniqueVisit GROUP BY DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+08:00'),'%Y-%m')

WordPress database error: [Deadlock found when trying to get lock; try restarting transaction]
CREATE OR REPLACE VIEW wp_wsm_monthWisePageViews AS SELECT DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+08:00'),'%Y-%m') as recordMonth, SUM(totalViews) as pageViews FROM wp_wsm_pageViews GROUP BY DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+08:00'),'%Y-%m')


Warning: Cannot modify header information - headers already sent by (output started at /home/kllifestylecom/public_html/wp-includes/wp-db.php:1519) in /home/kllifestylecom/public_html/wp-includes/pluggable.php on line 1335

Warning: Cannot modify header information - headers already sent by (output started at /home/kllifestylecom/public_html/wp-includes/wp-db.php:1519) in /home/kllifestylecom/public_html/wp-includes/pluggable.php on line 1338