-
Notifications
You must be signed in to change notification settings - Fork 122
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
The demo won't work #194
Comments
Same problem, the thing is that when you open the http://localhost/testdrive/index.php/user/install calls to render function with start view as parameter, and this view uses Yum::SetFlash function that in turn uses Yum::t funcion. You can work around that issue creating the translation table like this: CREATE TABLE IF NOT EXISTS But this is not the only problem :( , to be continued. |
I had the same problem. After creating the table and running the installer I was getting "trying to get a property of a non object" from user/views/user/login.php line 124 You can register registrationUrl);?> to fix it i added the following to the config->main->modules portion
|
Thanks for response. |
When click installation I get
"Error 500
CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'yii_user_management_demo.translation' doesn't exist
Yii User Management version 0.9-git-wip.". Any idea ?
The text was updated successfully, but these errors were encountered: