to undefined function get_new_posts
kenorb - January 27, 2009 - 11:05
| Project: | Tribune |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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;/

#1
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 ?
#2