Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Spaces are allowed in usernames
As far as I can tell I was incorrect about this. The commit isn't in 2.2. https://github.com/vanilla/vanilla/pull/2885 It's possible it was merged after the deadline. It can get cherry-picked back to… (View Post)2 -
Re: Memcached error
It's a fair point, but @askee posted this to show how he checked for memcached: [root@askee ~]# memcached-tool 127.0.0.1:11211 stats That doesn't strike me as a junior developer approach to answering… (View Post)1 -
Re: It is OK to Post Vanilla Tutorials with Code Samples on My Forum KB Area?
Our docs & translations (locales) are licensed under CC BY-SA 4.0. Our public code is under GPLv2. For third-party code, you must see their license. (View Post)2 -
Re: Unconfirmed users are grouped into member
Vanilla 2.2 replaces the old config settings with role 'types' that should be settable by editing each role in the Dashboard. That getSession() code @Shadowdare highlights looks buggy because it's re… (View Post)1 -
Re: Memcached error
You probably are missing the memcached module for PHP. Use php -i to check. (View Post)2