A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
I created a new db user and blindly copy-pasted the username and password into creds.php. I didn't notice that the password contained a $ character, which quite efficiently broke everything.
Stupid user error, I must admit. Still, using single quotes instead of double quotes around string values would have helped.
I created a new db user and blindly copy-pasted the username and password into creds.php. I didn't notice that the password contained a $ character, which quite efficiently broke everything.
Stupid user error, I must admit. Still, using single quotes instead of double quotes around string values would have helped.