From: Geoffrey T. D. <da...@da...> - 2001-11-08 17:39:59
|
(Resend: I botched one of the e-mail addresses in the last send. I apologize in advance in case you get this twice.) > On Thu, 8 Nov 2001, Keith wrote: > > > I keep getting errors such as: > > Fatal error: Cannot instantiate non-existent class: > > wikidb_mysql://hubil:hub@phpwiki131 in e:\phpwiki-1.3.1 > > \lib\WikiDB.php on line 76 My guess is that you've slightly botched the config file. It looks like $DBParams['dbtype'] is set to 'mysql://hubil...'. $DBParams['dbtype'] should be set to 'SQL', $DBParams['dsn'] should be set to 'mysql:://hubil:hub@localhost/phpwiki131' (or similar). If you're still stuck, send me a copy of your index.php... |