SearchWiki:

Contents

Wiki Help

Recent Changes Printable View Page History Edit Page

BBClone prints the following message in debug mode:

File demo/var/.htalock is inaccessible. You may have to check whether it has the right permissions or is even missing.

It is most likely, that during an upgrade you did not include the file ".htalock" which is necessary for writing to access.php and last.php (where your stats data are stored). If you upgraded from an older installation, please include all files from the package. (See Upgrading Issues for more instructions on upgrading.)

Also check that your FTP client doesn't hide dotted files from you (typically this is an option which offers not to display hidden files, which is wrong in this case). Another possibility is that you're not allowed to use dotted files. A workaround would be the following:

Edit constants.php and change

 $BBC_LOCK = $BBC_CACHE_PATH.".htalock";

to

 $BBC_LOCK = $BBC_CACHE_PATH."lock";

or something which you find appropriate. After that create an empty file of exactly the same name (case sensitive!), put it into BBClone's var/ directory and make it writable for the server.


<< "File ''X'' is read only" | Help Index | "BBClone isn't able to read it's configuration data" >>

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on February 27, 2005, at 11:29 PM