odannyc
New-
Re: Gdn::SQL Changing Up my Select query [RESOLVED]
NEVERMIND, Found the solution: $Sql->select("AddressLatitude,AddressLongitude,{$Lat},{$Lng}", 'findDistance', 'distance'); Turns out that select takes in 3 parameters. The second is the … (View Post)4 -
Re: Image not uploading within posts
Solved. I was using HHVM for production and the ini_get() had different value names than the ones in HHVM. I enabled enable_zend_ini_compat in HHVM (View Post)1