I have the same problem with Joomla 1.5 / JoomlaComment 4.0 / MySql 5.
Component Install: DB function failed with error number 2006
MySQL server has gone away SQL=INSERT INTO jml_components VALUES( 0, '!JoomlaComment', 'option=com_comment', 0, 0, 'option=com_comment', '!JoomlaComment', 'com_comment', 0, 'js/ThemeOffice/component.png', 0, '', 1 )
SQL =
INSERT INTO jml_components VALUES( 0, '!JoomlaComment', 'option=com_comment', 0, 0, 'option=com_comment', '!JoomlaComment', 'com_comment', 0, 'js/ThemeOffice/component.png', 0, '', 1 )Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jml_modules AS m LEFT JOIN jml_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering
I can execute the code directly in Phpmyadmin, but after that, still nothing.......
Thanx!!