Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

In order to improve the MLS addon synchronizing speed, we created separate functions for importing and purging.  So if you're updating your MLS addon from v.2.5.0 to v.2.7.0, you need to add a new cronjob from your website CPanel, otherwise, expired listings won't be deleted from your website.

So you need to add the cron-job below:

# wget -O /dev/null  'http://yourwebsite.com/?rets_purge_cron_job=1

OR

# curl --silent  'http://yourwebsite.com/?rets_purge_cron_job=1 '

Note: You can set the update time to run every 15 minutes.

Note: If your website uses https:// protocol, then you should change the links accordingly.

  • No labels