Uncaught exception Error
Closed this issue · 2 comments
kevenages commented
I seem to have an issue when I try to have a relationship with one model to the User model
I have an Upload Model which belongsTo User. Anytime a guest login is used (I can't replicate this error when logged in under any account) I get the following error:
Fatal error: Uncaught exception 'Exception' with message 'User::authsomeLogin() is not implemented!'
Which is thrown from authsome.php:81
If there is no relationship to User then there is no problem, however the relationship needs to exist.
Any help or insight would be greatly appreciated.
Deleted user commented
This sounds strange, I assume you have implemented User::authsomeLogin() ?
kevenages commented
This seemingly was an issue with the spark plug plugin not with authsome
thanks for the quick reply