PHPTemplate is calling link_page() which has been removed from /includes/common.inc in HEAD.

Call to undefined function: link_page() in phptemplate.engine on line 363

CommentFileSizeAuthor
#2 else.patch586 bytestangent

Comments

tangent’s picture

Here's another function which was removed.

Call to undefined function: link_node() in phptemplate.engine on line 240

tangent’s picture

StatusFileSize
new586 bytes

This issue appears to have been resolved. However, there seems to be an unnecessary else block after the fix. The $ret variable is already an array so returning an array is an unnecessary step. Attaching a patch which removes the else.

TDobes’s picture

tangent’s picture