From: Thomas H. <fi...@fi...> - 2004-12-20 22:30:16
|
Hello, I'm in the process of installing WiFiAdmin, I have run across some problems though. This is what I get when I call up index.php: Warning: session_start(): open(/var/lib/php4/sess_a6b6115ece0ddcf54b35fcd0586bc7bb, O_RDWR) failed: Permission denied (13) in /var/www/wifiadmin/include/auth.php on line 24 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/wifiadmin/include/auth.php:24) in /var/www/wifiadmin/include/auth.php on line 24 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/wifiadmin/include/auth.php:24) in /var/www/wifiadmin/include/auth.php on line 24 Warning: fread(): Length parameter must be greater than 0. in /var/www/wifiadmin/include/passwd_functions.php on line 51 Notice: Undefined variable: lines in /var/www/wifiadmin/include/passwd_functions.php on line 65 Notice: Undefined variable: lines in /var/www/wifiadmin/include/passwd_functions.php on line 68 Notice: Undefined variable: return_array in /var/www/wifiadmin/include/passwd_functions.php on line 77 Warning: Invalid argument supplied for foreach() in /var/www/wifiadmin/include/passwd_functions.php on line 137 <PARTS OF THE ADMIN PAGE SHOW UP HERE, THEN AT THE BOTTOM:> Warning: Unknown(): open(/var/lib/php4/sess_a6b6115ece0ddcf54b35fcd0586bc7bb, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php4) in Unknown on line 0 This is a fresh installation of Apache&PHP, so the problem might lie there. I've disabled the MySQL features, so that too could be the problem. Thanks for your help and your (Hopefully) good program! -Thomas |