Advanced search gives a fatal error:

Fatal error: Call to undefined function: format_name() in /var/www/drupal/modules/flexinode/flexinode.module on line 1164

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Steve Dondley’s picture

Status: Active » Needs review
FileSize
4.24 KB

This bug shows up when using Drupal HEAD version. The CVS version of the flexinode module needs to become compliant with newer DRUPAL API. This patch updates the code used by the advanced search so that the feature works with the new Drupal API.

Someone more familiar with the new API than me should review this.

Steve Dondley’s picture

Sorry, the above patch had another patch mixed up in it. Please use this one.

Bèr Kessels’s picture

Steve, thank you.
One issue: in HEAD (4.7) we don't print or return theme_page; just returning $output is enough.

Bèr

drumm’s picture

Status: Needs review » Needs work

Need fix the theme_page() call which berkes mentioned.