From: Reini U. <ru...@x-...> - 2002-08-26 10:33:37
|
Martin Geisler schrieb: > Good idea - that worked! I tracked the execution as far as to > PearDB.php. It was the @require_once('DB.php'); statement that never > returned - after I commented it out, everything worked again. > > So it seams that the installation of Pear is broken at gimpster.com... > it was very clever of you to provide a backup version of the DB class > from Pear. Even Sourcefroge has no uptodate pear/DB Class installation! It was my fault. I added the default to try the system pear/DB version, and when this fails, the local version. Seems that I have to add more checks (version compare?) and comments to this code. Or stick with our version. I know, we had this discussion before .... My initial idea was that the pear version might eventually get updated, whilst the phpwiki version only about twice a year. Looks like most ISP's have a very old pear. And I understand. pear installation is a mess. I sent a feature request to the sf.net admins, and tested the update before locally. It didn't work there and it didn't work here on my machines. Thanks for feedback. BTW: The nightly CVS snapshot is currently very unstable. UserAuthentication is in flux, authorization (checking) is broken, PagePermissions not yet added. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |