Critical Error page when user cancel to allow
Error page and will show app id and scret code if user press cancel button. It happend in this demo too http://hoauth.hamstercms.com/yii-user/user/login
It is an Exception, not a critical error, it is just a demo, you can catch that exception in your application.
where I can add a catch that exception?
/protected/extensions/hoauth/HOAuthAction.php @@185 is already caching that exception for you and you should decide what to do with it. First deploy your apllication code and test it, don't follow the demo as it is.
Hi Marianoagara
i have change line 185 in HOAuthAction and when i click "cancel" in facebook or "deny" in G+ then i have error 500 include(LoginController).
how i fixed ? Thanks
@hasbi001 What did you changed?