MySQL server has gone away
SELECT news.id_nws, news.title_es_nws as titulo, news.content_es_nws as contenido, news.titlew_es_nws as titulow, news.description_es_nws as contenidow, news.keywords_es_nws as keywords, news.date_nws, (SELECT imagen_img FROM news_fotos WHERE noticia_img = id_nws ORDER BY orden_img LIMIT 1) AS img FROM news WHERE type_nws = 2 AND id_nws = '5' ORDER BY news.date_nws DESC LIMIT 1