phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #806] Headers already sent


From: nobody
Subject: [Phpgroupware-tracker] [Bug #806] Headers already sent
Date: Fri, 05 Jul 2002 15:55:39 -0400

=================== BUG #806: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=806&group_id=509

Changes by: Bettina Gille <address@hidden>
Date: 2002-Jul-05 19:55 (GMT)

------------------ Additional Follow-up Comments ----------------------------
remove <!-- BEGIN domain --> and <!-- END domain -->



=================== BUG #806: FULL BUG SNAPSHOT ===================


Submitted by: sascha                    Project: phpGroupWare                   
Submitted on: 2002-Jul-05 10:12
Category:  API - Setup                  Bug Group:  None                        
Severity:  5 - Major                    Priority:  Immediate                    
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Linux - RedHat       
Reproducibility:  Every Time            

Summary:  Headers already sent

Original Submission:  Every time (directly after cxreating the headers) I get 
the following error:

Parse error: parse error in 
/homepages/23/d32392705/htdocs/phpgroupware/header.inc.php on line 107

Warning: Cannot add header information - headers already sent by (output 
started at /homepages/23/d32392705/htdocs/phpgroupware/header.inc.php:107) in 
/homepages/23/d32392705/htdocs/phpgroupware/setup/index.php on line 62

I received my phpgroupware as follows:
,----[ getphpgroupware ]-
| #! /bin/sh
|
| # Login
| cvs - p:pserver:address@hidden:/cvsroot/phpgroupware login 
| # Get base
| cvs -z3 -d:pserver:address@hidden:/cvsroot/phpgroupware co phpgroupware
| cd phpgroupware
| # Get all
| cvs -z3 -d:pserver:address@hidden:/cvsroot/phpgroupware co all
| # Logout
| cvs -d:pserver:address@hidden:/cvsroot/phpgroupware logout
| rm -rf phpgroupware
`----

How to fix this?

Thx Sascha

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

-------------------------------------------------------
Date: 2002-Jul-05 19:55             By: ceb
remove <!-- BEGIN domain --> and <!-- END domain -->

-------------------------------------------------------
Date: 2002-Jul-05 17:10             By: sascha
Thanks for help.
Line 107 was <!-- BEGIN domain -->.
Now it runs with failures, send those on other place.

Sascha

-------------------------------------------------------
Date: 2002-Jul-05 16:11             By: sascha
As a help: You can see this error when looking at 
http://groupware.livingit.de/setup/index.php andhttp://groupware.livingit.de/

Ciao Sascha

-------------------------------------------------------
Date: 2002-Jul-05 16:08             By: sascha
As a help: You can see this error when looking at 
http://groupware.livingit.de/setup/index.php andhttp://groupware.livingit.de/

Ciao Sascha

-------------------------------------------------------
Date: 2002-Jul-05 16:07             By: ceb
whats line 107 of your current header.inc.php file?
also: you checked out the cvs HEAD development code, which is currently not 
stable. please use 'cvs co -r Version-0_9_14-branch phpgroupware' for the 
stable release code.

-------------------------------------------------------
Date: 2002-Jul-05 11:59             By: sascha
I've changed headers.inc.php in that way:

,----[ changes ]-
| <!-- BEGIN domain -->
|
|       $GLOBALS['phpgw_domain']['default'] = array (
|       'db_host' => 'db24.kundenserver.de',
|       'db_name' => 'db32458512',
|       'db_user' => 'dbo32458512',
|       'db_pass' => '2QtQYus4',
|       // Look at the README file
|       'db_type' => 'mysql',
|       // This will limit who is allowed to make configuration modifications
|       'config_passwd' => 'unisys'
| );
| 
| <!-- END domain -->
`----

It shows the parse error at <!-- BEGIN domain -->

Sashca




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=806&group_id=509



reply via email to

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