From: Shaun M. <sh...@ae...> - 2004-08-05 13:04:10
|
This looks like you are trying to install an old phpwhoisonline module =20= which will not work on phpWebSite 0.9. Modules from the old v0.7 and =20 v0.8 system will not work at all. You'll find a newer version at =20 http://www.shirka.org/phpwebsite/index.php?=20 module=3Dpagemaster&PAGE_user_op=3Dview_page&PAGE_id=3D19&MMN_position=3D5= 3:48 I'd advise against installing it on busy websites or servers with low =20= resources as it performs frequent INSERTS into the database to keep =20 track of visitors. It would be much better if it used some of the php shared memory =20 routines to temporarily store the visitors data instead of a database. =20= That would mean it only worked on Linux/UNIX/MacOSX but hey, that's a =20= good restriction. ;-) On 5 Aug 2004, at 04:01, Alberto Garc=EDa G=F3mez wrote: > I'm tring to install whoisonline as the setup readme said > http://www.myserver.com/mod/phpwhoisonline/phpwhoisonline_setup.php > > and return this > > Warning: Failed opening '../../open_session.php' for inclusion > (include_path=3D'.:/usr/share/pear') in > /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on =20= > line 17 > > Warning: Failed opening '../../config.php' for inclusion > (include_path=3D'.:/usr/share/pear') in > /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on =20= > line 21 > Unable to select database > > what's going wrong????? > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes = on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source =20 > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > Shaun aegis design - http://www.aegisdesign.co.uk |