oc-mall-plugin icon indicating copy to clipboard operation
oc-mall-plugin copied to clipboard

Incompatibility with RainLab.User 3.0

Open cyril-design opened this issue 8 months ago • 4 comments

Hi. Since I updated RainLab.User 3.0 and Mall 3.3 I've got an error: Authentication user provider [user] is not defined. ~/vendor/laravel/framework/src/Illuminate/Auth/CreatesUserProviders.php line 39

I've tried with a simple layout with the cart component. Idem with Products page in backend.

And in the Users page in backend:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.offline_mall_customer_group_id' in 'where clause' (SQL: select `users`.*, (select name from `offline_mall_customer_groups` where `users`.`offline_mall_customer_group_id` = `offline_mall_customer_groups`.`id`) as `customer_group`, (select name from `user_groups` where `users`.`primary_group_id` = `user_groups`.`id`) as `primary_group` from `users` limit 20 offset 0)

Thanks !

PHP: 8.2 October CMS: v3.6.22 Rainlab User: v3.0.5 Offline Mall: v3.3.1 Laravel Framework: 9.52.16

cyril-design avatar Jun 10 '24 14:06 cyril-design