This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
generic user
Hi, on a fresh install when trying to go to the ./backend/backend/users
i get the following error:
SQLSTATE[HY000]: General error: 1 no such function: concat (SQL: select "backend_users".*, concat(first_name, ' ', last_name) as "full_name", (select group_concat(name, ', ') from "backend_user_groups" inner join "backend_users_groups" on "backend_user_groups"."id" = "backend_users_groups"."user_group_id" where "backend_users_groups"."user_id" = "backend_users"."id") as "groups" from "backend_users" order by "login" desc limit 20 offset 0)
/sites/domain.xxx/www/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 625
TYPE: Undefined EXCEPTION: Illuminate\Database\QueryException
Any ideas on whats going on?
1-3 of 3