MUlt1mate / cron-manager

A PHP cron task manager for MVC-type applications
MIT License
405 stars 70 forks source link

SELECT list is not in GROUP BY clause and contains nonaggregated column #19

Closed lxk310 closed 5 years ago

lxk310 commented 5 years ago

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 't.task_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by in

filiperhiza commented 5 years ago

It's a problem in a configuration of YOUR MySQL. I'm pretty sure that there is a lot of answers for this problems on Google. It's quite common...

Best Regards

lxk310 commented 5 years ago

Thank you.