Manual:$wgReadOnlyFile/tr

This page is a translated version of the page Manual:$wgReadOnlyFile and the translation is 25% complete.
Bakım Betikleri ayarı: $wgReadOnlyFile
If this file is found, the database is locked for the reason given in the contents of the file.
Sürümde tanıtıldı:pre 1.1.0
Sürümde kaldırıldı:hala kullanımda
İzin verilen değerler:(path to a file)
Varsayılan değer:"{$wgUploadDirectory }/lock_yBgMBwiR"
(Not: Bu değişkenin varsayılan değeri, LocalSettings.php yürütüldükten sonra Setup.php ayarlanan değerler gibi diğer değişkenlere bağlıdır)

Ayrıntılar

If this file is found and its contents are more than 0 bytes long, the database is locked for the reason given in the contents of the file.

The file must be writable by the web server for locking the database when using the special pages "Special:LockDB" (locking) and "Special:UnlockDB" (unlocking).

This feature cannot be used if the wiki uses CACHE_DB for $wgSessionCacheType since users cannot log into the wiki to access "Special:UnlockDB" for unlocking the database.

Ayrıca bakınız