Your sessions cannot be saved to {$config['session_save_path']}"; print "

Please make sure that directory is writable by the webserver

"; } exit(); } /*************************************************/ /* Load the configuration Vars from the database */ /*************************************************/ $Q="SELECT id,variable,value FROM config"; $res = mysql_query($Q); while($conf = mysql_fetch_row($res)) { list($id_val,$confvar,$confvalue) = $conf; $config[$id_val][$confvar] = $confvalue; } ?>