Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
    Reactions
- 
      Re: URLs including ?p=@forgerapp, sounds like your .htaccess file isn't passing the X_REWRITE server variable when the URL is the root of the site. It could be that one of the RewriteRules don't work well on subdomains. (View Post)1
- 
      Re: multiple vanilla forums and memcached?You can set a different memcached prefix for each forum in config.php like this: $Configuration['Cache']['Prefix'] = 'example'; With each forum having a different memcached prefix, they will not conf… (View Post)2
- 
      Re: Plugin not working with 2.5+ (addon.json) format [RESOLVED]Make sure your class.stupidspammersplugin.php file starts with <?php on the first line. After adding this, clear/delete your /www/vanilla/cache/addon.php file again. (View Post)2
- 
      Re: NEW critical security update: Vanilla 2.6.3I had a theme that gave this error when viewing the notification flyout in the MeModule and adding these transient key changes to the theme fixed it for me. (View Post)1
- 
      Re: vanilla 2.61 something has gone wrong after i click on any of a discussion.I think changing the setting via command line (SET GLOBAL sql_mode=...) is temporary. You probably have to set it in your MySQL config file. On Linux installs, it's usually in /etc/mysql/my.cnf. (View Post)2
 
         
             
    