[phplib] problems installing phplib From: Andrea Iacoponi (a.iacoponi <email protected>)
Date: 10/03/00

(Excuse me if I sent this email to the wrong mailing list)

I tried to install phplib 7.2c on my SuSE Linux 6.3, but I was unsuccesfully to
  make it work. Mayby somebody can help me ? Here is what I made:

1) I succesfully followed steps 1 to 7 of "Quick guide to installation"
(par. 1.3 of the docomentation). Step 8 results in the following error:
Warning: Uninitialized variable or array index or property (sid) in
session.inc on line 393
Warning: Uninitialized variable in session.inc on line 93
Warning: Oops, php3_SetCookie called after header has been sent in
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 session.inc on line 401

2) I tried the some tests in 1.5 paragraph. The following fails (I think at
the last line)
<?php
include("table.inc"); // requires include_path to be functioning
$db = new DB_Example;
$db->query("select * from auth_user");
$t = new Table;
$t->heading = "on";
$t->show_result($db);
?>
and report:
Warning: Uninitialized variable in table.inc on line 884
Warning: Uninitialized variable or array index or property (d) in table.inc
on line 833
Warning: Uninitialized variable or array index or property (d) in table.inc
on line 847
Warning: Uninitialized variable or array index or property (row) in
table.inc on line 299

user_id username password perms
c14cbf141ab1b7cd009356f555b607dc kris test admin

I ran phpinfo() and everything seems ok.
I can send the results of the run if you need it.
One more info: I run mysql whit --skip-grant-tables option.

Thank for the help !

        Andrea Iacoponi