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
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?

Mohsin
Mohsin

It got fixed few hours ago. Check this out. It will probably come out in the next October update but you may use the fix to resolve your issue.

Last updated

generic user
generic user

Ok, thanks for the heads up!

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.