From: Reini U. <ru...@x-...> - 2004-10-21 11:19:01
|
Arthaey Angosii schrieb: > I'm trying to view the virgin wiki setup of a newly installed PhpWiki, > but it's coming up blank. Debugging and googling as much as I could, I > think that the problem is related to my using the mysqli extension > with PHP, rather than mysql. For PEAR DB a supported db backend is required. We have only four so far: $ ls lib/WikiDB/backend/Pear_*.php lib/WikiDB/backend/PearDB_mysql.php lib/WikiDB/backend/PearDB_pgsql.php lib/WikiDB/backend/PearDB_oci8.php lib/WikiDB/backend/PearDB_sqlite.php For all other extensions you must try ADODB instead. This backend supports reasonable fallback methods. (but not tested) -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |