I've got in logs something like:

PHP Fatal error:  Call to undefined function  get_new_posts() in /home/sites/co.uk/public_html/sites/all/modules/contributions/tribune/tribune.json.inc on line 30, referer: /node/158/map

;/

Comments

SeeSchloss’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

That's probably 1.x rather than 2.x. But... I don't know, the get_new_posts() function is defined in the tribune.module file, I don't see how this could happen. Can you confirm it was with the 1.x version of the module ?

Is there not a "function get_new_posts($last_modified = 0) {" line in your tribune.module file at line 643 ?

SeeSchloss’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)