RESOLVED - Gui-bug in Captive Portal
-
Found a Gui-bug in Captive Portal.
This error appears when I save the configuration.
ERROR! COULD NOT LOCATE niftycssCode.css
Please contact webmaster. -
Surely that is not the best solution, but is resolved.
The problem is caused because the function captiveportal_configure() change the work directory to /usr/local/captiveportal and file niftycssCode.css is found in /usr/local/www. My solution was to add the command "chdir ("/usr/local/www");":
– Original file /usr/local/www/services_captiveportal.php
…
$ Savemsg = get_std_save_message ($ retval);
)
)include ( "head.inc");
?> -
Resolved with version:
1.3-ALPHA-ALPHA
built on Mon Aug 11 05:54:58 EDT 2008
FreeBSD 7.0-RELEASE-p3
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.