I am relatively new to October CMS and am currently supporting the upgrade from v1 to v3 for an existing system.
The v3 is now running for the most part, but the user plugin is causing us problems:
When submitting the user registration form:
‘Call to undefined method RainLab\User\Models\User::getActivationCode()’ on line 71 of /app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php
If you want to log in via the form using correct credentials:
‘Unauthenticated.’ on line 40 of /app/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php
If you want to perform the password lookup via the form.
‘Call to undefined method RainLab\User\Models\User::findByEmail()’ on line 71 of /app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php
We have already upgraded the user plugin to v3.2, but unfortunately without success.
Our Env:
laravel/framework 9.52
rainlab/user-plugin 3.2
october 3.7.10
Does anyone happen to know about this problem and how to fix it?
Thx!