Re: [Phplib-users] unable to connect
Brought to you by:
nhruby,
richardarcher
From: BRUN L. <zi...@cl...> - 2003-03-05 22:59:11
|
I use the RELEASE 7.4-pre2 version, and i tought it was because of register_globals wich is set to on (in reffer to this post : http://sourceforge.net/mailarchive/message.php?msg_id=2832431 ). i put it to off and restart Apache, but i still can't log with the page test. Any idea of the way to debug the prob ? > Hi Lilian > > Which version of phplib are you using? - the more recent versions use php4's native sessions, so no data will be written to the phplib session tables. > > So you might not have a problem at all! > > I think if you do want to use the tables, you need to user session4_custom.inc - but I've not used it, so maybe someone else culd help you there if you need it. > > Hope that helps > > Peter > > At 14:04 05/03/03 +0100, zi...@cl... wrote: > >I read carrefuly the install doc and test it, but i'm finally unable to connect to the test-example page with the default kris/test logon. > >I had created tables and the test to the database is successfull : > ><?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); > >?> > > > >look like this on the page : > >user_id username password perms > >c14cbf141ab1b7cd009356f555b607dc kris test admin > > > >the session test work too, but not at all : > >the counter works, but i dont get any lines in the session table. > > > >So, i think i miss a stage but i spend hours to find it without success ... > > > >Could u help me ? > > > >Regards, > > > >Lilian. > > |