PacketFence - BTS - PacketFence | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001695 | PacketFence | configuration | public | 2013-08-20 13:51 | 2013-08-20 13:54 |
Reporter | muhlig | ||||
Assigned To | francis | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 4.0.5 | ||||
Target Version | Fixed in Version | 4.0.6 | |||
fixed in git revision | dcc1f6d2758e1f92329311b678d71ea79d7bdc5c | ||||
fixed in mtn revision | |||||
Summary | 0001695: Apache error for guest: You don't have permission to access /cgi-perl/email_activation.cgi on this server. | ||||
Description | ./lib/pf/services/apache.pm line 94: my $guest_regist_allowed = $guest_self_registration{'enabled'}; However, $guest_self_registration{'enabled'} is undefined. The effect is: line 95: if ($guest_regist_allowed && isenabled............................. and line 102: if ($guest_regist_allowed && ($email_enabled..................... conditions are not fulfilled and ./var/conf/captive-portal-common.conf is not properly generated and some URIs are not allowed from all, thus bringing WWW error: “You don't have permission to access /cgi-perl/email_activation.cgi on this server.” | ||||
Steps To Reproduce | |||||
Additional Information | I'd advice simply get rid of $guest_regist_allowed variable and accordingly modify these two conditions. Otherwise you need to define $guest_self_registration{'enabled'} somewhere. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-08-20 13:51 | muhlig | New Issue | |||
2013-08-20 13:54 | francis | fixed in git revision | => dcc1f6d2758e1f92329311b678d71ea79d7bdc5c | ||
2013-08-20 13:54 | francis | Note Added: 0003422 | |||
2013-08-20 13:54 | francis | Status | new => resolved | ||
2013-08-20 13:54 | francis | Fixed in Version | => 4.0.6 | ||
2013-08-20 13:54 | francis | Resolution | open => fixed | ||
2013-08-20 13:54 | francis | Assigned To | => francis |
Notes | |||||
|
|||||
|
|