Date: 01/13/00
- Next message: Shawn Patton: "Re: [PHPLIB] DB_Sql seek problem"
- Previous message: Nels Lindquist: "[PHPLIB] Form posting weirdness with IE5"
- Next in thread: Kristian Köhntopp: "Re: [PHPLIB] URGENT!!! PHPLIB installation problem!!!!!"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] URGENT!!! PHPLIB installation problem!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I got following warnings when I loaded the index.php3 page come with PHPLIB 7.2:
Warning: Uninitialized variable or array index or property (sid) in session.inc on line 396
Warning: Uninitialized variable in session.inc on line 96
Warning: Oops, php3_SetCookie called after header has been sent in session.inc on line 120
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 session.inc on line 404
I have already followed all the installation instructions in the php documents and copied codes in following directories to my linux machine :
1) php -> /home/httpd/php
2) pages -> /home/httpd/htdocs
I have also performed following steps:
1) Created a mysql database called phplib and all the tables by mysql script provided. 2) include_path in php3.ini changed to /home/httpd/php
3) include("prepend.php3"); added to index.php3 rather than using auto_prepend_file
4) both track_vars and magic_quotes_gpc are "on"
5) changed DB_Example class in local.inc as follow:
class DB_Example extends DB_Sql {
var $Host = "localhost";
var $Database = "phplib";
var $User = "root";
var $Password = "";
}
Have I missed any steps?
Please help!!!!!
Thanks!!!!
Alan
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Shawn Patton: "Re: [PHPLIB] DB_Sql seek problem"
- Previous message: Nels Lindquist: "[PHPLIB] Form posting weirdness with IE5"
- Next in thread: Kristian Köhntopp: "Re: [PHPLIB] URGENT!!! PHPLIB installation problem!!!!!"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] URGENT!!! PHPLIB installation problem!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

