google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

Privacy plugin: Call to a member function getRelativeUrl() on a non-object #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Activate privacy / user authentication plugin
2. Put widget on frontpage
3. Go to frontpage when logged out

What is the expected output? What do you see instead?
Expected: Login function

Instead:
Fatal error: Call to a member function getRelativeUrl() on a non-object in 
/WWW_DIR/ww.plugins/privacy/frontend/widget-login.php on line 19 

Original issue reported on code.google.com by Christof...@gmail.com on 26 Jan 2012 at 10:57

GoogleCodeExporter commented 9 years ago
This error appears to be corrected now.

The problem happens when you add a login widget, but there is no User 
Authentication page created. The widget doesn't know where to send people for 
registration, so it crashed.

There is code there now that returns a message explaining this.

Original comment by kae.verens@gmail.com on 19 Feb 2012 at 1:39