tested with a fresh installation and the following OC Plugins:
Now, while trying to open the "Comments" Page in the backend, I got the following error:
SQLSTATE[42702]: Ambiguous column: 7 ERROR: ORDER BY "user_id" is ambiguous LINE 1: ...rextended_comments"."deleted_at" is null order by "user_id" ... ^ (SQL: select "clake_userextended_comments".*, (select name from "users" where "clake_userextended_comments"."user_id" = "users"."id") as "user_id", (select name from "users" where "clake_userextended_comments"."author_id" = "users"."id") as "author_id" from "clake_userextended_comments" where "clake_userextended_comments"."deleted_at" is null order by "user_id" desc limit 20 offset 0)
Same for "Friends"
SQLSTATE[42702]: Ambiguous column: 7 ERROR: ORDER BY "user_that_sent_request" is ambiguous LINE 1: ...erextended_friends"."deleted_at" is null order by "user_that... ^ (SQL: select "clake_userextended_friends".*, (select name from "users" where "clake_userextended_friends"."user_that_sent_request" = "users"."id") as "user_that_sent_request", (select name from "users" where "clake_userextended_friends"."user_that_accepted_request" = "users"."id") as "user_that_accepted_request" from "clake_userextended_friends" where "clake_userextended_friends"."deleted_at" is null order by "user_that_sent_request" desc limit 20 offset 0)
Hi,
tested with a fresh installation and the following OC Plugins:
Now, while trying to open the "Comments" Page in the backend, I got the following error:
Same for "Friends"
ENV: