用阿里云的云服务器,1G内存,centos64位系统,joomla安装正常,但是装了JA的一个模板之后,点击模块管理就报错,信息如下~
Out of sort memory, consider increasing server sort buffer size SQL=SELECT a.id, a.title, a.note, a.position, a.module, a.language,a.checked_out, a.checked_out_time, a.published as published, e.enabled as enabled, a.access, a.ordering, a.publish_up, a.publish_down,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,MIN(mm.menuid) AS pages,e.name AS name FROM `y6wl9_modules` AS a LEFT JOIN `y6wl9_languages` AS l ON l.lang_code = a.language LEFT JOIN y6wl9_users AS uc ON uc.id=a.checked_out LEFT JOIN y6wl9_viewlevels AS ag ON ag.id = a.access LEFT JOIN y6wl9_modules_menu AS mm ON mm.moduleid = a.id LEFT JOIN y6wl9_extensions AS e ON e.element = a.module WHERE (a.published IN (0, 1)) AND a.client_id = 0 AND e.client_id =0 GROUP BY a.id, a.title, a.note, a.position, a.module, a.language,a.checked_out,a.checked_out_time, a.published, a.access, a.ordering, l.title, l.image, uc.name, ag.title, e.name,l.lang_code, uc.id, ag.id, mm.moduleid, e.element, a.publish_up, a.publish_down,e.enabled