Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-07 Thread Eric Koons via PacketFence-users
So, I think it finally hit me as to what the problem might have been. I think back on version 6.5, there was no way to specify a predefined sponsor email address in the admin gui. I think I installed a mod that enabled a sponsor with predefined email option. Once I deleted that that portal pr

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Eric Koons via PacketFence-users
Database changed MariaDB [pf]> select * from activation where activation_code="9b777b6db43b9c2aeb4c484b0241f97b"; +-+---++---+---++--+-+---++-

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Durand fabrice via PacketFence-users
The issue here is that the source_id is undef. It's suppose to be set when the activation code is generated. If you can check in the database with a request like: select * from activation where activation_code="9b777b6db43b9c2aeb4c484b0241f97b"; If the source_id is still undef then we will h

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Eric Koons via PacketFence-users
Got it and done. Below is from the packetfence.log file. This was attempting to authorize a user request from earlier today. Unfortunately I’m VPN’d in and only can access the admin gui and CLI, so if I need to generate a new guest request it will have to wait until tomorrow when I’m in the

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Eric Koons via PacketFence-users
I attempt to run this from the command line and I get git is an unrecognized option. Is there something I’m missing? This is CentOS. Eric Koons Sr. Network Engineer | CCNA Service Electric Cable TV and Communications | www.sectv.com eko...@sectv.com Office: 610-841-8355 Mobile: 610-533-6834 Fax

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Durand fabrice via PacketFence-users
Put that in a file (path.diff): diff --git a/html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm b/html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm index 3ac0e491af..55663361e5 100644 --- a/html/captive-portal/lib/captiveportal/PacketFe

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Durand fabrice via PacketFence-users
Can you try that: diff --git a/html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm b/html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm index 3ac0e491af..55663361e5 100644 --- a/html/captive-portal/lib/captiveportal/PacketFence/Controller

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Eric Koons via PacketFence-users
Yes, there are 4 of them. Eric Koons Sr. Network Engineer | CCNA Service Electric Cable TV and Communications | www.sectv.com eko...@sectv.com Office: 610-841-8355 Mobile: 610-533-6834 Fax: 610-797-2445 > On Nov 1, 2018, at 9:51 PM, Durand fabrice wrote: > > Is there any account in the loc

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Durand fabrice via PacketFence-users
Is there any account in the local user database (tab users) where there is an action "mark as sponsor" ? Le 18-11-01 à 20 h 46, Eric Koons a écrit : I’m not sure I understand your question. Eric Koons Sr. Network Engineer | CCNA Service Electric Cable TV and Communications | www.sectv.com

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Eric Koons via PacketFence-users
I’m not sure I understand your question. Eric Koons Sr. Network Engineer | CCNA Service Electric Cable TV and Communications | www.sectv.com eko...@sectv.com Office: 610-841-8355 Mobile: 610-533-6834 Fax: 610-797-2445 > On Nov 1, 2018, at 7:42 PM, Durand fabrice via PacketFence-users > wr

Re: [PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Durand fabrice via PacketFence-users
Hello Eric, does one of the source "local" contain an account how is sponsor ? Regards Fabrice Le 18-11-01 à 14 h 24, Eric Koons via PacketFence-users a écrit : We were using sponsor based guest authorization with version 6.5, for some reason it’s broken on 8.1 When I receive the email to ac

[PacketFence-users] Problem with sponsor based registration after upgrade from 6.5 to 8.1

2018-11-01 Thread Eric Koons via PacketFence-users
We were using sponsor based guest authorization with version 6.5, for some reason it’s broken on 8.1 When I receive the email to activate the user, I click on the link and it says that “No Active sponsor source for this connection Profile.” But I do have a sponsor defined. Here is what happens