05-05-2018, 09:36 AM
(This post was last modified: 05-05-2018, 09:36 AM by mountain-cloud.)
(05-05-2018, 09:04 AM)mountain-cloud Wrote: Superb job well done, this is really going to help me when I can get it working. My getting started problem with GAB is that I have this setup and /tools/sanitycheck.php looks good, all checks pass OK. But when I try and run a test strategy the results show a number of 417 - Expectation Failed responses. I expect this is probably a gekko problem rather than a GAB problem..any ideas at all? Many thanks
hmm, I'm not entirely sure what the cause of this is but I have managed to get it working by adding an empty Expect header in the curl_post2 function in functions.php:
Code:
curl_setopt($curl, CURLOPT_HTTPHEADER, array('Expect:'));
..perhaps it's something a bit weird in my php setup