SELECT id,title1,startdate,'article_colourfinder_images' as images,'6' as p FROM article_colourfinder WHERE active=1 and (enddate='0000-00-00' or enddate>'2026-04-09') and (startdate='0000-00-00' or startdate<='2026-04-09') UNION SELECT id,title1,startdate,'article_designtips_images' as images,'3' as p FROM article_designtips WHERE active=1 and (enddate='0000-00-00' or enddate>'2026-04-09') and (startdate='0000-00-00' or startdate<='2026-04-09') UNION SELECT id,title1,startdate,'article_gardening_images' as images,'2' as p FROM article_gardening WHERE active=1 and (enddate='0000-00-00' or enddate>'2026-04-09') and (startdate='0000-00-00' or startdate<='2026-04-09') UNION SELECT id,title1,startdate,'article_homecare_images' as images,'4' as p FROM article_homecare WHERE active=1 and (enddate='0000-00-00' or enddate>'2026-04-09') and (startdate='0000-00-00' or startdate<='2026-04-09') UNION SELECT id,title1,startdate,'article_producttrend_images' as images,'1' as p FROM article_producttrend WHERE active=1 and (enddate='0000-00-00' or enddate>'2026-04-09') and (startdate='0000-00-00' or startdate<='2026-04-09') UNION SELECT id,title1,startdate,'article_roomtips_images' as images,'7' as p FROM article_roomtips WHERE active=1 and (enddate='0000-00-00' or enddate>'2026-04-09') and (startdate='0000-00-00' or startdate<='2026-04-09') UNION SELECT id,title1,startdate,'article_storagesideas_images' as images,'5' as p FROM article_storagesideas WHERE active=1 and (enddate='0000-00-00' or enddate>'2026-04-09') and (startdate='0000-00-00' or startdate<='2026-04-09') ORDER BY rand() LIMIT 1
MySQL server has gone away