spark_plug icon indicating copy to clipboard operation
spark_plug copied to clipboard

Error when trying to view group permissions

Open jedt opened this issue 15 years ago • 4 comments

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.

jedt avatar Sep 03 '10 01:09 jedt

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.

steinkel avatar Oct 22 '10 19:10 steinkel

Still getting the error ? Please tell me so I can close the issue.

Thank you.

steinkel avatar Nov 29 '10 16:11 steinkel

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

carlmuluba avatar Feb 23 '11 11:02 carlmuluba

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]

sinfante avatar Apr 15 '11 15:04 sinfante