/
SSL Redirect without events
SSL Redirect without events
Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/c701f8a79464737a#
When SSL-redirect (from https:// to http://) is made, then events are ignored resulting to "No Permission" page. For example when you are on login/register page in SSL mode and there is missing phrase on it. When you click phrase translate link, then you got redirected to proper page, but phrase event is missing resulting "No Permission" error.
Solution
Add $pass['pass_events'] = 1; after $pass = $http_query->getRedirectParams(); in kMainTagProcessor::CheckSSL tag.