From: Reini U. <ru...@x-...> - 2004-05-30 12:53:07
|
Aristedes Maniatis schrieb: > I am in a rather frustrating position with phpWiki. I'd very much like > to use this project and I've spent at least 6-8 hours debugging and > fixing things in it so far. My progress: > > * 1.2.4 has a large number of bugs and doesn't correspond to the online > documentation. It appears to be largely abandoned and has had few bug > fixes applied to it for a long time. > > * 1.3.10 is much better. But I've had to patch several things to get it > to work, taking some parts of the current cvs repository. I was still > stuck since I couldn't get it to store users/password into the mysql > database without throwing an error in DB_Session.php. Also if I set > GROUP_METHOD = NONE then errors were thrown all over the place. > > * nightly cvs seems to be still broken. I get an error: > > Fatal error: Call to undefined function: getauthparam() in > /usr/local/www/phpwiki/lib/WikiUserNew.php on line 1609 > > Lines like this in config.ini don't help diagnostics: > > ; Db: Use $DBAuthParams[] (see below) with the PearDB or > ; ADODB only. > > But $DBAuthParams doesn't appear below or anywhere else in config.ini. > > It appears that getauthparam() is defined in lib/WikiDB.php, but why > isn't it being seen? You caught me in the middle of changing the API to access the DB globals. $GLOBALS['DBParams'] and $GLOBALS['DBAuthParams'] are gone. DB_Session was renamed to DbSession. As soon as this is fully tested (as always: it works for me, ...), 1.3.11 will be released. With some minor pending additions: edit toolbar icons, wikilens stuff: 2h work and some discussion with dfrankow. some fixes and a lot of new files. > So, after all this, my question. Is phpWiki in a state suitable for > production use? If so, which version are people using. I can't afford to > spend much more time debugging. You can see that at http://phpwiki.sf.net/phpwiki/PhpWikiSites Use a release, with some minor recommended patches (if you need that), but not a CVS since May 27. (though it works on sf.net and for me) Today is such a good weather, it was raining the last whole week, so I will make a break now. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |