We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following error when trying to view the group permissions
Undefined variable: facebook [APP/plugins/spark_plug/views/layouts/sparkwufoodefault.ctp, line 3]
Also when I register a new user I do not receive the activation email and the user is also active without confirmation.
The text was updated successfully, but these errors were encountered:
please check the latest version, it should not throw the undefined variable warning.
About the mail: the behaviour was not changed, it's trying to use the phpmailer class on aftersave user model event.
Sorry, something went wrong.
Still getting the error ? Please tell me so I can close the issue.
Thank you.
I'm using the latest spark_plug and when login is done.. //:::::::
Notice (8): Undefined index: UserGroup [APP/plugins/spark_plug/controllers/users_controller.php, line 303]
Notice (8): Undefined index: UserGroup [APP/plugins/spark_plug/controllers/users_controller.php, line 304]
Notice (8): Undefined index: Company [APP/plugins/spark_plug/controllers/users_controller.php, line 305] //:::::::
and at administrator area User Group Permissions (groups column).. //:::::::
Undefined index: UserGroup [APP/plugins/spark_plug/views/user_group_permissions/index.ctp, line 34 //::::::: Thank you
I get the same error with the last version. It is a clean installation of cake + spark_plug + facebook and nothing else:
Notice (8): Undefined variable: facebook [APP/plugins/spark_plug/views/layouts/sparkwufoodefault.ctp, line 3]
No branches or pull requests
I'm getting the following error when trying to view the group permissions
Undefined variable: facebook [APP/plugins/spark_plug/views/layouts/sparkwufoodefault.ctp, line 3]
Also when I register a new user I do not receive the activation email and the user is also active without confirmation.
The text was updated successfully, but these errors were encountered: