At the moment all caches are set to File mode. If I change them to memcache I get two problems.
1) If I change only the member menu cache, users disappair from state "online". Everything else seems to work.
2) If I change all 3 categories to "Memcache" I get the warning "PageView cache cannot be evaluated. Please recompile" and the users menu does not work any more.
I am running version 7.0.3.
Using the dump utility of memcache I can see that the cache is used by the website.
regards
Thomas
|
At the moment all caches are set to File mode. If I change them to memcache I get two problems.
1) If I change only the member menu cache, users disappair from state "online". Everything else seems to work.
2) If I change all 3 categories to "Memcache" I get the warning "PageView cache cannot be evaluated. Please recompile" and the users menu does not work any more.
I am running version 7.0.3.
Using the dump utility of memcache I can see that the cache is used by the website.
regards
Thomas
what do you have for the port and server host settings under the "Other" tabs settings in Advanced Settings?
should work with server 127.0.0.1 and port 11211, but I have also found even though your dump states it is running and up sometimes still will not connect, check with your host.
ManOfTeal.COM a Proud UNA site, six years running strong! |
At the moment all caches are set to File mode. If I change them to memcache I get two problems.
1) If I change only the member menu cache, users disappair from state "online". Everything else seems to work.
2) If I change all 3 categories to "Memcache" I get the warning "PageView cache cannot be evaluated. Please recompile" and the users menu does not work any more.
I am running version 7.0.3.
Using the dump utility of memcache I can see that the cache is used by the website.
regards
Thomas
Hello my suggestion to you use memcache only for Db queries (global params, site stat, sys objects action, etc). Not for member menu or page compose because memcache not contain any methods for clean certain queries.
PS: If possible do not write me personally, please try to ask on the forum first |
At the moment all caches are set to File mode. If I change them to memcache I get two problems.
1) If I change only the member menu cache, users disappair from state "online". Everything else seems to work.
2) If I change all 3 categories to "Memcache" I get the warning "PageView cache cannot be evaluated. Please recompile" and the users menu does not work any more.
I am running version 7.0.3.
Using the dump utility of memcache I can see that the cache is used by the website.
regards
Thomas
Hello my suggestion to you use memcache only for Db queries (global params, site stat, sys objects action, etc). Not for member menu or page compose because memcache not contain any methods for clean certain queries.
Why not say this in the instructions? Why is it an option if it does not work right?
ManOfTeal.COM a Proud UNA site, six years running strong! |
At the moment all caches are set to File mode. If I change them to memcache I get two problems.
1) If I change only the member menu cache, users disappair from state "online". Everything else seems to work.
2) If I change all 3 categories to "Memcache" I get the warning "PageView cache cannot be evaluated. Please recompile" and the users menu does not work any more.
I am running version 7.0.3.
Using the dump utility of memcache I can see that the cache is used by the website.
regards
Thomas
Hello my suggestion to you use memcache only for Db queries (global params, site stat, sys objects action, etc). Not for member menu or page compose because memcache not contain any methods for clean certain queries.
Why not say this in the instructions? Why is it an option if it does not work right?
I think we will create our recommendation about it in Dolphin 7.0.4
PS: If possible do not write me personally, please try to ask on the forum first |
Thanks, for the quick response ManOfTeal.COM a Proud UNA site, six years running strong! |