MichaelTyson
✭MichaelTyson ✭
Reactions
-
Re: Class 'Twig\Cache\NullCache' not found on updating to 3.2
This was an annoying case of PEBKAC - I'd added "cache" to my gitignore file rather than "/cache", and being on a case-insensitive filesystem, the Cache folder from twit wasn't ad… (View Post)1 -
Warning from Facebook regarding calls to Graph API v2.0
Hi folks, I've been getting automated emails from Facebook in the form: I took a quick look into plugins/Facebook/class.facebook.plugin.php, and it actually appears to be using the now-unsupported &q… (View Post)7 -
Re: Escaping SQL?
Thanks @R_J, but I don't actually see how that escapes anything. Lemme give you a more concrete example and explanation about what I mean - we're talking about preventing SQL injection, a critical se… (View Post)1 -
Escaping SQL?
Hello, I'm in the middle of writing a relatively complicated SQL statement which the SQLDriver's build functions just can't handle. I see there's a "Query" function that lets me write plain… (View Post)1