SQLSTATE[42000]: Syntax error or access violation: 1055
Error:
SQLSTATE[42000]: Syntax error or access violation: 1055 'test_db.base.id' isn't in GROUP BY
Solution:
edit config/database.php file
update: 'strict' => false
Example:
'mysql' => [
'strict' => false,
],
RELATED TOPICS
Whereisstuff is simple learing platform for beginer to advance level to improve there skills in technologies.we will provide all material free of cost.you can write a code in runkit workspace and we provide some extrac features also, you agree to have read and accepted ourterms of use, cookie and privacy policy.