Ok, per the last response, after doing the update, I carefully went through
EVERYTHING and made changes by hand to bring everything up to date in the
./conf and ./html directories. Also found a number of things in ./lib that
didn't sync up, so did a whole-sale copy from an expanded -devel tree to force
that stuff to update.
One issue remained, which I previously reported, was a permissions issue on
accessing the sponsor-login page. I simply commented out the if() that was
causing the necessary code not to run and forced it to generate the permission.
I'll put the diff here so that the devs can review and possibly tell me why
I'm broken.
102,105c102,106
< if ($guest_regist_allowed && ($email_enabled || $sponsor_enabled)) {
< # | is for a regexp "or" as this is pulled from a 'Location ~'
statement
< $tags{'allowed_from_all_urls'} .=
"|$WEB::URL_EMAIL_ACTIVATION|$WEB::CGI_EMAIL_ACTIVATION";
< }
---
> # if ($guest_regist_allowed && ($email_enabled || $sponsor_enabled)) {
> # # | is for a regexp "or" as this is pulled from a 'Location ~'
> statement
> # $tags{'allowed_from_all_urls'} .=
> "|$WEB::URL_EMAIL_ACTIVATION|$WEB::CGI_EMAIL_ACTIVATION";
> # }
> $tags{'allowed_from_all_urls'} .=
> "|$WEB::URL_EMAIL_ACTIVATION|$WEB::CGI_EMAIL_ACTIVATION";
Otherwise, it appears that I am now successfully up-to-date (well, for the
moment, this thing is a fast-moving target :^).
Don
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users