From: Prinson <pr...@na...> - 2002-02-19 11:17:45
|
Hi, I have downloaded the phptwiki software. Could you please send me the detailed instruction manual to how to install with apache web server. my server is already configured with php. And also I have configured twiki from twiki.org in the apache server. additionally, I need the difference of phptwiki and twiki. Please kindly send me the details as soon as possible. Thanking you, Prinson. |
From: Steve W. <sw...@pa...> - 2002-02-19 18:54:14
|
Everything you need is in the tarball; just gunzip and untar the file in a directory under your web tree. If you use Windows there are people on this list who can tell you more. Twiki is Perl based, uses CVS, and has a different feature set than PhpWiki. PhpWiki is, of course, the best Wiki in the world ;-) good luck! ~swain Prinson wrote: > Hi, > > I have downloaded the phptwiki software. Could you please send me the > detailed instruction manual to how to install with apache web server. > my server is already configured with php. And also I have configured > twiki from twiki.org in the apache server. > additionally, I need the difference of phptwiki and twiki. > > Please kindly send me the details as soon as possible. > > Thanking you, > Prinson. > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > > |
From: Pablo R. <pr...@cl...> - 2002-02-19 19:25:37
|
> Twiki is Perl based, uses CVS, and has a different feature set than=20 > PhpWiki. PhpWiki is, of course, the best Wiki in the world ;-) For sure! No doubts! :) Saludos, Pablo Roca MS - VFP MVP La Coru=F1a - Espa=F1a |
From: Patrik W. <pa...@bl...> - 2002-02-19 21:15:26
|
On tue, 19 feb 2002, Steve Wainstead wrote: > Everything you need is in the tarball; just gunzip and untar the file in > a directory under your web tree. If you use Windows there are people on > this list who can tell you more. > > Twiki is Perl based, uses CVS, and has a different feature set than > PhpWiki. PhpWiki is, of course, the best Wiki in the world ;-) Is there any work done on trying to define some sort of Wiki standard, with regard to markup? -- patrik_wallstrom->foodfight->pa...@bl...->+46-709580442 |
From: Prinson <pr...@na...> - 2002-02-20 03:59:48
|
Thank you very much for the immediate reply. I have done the same thing before, but i am getting a php error like this " Fatal error: Call to undefined function: dba_open() in /www/htdocs/phptwiki/lib/DbaDatabase.php on line 32 " I dont konw which file i have to configure also in which part to configure. The installation manual is clear to me. Pls kindly help to get into this prinson. Steve Wainstead wrote: > Everything you need is in the tarball; just gunzip and untar the file in > a directory under your web tree. If you use Windows there are people on > this list who can tell you more. > > Twiki is Perl based, uses CVS, and has a different feature set than > PhpWiki. PhpWiki is, of course, the best Wiki in the world ;-) > > good luck! > ~swain > > Prinson wrote: > > Hi, > > > > I have downloaded the phptwiki software. Could you please send me the > > detailed instruction manual to how to install with apache web server. > > my server is already configured with php. And also I have configured > > twiki from twiki.org in the apache server. > > additionally, I need the difference of phptwiki and twiki. > > > > Please kindly send me the details as soon as possible. > > > > Thanking you, > > Prinson. > > > > > > _______________________________________________ > > Phpwiki-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > > > > > > |
From: Steve W. <sw...@pa...> - 2002-02-20 16:32:11
|
As an aside, it should be possible to test for the exsistence of the function dba_open and trap the error, and send the user a meaningful message ("you do not have DBM support compiled into your version of PHP, go talk to your admin"). This has always been our #1 problem with the default install. I have often wondered if moving to a default of a flat file database wouldn't alleviate this problem; but then, what directory can we write to on Windows boxen? ~swain Prinson wrote: > Thank you very much for the immediate reply. > > I have done the same thing before, but i am getting a php error like this > " > /Fatal error: Call to undefined function: dba_open() in > /www/htdocs/phptwiki/lib/DbaDatabase.php on line 32/ > /"/ > > I dont konw which file i have to configure also in which part to > configure. The installation manual is clear to me. > > Pls kindly help to get into this > > prinson. > > Steve Wainstead wrote: > > Everything you need is in the tarball; just gunzip and untar the > file in > a directory under your web tree. If you use Windows there are people on > this list who can tell you more. > > Twiki is Perl based, uses CVS, and has a different feature set than > PhpWiki. PhpWiki is, of course, the best Wiki in the world ;-) > > good luck! > ~swain > > Prinson wrote: > > Hi, > > > > I have downloaded the phptwiki software. Could you please send me > the > > detailed instruction manual to how to install with apache web > server. > > my server is already configured with php. And also I have configured > > twiki from twiki.org in the apache server. > > additionally, I need the difference of phptwiki and twiki. > > > > Please kindly send me the details as soon as possible. > > > > Thanking you, > > Prinson. > > > > > > _______________________________________________ > > Phpwiki-talk mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > > > > > > > |
From: Lawrence A. <la...@us...> - 2002-02-20 16:37:42
|
At 16:27 20/02/2002, you wrote: >As an aside, it should be possible to test for the exsistence of the >function dba_open and trap the error, and send the user a meaningful >message ("you do not have DBM support compiled into your version of PHP, >go talk to your admin"). This has always been our #1 problem with the >default install. > >I have often wondered if moving to a default of a flat file database >wouldn't alleviate this problem; but then, what directory can we write to >on Windows boxen? > >~swain Are you suggesting that Windows has any sort of control over who writes to directories???? |
From: Reini U. <ru...@x-...> - 2002-02-22 18:50:30
|
Lawrence Akka schrieb: > At 16:27 20/02/2002, you wrote: > >As an aside, it should be possible to test for the exsistence of the > >function dba_open and trap the error, and send the user a meaningful > >message ("you do not have DBM support compiled into your version of PHP, > >go talk to your admin"). This has always been our #1 problem with the > >default install. > > > >I have often wondered if moving to a default of a flat file database > >wouldn't alleviate this problem; but then, what directory can we write to > >on Windows boxen? > > Are you suggesting that Windows has any sort of control over who writes to > directories???? Sure! NTFS has even better control than most unix filesystems. (ACL's) Its just a fact that nobody uses that. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |