rainlab / user-plugin

Front-end user management.
Other
113 stars 152 forks source link

Issue with HashManager and the config #491

Closed flyingbaba closed 2 years ago

flyingbaba commented 2 years ago

After installation plugin seems to be working but I'm not able to create a new user. Backend or Frontend throwing the same error:

"Undefined property: Illuminate\Hashing\HashManager::$config" on line 95 of C:\xampp\apps\xxxx\yyyyy\vendor\laravel\framework\src\Illuminate\Hashing\HashManager.php

October v2, Plugins were installed from project.

Any thoughts ?

flyingbaba commented 2 years ago

Found the issue with different plugin and the third party Laravel package gloudemans/shoppingcart. I'm still in development of one small private plugin and I've tried to install gloudemans/shoppingcart from the root folder of the project, it has these issues:

Problem 1

daftspunk commented 2 years ago

Hey @flyingbaba,

Indeed October v2 uses Laravel 6 and this is likely why the package won't install or has introduced an incompatible interface. You may need to contact this package author to ask if they are planning on supporting newer Laravel versions.

I hope this helps!