From: Daniel C. <dc...@ca...> - 2003-04-23 19:55:58
|
By switching to MySQL. Now I have a totally different issue. >How did you solve it? >On Tue, 2003-04-22 at 17:32, Daniel Curry wrote: > Here is the DBParams as I have it set. (I removed the comments for > brevity.) >=20 > =20 >=20 > $DBParams =3D array( >=20 > 'dbtype' =3D> 'dba', >=20 > //'db_session_table' =3D> 'session', >=20 > 'prefix' =3D> 'phpwiki_', >=20 > 'directory' =3D> "/var/www/html/phpwiki/pages", >=20 > 'dba_handler' =3D> 'gdbm', // Either of 'gdbm' or 'db2' work > great for me. >=20 > 'timeout' =3D> 30, >=20 > ); >=20 > =20 >=20 > This is the error I get when I try phpwiki for the first time: >=20 > =20 >=20 > lib/DbaDatabase.php:32: Fatal[256]: driver initialization failed >=20 > lib/config.php:276: Notice[8]: Undefined variable: SCRIPT_NAME >=20 > lib/config.php:401: Notice[8]: Undefined index: dsn >=20 > Any suggestions would be greatly appreciated! >=20 > =20 >=20 > =20 >=20 > =20 --=20 Zot O'Connor http://www.ZotConsulting.com http://www.WhiteKnightHackers.com |