Re: [Phplib-users] unable to connect
Brought to you by:
nhruby,
richardarcher
From: Peter C. <li...@kr...> - 2003-03-05 21:08:06
|
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. > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Phplib-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phplib-users |