Gareth Griffiths

Results 7 comments of Gareth Griffiths

Ooh, testing my memory. I think I got it working largely as I described above, but the project to migrate the subscribers never actually made it into production and the...

Yeah, in theory that'd work - I'm not 100% sure if doing a HTTP redirect of a POST request from one URL to another would keep the POST data though...

Apparently HTTP/1.1 includes a 307 status code that allows this (https://softwareengineering.stackexchange.com/questions/99894/why-doesnt-http-have-post-redirect) but I wouldn't be surprised if PayPal's systems ignore it as it'd be very easy for an attacker to...

I've just come across this in a project I'm working on, and it turned out to be because I was using jQuery Slim rather than just standard jQuery. jQuery Slim...

I think this is because of the way Ionic Native implements the various methods of the plugin, using promises instead of callbacks. I had a similar problem to you, until...

Sorry for the delay, I finally got around to doing this. The output is below. The file that failed to upload was `public_html/System/modules/appointments/admin/index.php`. ``` ---- Connecting to *** ([redacted]) port...

@milanmk Did you mean to mark this as completed? What does the log indicate?