When I comment out this sub and compile, it simply fails on the next occurrence of job.PostString. Also changing the second parameter from a variable to a constant string does this:
Error compiling program.
Error description: Too many parameters.
Occurred on line: 68
job.PostString("http://www.myurl.co.za/myscript.php", "String")
Word: String
Is it possible to upload the file and keep it private, as my app has many server passwords and security details that are currently being used in a tax application for clients. If not I will strip my app of this sensitive data and upload it.
For the sake of posterity, I managed to find the problem. Turns out I still had a HTTP module in my project, instead of referencing the HttpUtils2. I removed the HTTP module and added the HttpUtils2 library using the library manager and viola.