Joomla 2.5.11でPhoca Gallery 3.2.3の画像検索の時に出たエラー。
カテゴリーの整合性を修正したらエラーは出なくなりました。
MySQL server has gone away SQL=SELECT a.lang_code AS value, a.title AS text, a.title_native FROM xxxxxx_languages AS a WHERE a.published >= 0 ORDER BY a.title
MySQL server has gone away SQL=SELECT a.lang_code AS value, a.title AS text, a.title_native FROM xxxxxx_languages AS a WHERE a.published >= 0 ORDER BY a.title
モジュール MySQL server has gone away SQL=SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROM xxxxxx_modules AS m LEFT JOIN xxxxxx_modules_menu AS mm ON mm.moduleid = m.id LEFT JOIN xxxxxx_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 < = '2013-05-07 07:00:26') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= ‘2013-05-07 07:00:26’) 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 の読込中にエラーが発生しました
- 参照ページ
- http://forum.joomla.org/viewtopic.php?p=2588479
- http://www.phoca.cz/forum/viewtopic.php?f=1&t=14056