-
Hi,
I'm using PHRETS2 for the MLS feeds. Recently I found there are more than 30K phrets* files with null content in the tmp path. Could you please help me to find the issue? Why this happened?
…
-
Hello,
I am trying to use pagination with my RETS request. I am following the example from the video [PHRETS: Logging](https://www.youtube.com/watch?v=9MPJwsLtG70). I thought that by setting the l…
-
Hi there,
We're currently getting the following error when connecting to a Flexmls source from another instance:
```
PHP Fatal error: Uncaught PHRETS\Exceptions\RETSException: RETS Server: IP …
vseow updated
4 years ago
-
Hi Im new to the PHRETS but it have been very use full but I couldn't get a listing using Status active
$search = $rets->Search("Property","RA_1","(Status=A)",['Limit'=>3]);
result
Stack trace:…
-
Hi,
**I'm getting an error :**
( ! ) Fatal error: Uncaught PHRETS\Exceptions\RETSException: Invalid Query Syntax in D:\wamp64\www\php\phretsn\vendor\troydavisson\phrets\src\Session.php on line…
-
Hi,
I am using this API and getting error while fetching property data..
Please have a look below error.
`Fatal error: Uncaught PHRETS\Exceptions\RETSException: Unauthorized Query in /home/pro…
-
Hey, my scripts were working fine but I start having this error few days ago:
"Fatal error: Uncaught Error: Call to undefined function array_get() in /.../vendor/troydavisson/phrets/src/Models/Meta…
-
Everything was working normally, but during the past two days the error started to appear please click the link:
http://192.81.168.160/~kelownarealestat/mls-listings/dealing-with-lists/remove-listing…
ttouf updated
4 years ago
-
I have a wrapper on top of your library and [librets](https://github.com/NationalAssociationOfRealtors/libRETS) that allows me to connect to different RETS server using the same framework. I did this …
-
When looping through a number of RETS servers, you could run into cases where connection attempts fail.
Until a broader change is made, adding the following code before you make a new PHRETS `Sessi…