79804266

Date: 2025-10-29 22:20:13
Score: 1.5
Natty:
Report link

I added
$wgMainCacheType = CACHE_ACCEL;
$wgSessionCacheType = CACHE_DB;

which did not help then I realised I already had

## Shared memory settings
$wgMainCacheType = CACHE_NONE;
$wgMemCachedServers = array();

CACHE_NONE is recommended above. I tried both ACCEL and NONE.
I deleted cookies. I don't know how to access the database. I still can't log in on one browser (my main browser) but I can see the wiki content.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: timtak