You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If WOL was disabled, it causes readonly mode to occur.
PHP offers no way to determine that, so sniff for the file to guess.
Additionally to fix issues with errors occurring, enabled exceptions for sqlite3 and used that to handle silently logging the error.
$txt['cache_sqlite_wal_subtext'] = 'Read <a href="https://www.sqlite.org/wal.html">Write-Ahead Logging</a> documentation prior to using.';
155
+
$txt['cache_sqlite_wal_subtext'] = 'Read <a href="https://www.sqlite.org/wal.html">Write-Ahead Logging</a> documentation prior to using. If you enable then disable this setting, the database will become readonly.';
156
156
157
157
$txt['loadavg_warning'] = 'Please note: the settings below are to be edited with care. Setting any of them too low may render your forum <strong>unusable</strong>!';
158
158
$txt['loadavg_enable'] = 'Enable load balancing by load averages';
0 commit comments