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

Registration and login and password reset forms work together in single view #18

Closed
anas-shehadeh opened this issue Feb 18, 2015 · 2 comments

Comments

@anas-shehadeh
Copy link

I am using javascript fadeIn & Fadeout effect to show & hide the form. So to enable that effect i have to put all the three forms in a single view & have to call respective controllers(actionlogin, actionSignup & actionPasswordReset) on button click.
and try to make it in one actionindex
i have error
Calling unknown method: app\controllers\AccController::triggerModuleEvent()
in C:\xampp\htdocs\yesitis\vendor\yiisoft\yii2\base\Component.php

@webvimark
Copy link
Owner

I can only guess what may cause this problem (need to see your code), but I may suggest you to fix it fast by adding triggerModuleEvent() from AuthController in your AccController

@anas-shehadeh
Copy link
Author

thanks

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