Skip to content
New issue

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

500 error on deletion of a user #14

Closed
Xack opened this issue Jun 27, 2012 · 1 comment
Closed

500 error on deletion of a user #14

Xack opened this issue Jun 27, 2012 · 1 comment

Comments

@Xack
Copy link

Xack commented Jun 27, 2012

I went to delete the demo user after a brand new install, gives 500 error.
PHP Fatal error: Call to a member function delete() on a non-object in /protected/modules/user/controllers/YumUserController.php on line 293,

I don't know the code well enough for a quick fix. :)

@thyseus
Copy link
Owner

thyseus commented Jun 27, 2012

did you activate a cache component? if not, please
try to add
'cache' => array('class' => 'CDummyCache') to your
components/ and try again. This is also documented.

If this error still happens, i committed a fix.

Issue will be closed once you confirm, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants