felixge/cakephp-authsome

Uncaught exception Error

Closed this issue · 2 comments

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.

This sounds strange, I assume you have implemented User::authsomeLogin() ?

This seemingly was an issue with the spark plug plugin not with authsome
thanks for the quick reply