MySQL Error!
MySQL error in file: /engine/modules/serial/functions.php at line 174
Error Number: 2006
The Error returned was:
MySQL server has gone away
SQL query:

SELECT e.id, e.season_id, e.title as title_episode, e.alt_name, e.date, e.view, e.number, e.description, e.xfields as episode_xfields, e.get_block, e.translation, s.title as title_season, s.alt_name as alt_name_season, s.number as number_season, s.news_id, s.poster, p.category, p.alt_name as alt_name_news, p.title FROM dle_serial_episodes e RIGHT JOIN dle_serial_season s ON (e.season_id=s.id) RIGHT JOIN dle_post p ON (s.news_id=p.id) WHERE p.approve='1' AND e.season_id='3950' AND e.id='50218' AND news_id!='0' ORDER BY number ASC LIMIT 0,100