I posted this on the module development page, but I should have posted it here. I apologize for the double-post.
Fatal error: Call to undefined function: node_get_types() in (path)/modules/service_links/service_links.module on line 30
I'm getting this error at (website)/admin/settings/service_links
I'm probably at mid- to low-end of the savvy scale, but I can find my way around PHP. If you can tell what's going on, any suggestions would be appreciated.
Comments
Comment #1
heine commentedI believe node_get_types() is a function for Drupal 4.7. Are you running a 4.7 version of the module on Drupal 4.6 by any chance?
I just checked the 4.6 version of service_links and it doesn't use node_get_types.
The 4.6 version is available at http://drupal.org/files/projects/service_links-4.6.0.tar.gz
Comment #2
BlueNC commentedThat's it -- thanks. I just grabbed it from the link on the request for feedback forum page rather than going to the project page. My bad, and thank you.
Comment #3
frjo commentedComment #4
(not verified) commented