Hi Guys!
I have thing like this - I use first data application to make checkouts on web store. It uses curl to pass data, but the error it show is "couldn't connect to host*** Invalid query2: MySQL server has gone away". The rest of site works good with mysql connection. But mysql host is "localhost" although it is on a web server. Could it be a problem that mysql host is "localhost" and when it sends data to first data, it receives (or maybe it dont receive mysql host? ) localhost and it is not correct database?