Hi,
I use Joomdoc 3.4.3 Pro. When I do a search on specific directories I don't get any errors but when selecting everywhere I get the following SQL error;
Error loading module MySQL server has gone away SQL=SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROM mer_modules AS m LEFT JOIN mer_modules_menu AS mm ON mm.moduleid = m.id LEFT JOIN mer_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 <= '2012-12-06 06:55:12') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2012-12-06 06:55:12') AND m.access IN (1,1,2,3) AND m.client_id = 0 AND (mm.menuid = 108 OR mm.menuid <= 0) ORDER BY m.position, m.ordering
In my apache error log file I get
Thu Dec 06 08:55:12 2012] [error] [client 137.215.20.250] PHP Warning: Error while sending QUERY packet. PID=2072 in /srv/www/htdocs/libraries/joomla/database/database/mysql.php on line 534, referer:
librarybookindexes.up.ac.za/full-text-search/Mathematics/detail
[Thu Dec 06 08:55:12 2012] [error] [client 137.215.20.250] PHP Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/administrator/components/com_joomdoc/libraries/joomdoc/filesystem/folder.php on line 293, referer:
librarybookindexes.up.ac.za/full-text-search/Mathematics/detail
[Thu Dec 06 08:55:12 2012] [error] [client 137.215.20.250] PHP Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/libraries/joomla/database/database/mysql.php on line 383, referer:
librarybookindexes.up.ac.za/full-text-search/Mathematics/detail
[Thu Dec 06 08:55:12 2012] [error] [client 137.215.20.250] PHP Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/libraries/joomla/database/database/mysql.php on line 383, referer:
librarybookindexes.up.ac.za/full-text-search/Mathematics/detail
[Thu Dec 06 08:55:12 2012] [error] [client 137.215.20.250] PHP Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /srv/www/htdocs/libraries/joomla/database/database/mysql.php on line 293, referer:
librarybookindexes.up.ac.za/full-text-search/Mathematics/detail
[Thu Dec 06 08:55:12 2012] [error] [client 137.215.20.250] PHP Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/administrator/components/com_joomdoc/libraries/joomdoc/filesystem/filesystem.php on line 58, referer:
librarybookindexes.up.ac.za/full-text-search/Mathematics/detail
[Thu Dec 06 08:55:12 2012] [error] [client 137.215.20.250] PHP Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/administrator/components/com_joomdoc/libraries/joomdoc/html/joomdoc.php on line 46, referer:
librarybookindexes.up.ac.za/full-text-search/Mathematics/detail
Thanks
Daan