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
Comment #1
scroogie commentednode_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.
Comment #2
Adraeus commentedShouldn't the module be backwards-compatible?
Comment #3
eafarris commentedNo. 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.