This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I tried to install Backend Plus on October Stable Release. However, I got message:
Update failed
Class 'Backend\Models\UserPreferences' not found
After this, I got page error when accessing /backend. How do I cope this?
Last updated
Hmm... Looking at the source code for october, there is a class 'UserPreference' not 'UsersPreferences'
My initial thought was that the plugin had been written for an older version of October, and they had changed the name of the class.
Looking into the plugin, though, it seems that it does check for the singular version first, and if it doesn't exist it tries using the plural version.
line 174 here : https://github.com/gergo85/oc-backend-plus/blob/master/Plugin.php
So the check for the class 'Backend\Models\UserPreference' is failing. Not sure what's going on there but that should get you started on the right path.
1-2 of 2