From: Reini U. <ru...@x-...> - 2004-08-23 15:21:25
|
Hiram Gibbard schrieb: > Thanks for the speedy response. > > The variables are on > http://www.csit.fsu.edu/~gibbard/info.php > > I guess its safe to assume no one has complained about this issue. > > Would you have any other suggestion? > > I'm not trying to be a pain, but I haven't been able to fined any > resolutions for this on line. I did fined a few sites that are > displaying the same exact errors. your dba setup is broken. $dbi is empty. check lib/config.php Warning: reset(): Passed variable is not an array or object in /home/r1/webcontent/wiki.csit.fsu.edu/phpwiki-1.2.4/lib/dbalib.php on line 70 Warning: Variable passed to each() is not an array or object in /home/r1/webcontent/wiki.csit.fsu.edu/phpwiki-1.2.4/lib/dbalib.php on line 71 WikiFatalError Cannot open database 'wiki' : '/tmp/wikipagesdb', giving up. > Reini Urban wrote: > >> Hiram Gibbard schrieb: >> >>> I don't think this is a bug but I would like if someone would be able >>> to point me in the right direction? >>> >>> I have checked all the bugs on >>> https://sourceforge.net/bugs/?group_id=6121 >>> >>> and haven't been able to get my wiki started: >>> http://wiki.csit.fsu.edu/phpwiki-1.2.4/ >>> >>> >>> This happens right after the install and still after the >>> configuration is complete. (Well unless I have missed something of >>> course). >> >> >> >> The exact message what failed and when would have helped. >> >> My guess is that register_globals = off in your php.ini. >> you can enable that just for your phpwiki-1.2.4 directory. see the php >> docs. >> > -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |