I checked out freelinking.module Rev. 1.20 and found the following error:

Fatal error: Call to undefined function: node_get_types() in /home/public_html/wiki/modules/freelinking.module on line 58

The error occurs when selecting "freelinking" from the Settings menu.

Comments

scroogie’s picture

node_get_types() is a new function in drupal-cvs / drupal 4.7. If you use Drupal 4.6 you have to use an older version of this module.

Adraeus’s picture

Shouldn't the module be backwards-compatible?

eafarris’s picture

Status: Active » Closed (won't fix)

No. There is a 4.6 version of the module, which will remain static, except for bug fixes. New development on this module, like Drupal itself, happens in HEAD, not in older versions. As the Drupal API changes, modules must change to support it.