oc-shopaholic / oc-buddies-plugin

👥 October CMS user system
https://octobercms.com/plugin/lovata-buddies
GNU General Public License v3.0
31 stars 15 forks source link

Plugin crashes due to lack of DataFileModel class definition on latest October version #63

Open erocketa opened 3 years ago

erocketa commented 3 years ago

Hello, plugin doesnt work on latest October version

After plugin activation, any attempt to view front site leads to an Exception Symfony\Component\Debug\Exception\FatalErrorException

We're sorry, but an unhandled error occurred. Please see the details below. E:\Install\dev\wamp\www\octobersite\plugins\lovata\buddies\models\User.php line 68 ~/vendor/october/rain/src/Foundation/Application.php

property DataFileModel is undefined

It looks like, there is no class definition for DataFileModel in plugin code

Is there any way to fix this?

Many thanks, Vlad

erocketa commented 3 years ago

Trait 'Kharanenka\Helper\DataFileModel' not found www\octobersite\plugins\lovata\buddies\models\User.php line 68 there is no namespace or Kharanenka in plugin codebase