Hello, i have use k2 component many times, and i haven't the problems with k2. But now, i have same problems with k2, i have error when i create more than 7 items in category.See error: No valid database connection MySQL server has gone away SQL=SELECT id,
title, module, position, content, showtitle, control, params FROM
svs_modules AS m LEFT JOIN svs_modules_menu AS mm ON mm.moduleid = m.id
WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND (
mm.menuid = 330 OR mm.menuid = 0 ) ORDER BY position, ordering.When i create the 8td item, i have this error. When i unpublish the 8td item, the k2 component work without errors. How i can create more than 7 items? ;) This error is appears in all module places. I have use last Version 1.5.21 and last k2 version, and i use xampp platform.
Can any body help me? ;)