phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #7983] Post Install-First Run Fails


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #7983] Post Install-First Run Fails
Date: Sun, 06 Jun 2004 19:24:34 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040602 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #7983] Latest Modifications:

Changes by: 
                Dave Hall <address@hidden>
'Date: 
                Sun 06/06/2004 at 23:23 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Invalid
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Closed due to no response after 2 weeks of followup being posted






/**************************************************************************/
[bugs #7983] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7983>
Project: phpGroupWare
Submitted by: Jose C
On: Wed 03/03/2004 at 08:48

Category:  API - Setup
Item Group:  0.9.16.000 release
Severity:  5 - Average
Priority:  6
Resolution:  Invalid
Assigned to:  skwashd
Status:  Closed
Component Version:  TGZ
Platform Version:  MS Windows
Reproducibility:  Every Time


Summary:  Post Install-First Run Fails

Original Submission:  When I first load up groupware after install and 
configure I get the following errors:

Warning: session_start(): The session id contains invalid characters, valid 
characters are only a-z, A-Z and 0-9 in c:program filesapache 
groupapachehtdocsphpgwphpgroupwarephpgwapiincclass.sessions_php4.inc.php on 
line 40

Warning: session_start(): Cannot send session cache limiter - headers already 
sent (output started at c:program filesapache 
groupapachehtdocsphpgwphpgroupwarephpgwapiincclass.sessions_php4.inc.php:40) in 
c:program filesapache 
groupapachehtdocsphpgwphpgroupwarephpgwapiincclass.sessions_php4.inc.php on 
line 40

Warning: Cannot modify header information - headers already sent by (output 
started at c:program filesapache 
groupapachehtdocsphpgwphpgroupwarephpgwapiincclass.sessions_php4.inc.php:40) in 
c:program filesapache 
groupapachehtdocsphpgwphpgroupwarephpgwapiincclass.phpgw.inc.php on line 136

Warning: Unknown(): The session id contains invalid characters, valid 
characters are only a-z, A-Z and 0-9 in Unknown on line 0


-- The reason that php returns this error is that $sessionid has no value.  The 
fix to this error is to add the following lines of code: (at about line 40 
where the error is returned)

function read_session($sessionid)
                {
                
                        if(!empty($sessionid)){
                                session_id($sessionid);
                        }
                        //session_id($sessionid);
                        session_start();
                        return $GLOBALS['phpgw_session'] = 
$_SESSION['phpgw_session'];
                }

After I do this the following error occurs:
1. The login box is displayed
2. I login
3. Nothing happens.  The login box goes away, leaving a totally blank page (as 
in NO output from the script.)

Why isn't phpgroupware working?

I am running win98, apache 1.3.28, and php 4.3.4



Follow-up Comments
------------------


-------------------------------------------------------
Date: Sun 06/06/2004 at 23:23       By: skwashd
Closed due to no response after 2 weeks of followup being posted

-------------------------------------------------------
Date: Tue 03/16/2004 at 14:11       By: skwashd
The sessions bug will be fixed shortly.  What is the output in the apache logs 
when it dies?

btw I hope this is a test box.  win98 is not a good idea for a live site imho












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7983>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]