Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Announcing: Proxy Single Sign-on for v 1.4.1

+3 votes

I've updated Proxy Single Sign-on plugin for v 1.4.1

See the screencast which show the features and architecture of the plug-in. The screencast is for the first version of the plugin, but the user experience and architecture remain the same.

 

The plugin includes a new widget for greeting the user. The widget software can be used as an example of the "flash message" idea from Rails. It enables software to post a message to the user.

Thanks to Gideon's work on 1.4.1, installation of the plug in is now much smoother. No core files are changed to install the plugin!

asked Aug 16, 2011 in Plugins by larryk
recategorized Nov 13, 2011 by gidgreen
the qa-plugin.php tries to register 3 php files, only one of them exists at the github site.
what is "sw" stands for ?

1 Answer

0 votes

just tested with a fresh install of 1.5, I am getting this whenever the plugin is in place:

Warning: require_once(/.../qa/qa-plugin/proxy-sso-login/qa-proxy-sso-login-widget.php) [function.require-once]: failed to open stream: No such file or directory in /.../qa/qa-include/qa-base.php on line 572

Fatal error: require_once() [function.require]: Failed opening required '/.../qa/qa-plugin/proxy-sso-login/qa-proxy-sso-login-widget.php' (include_path='.:/usr/local/share/pear') in /.../qa/qa-include/qa-base.php on line 572

answered Jan 30 by Greg White
I believe those imports were from the Q2A core. I'm looking into the upgrade issues right now....
Fixed the repo on GitHub. Thank you for the problem report!