please add this command to the script.sql file : SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); if ONLY_FULL_GROUP_BY be active, this cause error on colleges pages !
please add this command to the script.sql file :
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
if ONLY_FULL_GROUP_BY be active, this cause error on colleges pages !