From: Reini U. <ru...@x-...> - 2005-06-19 16:09:34
|
Alan Hoyle schrieb: > On 6/19/05, Reini Urban <ru...@x-...> wrote: >>Alan Hoyle schrieb: >>>I'm running PHPwiki RC3 on Fedora Core 3 with php-4.3.11-2.5 and using >>>flatfiles for my DB. >> >>First of all: >>You're not using flatfiles, you are using DATABASE_TYPE=dba with >>DATABASE_DBA_HANDLER=flatfile, which is totally untested and not >>recommended at all. >> >>DATABASE_TYPE=file would create a single file per page in page_data/ and >>ver_data/ >> >>So your db got locked somehow, and you have to unlock it. >>I assume your system uses OS-level locks. >> >>Please read the dba docs how to unlock these two files. > > Gah! Whoops! > > "man dba", "man -k dba", "info dba", and "info --apropos dba" give me > nothing apropos. It's not a soft lock, as rebooting my machine didn't > help. I don't see anything in /tmp > > I don't have a command "dba" but I do have several db_* commands > (db_archive, db_checkpoint, etc....) But can't seem to find any docs > on them in either the man pages or the info pages either. > > Googling doesn't give me anything either: I mostly get oracle related > documents. > "dba" appears to be an overloaded acronym..... > > help? php_dba flatfile => http://www.php.net/manual/en/ref.dba.php List of DBA handlers -------------------- "This is available since PHP 4.3.0 for compatibility with the deprecated dbm extension only and should be avoided. However you may use this where files were created in this format. That happens when configure could not find any external library." -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |