Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Questions about caching in Vanilla
There seems to be two config settings related to APC used in /library/core/class.cache.php in the Vanilla 2.2 development builds: $Configuration['Garden']['Apc'] = FALSE;$Configuration['Garden']['Cac… (View Post)1 -
Re: Questions about caching in Vanilla
You can run APC and Memcached at the same time with Vanilla with no problems if they are configured properly. The apc_store function seems to be used in some parts of Vanilla, but not extensively, so… (View Post)3 -
Re: Questions about caching in Vanilla
Memcached is a handy tool for storing data that are regularly accessed by the filesystem and database in memory. The cache can be distributed across many systems. I found the following Memcached conf… (View Post)2 -
Re: I'm getting Spam
Read the other discussions to see what people are using to successfully reduce the number of spam registrations. Instead of using just Akismet, you can also use the plugins StopForumSpam, Registratio… (View Post)3 -
Re: Permissions
Welcome back, @DansTooGood. Would you take a screenshot of the entire "edit page" of the GDN_Permission row with the PermissionID of 2 please? Also, do you have any plugins enabled, such as… (View Post)1
