|
||||||||||
Dear all, How can i porting WebGui to FreeBSD 5.4 Stable ? is there any script that i have to change especially in php.ini and httpd.conf ? I've been downloaded rootfs and tested but have some errors : #!/usr/local/bin/php Warning: Cannot add header information - headers already sent by (output started at /data/www/monowall/usr/local/www/services_captiveportal.php:2) in /data/www/monowall/usr/local/www/guiconfig.inc on line 33 Warning: Cannot add header information - headers already sent by (output started at /data/www/monowall/usr/local/www/services_captiveportal.php:2) in /data/www/monowall/usr/local/www/guiconfig.inc on line 34 Warning: Cannot add header information - headers already sent by (output started at /data/www/monowall/usr/local/www/services_captiveportal.php:2) in /data/www/monowall/usr/local/www/guiconfig.inc on line 35 Warning: Cannot add header information - headers already sent by (output started at /data/www/monowall/usr/local/www/services_captiveportal.php:2) in /data/www/monowall/usr/local/www/guiconfig.inc on line 36 Warning: Cannot add header information - headers already sent by (output started at /data/www/monowall/usr/local/www/services_captiveportal.php:2) in /data/www/monowall/usr/local/www/guiconfig.inc on line 37 Fatal error: Failed opening required 'config.inc' (include_path='.:/etc/inc:/data/www/monowall/usr/local/www:/usr/local/captiveportal') in /data/www/monowall/usr/local/www/guiconfig.inc on line 41 I've copied mono php.ini to /usr/local/lib/ in my freebsd box. Thanks for the answer. RMN |