Re: [phplib] Installing problems ... From: Maurice Jumelet (maurice <email protected>)
Date: 09/29/00

somewhere you must have added a space, look for space befor the <?php tag en
after the ?> tag

Maurice

----- Original Message -----
From: <dominic.paschke <email protected>>
To: <phplib <email protected>>
Sent: Friday, September 29, 2000 11:44 AM
Subject: [phplib] Installing problems ...

Hi list!

Unfortunately I have to install the Phplib without autoprepend
and php3.ini file. That's the way I did it:

1)I put the files in a dir called "inc_dir"
2)I set $_PHPLIB["libdir"] = "inc_dir/"; in prepend.php3
3)I put in the database parameters at local.in:
  class DB_Wizard extends DB_Sql {

  var $Host = "intra.airbus.dasa.de";

  var $Database = "benchmarking";

  var $User = "test";

  var $Password = "test";

}

Why I try to load the page test.php3 oder index.php3, I retrieve this:

######################################################################
 Warning: Cannot add more header information - the header was already
sent (header information may be added only before any output is generated
from the script - check for text or whitespace outside PHP tags, or
calls to functions that output text) in inc_dir/session.inc on line 392

Warning: Oops, php3_SetCookie called after header has been sent in
inc_dir/session.inc on line 117

Warning: Cannot add more header information - the header was already
sent (header information may be added only before any output is generated
from the script - check for text or whitespace outside PHP tags, or
calls to functions that output text) in inc_dir/session.inc on line 401

######################################################################

I hope, anybody can help me ;-)

Dominic

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>