On Tue, 2002-03-19 at 16:56, Tad Frysinger wrote:
> I have installed Apache 1.3.x, PHP (latest) on a Windows 2000 box. I then
> unarchived the phpwiki (latest) into it's own directory under Apache in the
> right spot. I believe I have gone through index.php and made the right
> changes to reflect the proper paths - but I still get an error when I try to
> bring up index.php that "dba_open" is an unknown function, in DbaDatabase
> line 32.
>
> I am not using a SQL database at this point - just thought I'd use the
> default to get started.
>
> Any ideas what configuration item I missed?
I know next to nothing about PhpWiki under Windows but I believe that
the DBA calls are also for the db2 and gdbm back ends. The default
PhpWiki back end is gdbm (or is it might be db2?), regardless my guess
is that you don't have those libraries installed in a place that PhpWiki
can reach them.
I have no idea how to get those libraries installed under windows (or
even if it's possible though I assume cygwin would do it). Your best
bet might just be to try using MySQL or the flatfile back end if that
still works.
Adam.
|