the exact error messages are ============================================================================ ==========================
Warning: session_start(): open(/tmp\sess_000c30790862f64268e755546b6fcbb2, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\maillist\maillist\admin.php on line 1 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\maillist\maillist\admin.php:1) in C:\Program Files\Apache Group\Apache2\htdocs\maillist\maillist\admin.php on line 1 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Program Files\Apache Group\Apache2\htdocs\maillist\maillist\admin.php:1) in C:\Program Files\Apache Group\Apache2\htdocs\maillist\maillist\admin.php on line 1 ============================================================================ ========================== "Ed Lazor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You need to give us the error in order to help troubleshoot it. > > > > -----Original Message----- > > I'm kinda new at PHP and I was trying to install one of the mailing lists > > and newsletter systems and during the installation process I got errors > > evertime the session_start() function called .. > > I had this before when I tried to work with OSCommerce. > > > > Is there something wrong in my installation which makes sessions not > > working > > fine or something like this ?!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

