Just upgraded my own site to 3.17
Kind of funny... I went looking for the commented out section in engine.php
for the switch user stuff but didn't find it. In its place, I found a
different new function that was not commented out.
After a bit, I looked again at the release notes, and saw it still said it
was in there.
o Added a commented out experimental hook for a switchuser function.
Looked at the 3.17 zip file to see if somehow it didn't upgrade part of
engine.php and no, it was not there.
Finally, I looked at the Switch User page, and saw that you changed things.
Might want to remote the comment about the comment'ed line in engine.php
The new way is much better by the way. No change to engine.php needed.
Also, I had to use a full path to the switchuser plugin in my index.php file
like:
include_once("/www/vhosts/wiki/boltwire/farm/plugins/switchuser.php");
The use of
#include_once("$farmPath/plugins/switchuser.php");
As the use of $farmPath is for me at least, not set so it provides an
invalid path.
I added a comment on the switchuser page, that where you put the additional
lines is important. A user not used to PHP might just add them to the end
of the file instead of before the include for the engine.php file.
BTW:
Why does the download link on the main boltwire page serve up
boltwire3.15.zip. Shouldn't that button take you to the download page
instead a specific download?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---