[Module:Cache] createEntry failed, may due to no permission to write file or file is updating.

wiz

New Member
#1
Hello, I have the error log plenty of:

[Module:Cache] createEntry failed, may due to no permission to write file or file is updating.

Can you please point me to a possible solution ? thank you
 

Pong

Administrator
#2
Check if you disk is full or not. If not, also need to check where is the cache root setup? Any permission issue (web server nobody will need to write to it).
 

wiz

New Member
#3
Thank you for the reply. disk is not full. How can I find the cache folder ? it is a centos 7 with CyberPanel
 

lsqtwrk

Administrator
#4
it should be /usr/local/lsws/cachedata

you can try run

rm -rf /usr/local/lsws/cachedata

to remove everything inside of it

then check cachedata , it should be owned by "nobody:nobody"

after that if you still seeing that log , it's probably the caching file is being updated/accessed/used by other user.
 
#10
checkPrivateCache 1
checkPublicCache 1
maxCacheObjSize 10000000
maxStaleAge 200
qsCache 1
reqCookieCache 1
respCookieCache 1
ignoreReqCacheCtrl 1
ignoreRespCacheCtrl 0

enableCache 1
expireInSeconds 3600
enablePrivateCache 0
privateExpireInSeconds 3600
 
Top