Closed (fixed)
Project:
Tribune
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 11:05 UTC
Updated:
31 Mar 2009 at 23:22 UTC
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
Comment #1
SeeSchloss commentedThat'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 ?
Comment #2
SeeSchloss commented