09-06-2016, 02:31 PM
I'd have to install something similar to test it out. That's actually the reason UserSpice uses pdo instead of mysqli. In THEORY PDO is designed to be a layer between all the queries and whatever database format is being used. I feel like there's a little extra config with sql server that might not be in the init.php.
Since I don't have that environment handy, if you would test this, I think it would work.
Go into classes/DB.php and replace your DB class with this one:
http://pastebin.com/ZVR6T1hw
Try it again. If that doesn't work, try going into line 31 and removing everything except for the ;
I'd REALLY appreciate you reporting back and letting me know if any of this works for you.
Since I don't have that environment handy, if you would test this, I think it would work.
Go into classes/DB.php and replace your DB class with this one:
http://pastebin.com/ZVR6T1hw
Try it again. If that doesn't work, try going into line 31 and removing everything except for the ;
I'd REALLY appreciate you reporting back and letting me know if any of this works for you.