gratiafide
✭-
Re: Error started happening without any site changes made [RESOLVED]
I was able to fix my own issue in case anybody else ever encounters this. I had to run the following code in mysql: SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); and viola… (View Post)1 -
Re: Vanilla is proud to present version 2.2
Upgraded without any obvious hitches, and all plugins seem to be operational. Great work - I love the sleek button bar. (View Post)2 -
Creating a plugin for basic forum customization
I was thinking it might help new vanilla forum admins get started to more easily customize their forums if they had a plugin that would point them in the right direction in terms of how to customize … (View Post)2 -
Re: Notification settings not being updated
@peregrine You are like a super hero. Thanks once again. Apparently, all I had to do was check "email" in the Garden settings on the Dashboard's "roles" to fix this. Now I'm wonde… (View Post)1 -
Re: PHPStorm picking up 3 errors in library/core/functions.general.php
I changed $Post to $Port on line 2175, and then I just erased the if($i > 10) and break; on lines 812-813 since the $i wasn't getting defined, and I don't think it was supposed to be the $Images v… (View Post)1