From: Jeff D. <da...@da...> - 2001-11-03 17:58:14
|
On Sat, 03 Nov 2001 15:52:54 +0100 "Tara Star" <te...@cl...> wrote: > sorry, the answer was here - > http://sourceforge.net/forum/forum.php?thread_id=94347&forum_id=18928 - > finally found it (php 4.0.6 with dmb instead of dma) It may also be that your php has dba support, but that the dba support does not include the 'gdbm' driver that phpwiki uses by default. Dba can include support for a number of other drivers --- 'db2' is the recommended alternative, but others may work, too. To find out for certain whether dba is supported and, if so, which drivers it supports you need to create a simple one-liner php script (named, say 'phpinfo.php') which looks like: <?php phpinfo(); ?> If you browse this script with your web-browser you, hopefully, will get a report detailing all kinds of information regarding the configuration of your PHP interpreter. See this message from the phpwiki-talk archives for more details: http://www.geocrawler.com/archives/3/4037/2001/3/50/5291011/ Jeff |