Date: 09/29/00
- Next message: Maurice Jumelet: "Re: [phplib] Installing problems ..."
- Previous message: Bence Hoyle: "[phplib] Basic Sessions handling"
- Next in thread: Maurice Jumelet: "Re: [phplib] Installing problems ..."
- Reply: Maurice Jumelet: "Re: [phplib] Installing problems ..."
- Maybe reply: dominic.paschke <email protected>: "Re: [phplib] Installing problems ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Maurice Jumelet: "Re: [phplib] Installing problems ..."
- Previous message: Bence Hoyle: "[phplib] Basic Sessions handling"
- Next in thread: Maurice Jumelet: "Re: [phplib] Installing problems ..."
- Reply: Maurice Jumelet: "Re: [phplib] Installing problems ..."
- Maybe reply: dominic.paschke <email protected>: "Re: [phplib] Installing problems ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

