ShawnClake / UserExtended

An extension to the existing RainLab.User plugin for OctoberCMS
http://octobercms.com/plugin/clake-userextended
GNU General Public License v3.0
23 stars 12 forks source link

Namespace initialization errors #57

Closed QuinnBast closed 7 years ago

QuinnBast commented 7 years ago

When setting up the plugin for first use this error pops up: image

As a work-around for this issue comment out "use Clake\Userextended\Models\UserExtended;" line in the following files: classes/TimezoneHandler.php classes/UserSettingsManager.php classes/UserUtil.php

ShawnClake commented 7 years ago

Potential fix: Replace use lines with fully qualified namespace names where needed.

Backup plan: Add aliases to use lines

ShawnClake commented 7 years ago

@QuinnBast Has this been fixed? I'm not sure if there were any remaining trouble spots

QuinnBast commented 7 years ago

The newest update gives me no more errors with namespace includes