I changed from a share host to a VPS host.
Nothing but problems.
Now on the forum, when you open a forum, you get this message
SQL ERROR [ mysqli ]
Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'rebelsar_phpb348.w.counter_user' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]
SQL
SELECT w.user_id, w.topic_id, w.counter_user, w.date, u.username, u.user_colour, u.user_id, u.user_avatar, u.user_avatar_type, u.user_avatar_height, u.user_avatar_width, u.user_type, SUM(w.counter_user) AS total FROM phpbb4p_whovisitedthistopic w, phpbb4p_users u WHERE w.topic_id = 57 AND w.user_id = u.user_id GROUP BY w.user_id ORDER BY w.date DESC LIMIT 10
Anyone tell me or help me correct this.
Ron.
Nothing but problems.
Now on the forum, when you open a forum, you get this message
SQL ERROR [ mysqli ]
Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'rebelsar_phpb348.w.counter_user' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]
SQL
SELECT w.user_id, w.topic_id, w.counter_user, w.date, u.username, u.user_colour, u.user_id, u.user_avatar, u.user_avatar_type, u.user_avatar_height, u.user_avatar_width, u.user_type, SUM(w.counter_user) AS total FROM phpbb4p_whovisitedthistopic w, phpbb4p_users u WHERE w.topic_id = 57 AND w.user_id = u.user_id GROUP BY w.user_id ORDER BY w.date DESC LIMIT 10
Anyone tell me or help me correct this.
Ron.
Statistics: Posted by Ronald_38 — Thu Jan 18, 2024 6:57 pm