My site
http://www.2499atc.org was working fine, collecting tweets with #team2499 in the text and publishing them to Easyblog.
I have upgrade the site to PHP 7.1 and everything is working except the microblogging.
THe cron script runs and retrieves the tweet AND publishes it to Easyblog but 5 minutes later it does the same again and again, continually publishing the last tweet everytime the cron job runs.
When I manually call the script using
http://www.2499atc.org/index.php?option=com_easyblog&task=cron&debug=1
it gives an Error 500 in some browsers and in others I see the words
0 - Call to a member function find() on boolean
So the script seems to be crashing out before completing.