Fatal error: Call to undefined function content_types() in /home/www/radio/modules/xspf_playlist/xspf_playlist.module on line 85

After install on 5.*

Comments

arthurf’s picture

Ah, you need to have CCK enabled to get the list of content_types. I will make CCK required for this module.

arthurf’s picture

Ok, I added CCK as a dependency in the .info file, so this error will go away when CCK is enabled.

arthurf’s picture

Status: Active » Fixed

woops, changing status to fixed. Note, the fix is in cvs right now.

Anonymous’s picture

Status: Fixed » Closed (fixed)