clicking on the 'more' link in the weblinks block gives me the following error messsage:

Fatal error: Call to undefined function _weblinks_block_content() in weblinks.module on line 800

This is line 800: $content = _weblinks_block_content($tid, $tid, 0, $group_id);

notice anything? any suggestions? thank you kindly!

Comments

nancydru’s picture

Status: Active » Fixed

Some function names changed when the block got split out.

rmiddle’s picture

NancyDru,

Did you make the Change to both 6.x-1.x and 6.x-2.x?

Thanks
Robert

rmiddle’s picture

Status: Fixed » Postponed (maintainer needs more info)
nancydru’s picture

No, only to 6.x-2.x.

rmiddle’s picture

Status: Postponed (maintainer needs more info) » Patch (to be ported)
nancydru’s picture

Status: Patch (to be ported) » Fixed

committed to 6.x-1.x-dev.

nancydru’s picture

Status: Fixed » Closed (fixed)

Clearing the issue list.