PHRETS icon indicating copy to clipboard operation
PHRETS copied to clipboard

PHP client library for interacting with a RETS server to pull real estate listings, photos and other data made available from an MLS system

Results 107 PHRETS issues
Sort by recently updated
recently updated
newest added

Hi I am getting curl error when I try to download images for 300 listings by listing ids. Here is the error: ``` In CurlFactory.php line 201: cURL error 27:...

I am sending over 230 listing IDs in one request. I have set following option: `$config->setOption( 'use_post_method', true );` My understanding is when I set this option it will send...

I am getting an error when I will pass multiple listing id in the query. $results = $rets->Search("Media", "Media", "(ListingID=19-521614,19-537664),(MediaType=Photo)"); query is working fine with single listing id like $results...

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-listings/kwEwDUDi4dqOoO7LcTdn?rets-account=rets-for-all Provider is CREA Canada. Do you have any suggestions? Thanks...

I recently upgraded my CPANEL as seen here: https://share.getcloudapp.com/WnuEBB1n My CRON job is now throwing the following errors: `Strict Standards: Non-static method mls::record_cron_start() should not be called statically in /home/tristan/public_html/phrets/resources/sync-d7.php...

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 address failure in /../vendor/troydavisson/phrets/src/Session.php:424...

@troydavisson I'm new to PHRETS and I would like to know how would I get the content_id to place in the action below `$photos = $rets->GetObject("Property", "Photo", "$content_ids", "*", 1);`

Not sure if this is an error with phrets or not. It only happens sometimes when logging into the media server. If I try again a few minutes later, there...

Hi @troydavisson , Your PHRETS is very awesome and helpful but got minor errors when trying to connect to https URL. I tested the url, password, username in retsmd and...

I'm trying to search an address to return the property information. Can anyone help me find an example or offer some help in solving this for me? I'm currently getting...