Troy Davisson

Results 35 comments of Troy Davisson

This should be fixed in 2.6.2. Can you check if that does it for you?

Send your email address to [email protected] and I'll send you an invite.

What version of PHRETS are you running? There was an updated version pushed 2 days ago. On Sun, Mar 22, 2020 at 10:36 PM PhongNguyen512 wrote: > Hi, > >...

In this case, it looks like the issue is with the server. When a Limit is requested and the server has more records to provide above that limit, it's supposed...

To answer your question about memory, using automatic pagination does require more memory since PHRETS will collect all records before returning them to you. I have a proof-of-concept working which...

@budirec pagination according to the RETS standard is already supported. Please see my earlier comment for details on why this isn't working with this particular server. RETS is a general...

PHRETS uses pre-existing software installed on your computer/server to deal with HTTPS and TLS 1.2. No updates to PHRETS are required in this case. If you're now unable to connect...

The fix would be updating software on your server. Specifically openssl which will update the portions that curl uses which is what PHRETS uses.

If your server can communicate out using TLS 1.2 with curl, you should be fine as-is. To be clear, my previous example returning a 404 is a good response in...

The 302 is a redirect because you're not using HTTPS in the initial URL. If you update the login URL you're using to point directly to the https://... version of...