Posts

Showing posts from August, 2024

Mysql : Incorrect datetime value: '0000-00-00 00:00:00'

  SET SQL_MODE = 'ALLOW_INVALID_DATES' ;

error: Fatal error: Uncaught mysqli_sql_exception: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column

Error: Fatal error : Uncaught mysqli_sql_exception: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column Solution: mysqli_query($con, "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));");