Hi,
I have a strange problem.
Recently, very often. In the flexicontent panel shows a message:
Code:
MySQL server has gone away SQL=SELECT c.id,c.version,iv.version as iversion FROM gavwb_content as c LEFT JOIN gavwb_flexicontent_items_versions as iv ON c.id=iv.item_id AND c.version=iv.version JOIN gavwb_categories as cat ON c.catid=cat.id WHERE c.version > '1' AND iv.version IS NULL AND cat.extension='com_content' LIMIT 0,1
MySQL server has gone away SQL=SELECT c.id,c.version,iv.version as iversion FROM gavwb_content as c LEFT JOIN gavwb_flexicontent_items_versions as iv ON c.id=iv.item_id AND c.version=iv.version JOIN gavwb_categories as cat ON c.catid=cat.id WHERE c.version > '1' AND iv.version IS NULL AND cat.extension='com_content' LIMIT 0,1
or this:
Code:
MySQL server has gone away SQL=SELECT c.id,c.version,iv.version as iversion FROM gavwb_content as c LEFT JOIN gavwb_flexicontent_items_versions as iv ON c.id=iv.item_id AND c.version=iv.version JOIN gavwb_categories as cat ON c.catid=cat.id WHERE c.version > '1' AND iv.version IS NULL AND cat.extension='com_content' LIMIT 0,1
MySQL server has gone away SQL=SELECT c.id,c.version,iv.version as iversion FROM gavwb_content as c LEFT JOIN gavwb_flexicontent_items_versions as iv ON c.id=iv.item_id AND c.version=iv.version JOIN gavwb_categories as cat ON c.catid=cat.id WHERE c.version > '1' AND iv.version IS NULL AND cat.extension='com_content' LIMIT 0,1
Wystąpił błąd podczas wczytywania modułu MySQL server has gone away SQL=SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROM gavwb_modules AS m LEFT JOIN gavwb_modules_menu AS mm ON mm.moduleid = m.id LEFT JOIN gavwb_extensions AS e ON e.element = m.module AND e.client_id = m.client_id WHERE m.published = 1 AND e.enabled = 1 AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2014-01-31 20:39:45') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2014-01-31 20:39:45') AND m.access IN (1,1,2,3) AND m.client_id = 1 AND (mm.menuid = 0 OR mm.menuid <= 0) ORDER BY m.position, m.ordering
and Initial permission show update.
After refresh view times, message disappears and flexi working properly. But recently, very often I get an error 500 on the front page.
My version is: J2.5.17, F:2.0.0 RC9b r1601
Yes, I now it's old. But I made backup and test page, and update to the last varsion and the error is stille this same.
Any help?
THX
dede