Reini Urban wrote:
> Mike Brown schrieb:
> > I am setting up phpwiki for the first time. I decided to try the
> > development branch, so I've grabbed the code from CVS and followed
> > the instructions in the INSTALL and doc/INSTALL.mysql to get it
> > set up.
> >
> > When I access http://myhost/mywiki or http://myhost/mywiki/index.php,
> > I either get a blank screen, or this message:
> >
> > Fatal error: Cannot instantiate non-existent class: db_session in
> > /www/myhost/mywiki/lib/main.php on line 27
>
> change in index.php:
> //define('USE_DB_SESSION',true);
> to
> define('USE_DB_SESSION','false');
'false' or false?
Thanks.
-Mike
|