To answer your question faster, you can search our knowledgebase articles before submitting a ticket.
Knowledgebase

A new cron-job required for new MLS addon!

Posted by on 02 February 2017 02:08 AM

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.


Comments (0)