Fatal error: Call to undefined function xspf_playlist_create_file_item()

Sansui - February 22, 2009 - 22:04
Project:XSPF Playlist
Version:5.x-1.20-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

I've installed and configured the module, everything went pretty straightforward (using a cck file field, configured my content type in xspf), but when I visit node/**/xspf, I get this error:

Fatal error: Call to undefined function xspf_playlist_create_file_item()

Is this just a typo? I see there is a function called "xspf_playlist_node_create_file_item" in the main module, so I renamed the function in the cck file. The error goes away and it shows a playlist xml file, but I don't see my video files in the playlist

- <playlist version="1" xmlns="http://xspf.org/ns/0/">
  <title>Sample Review</title>
  <info>Default Playlist Info</info>
  <link>http://localhost/testsite/</link>
  <annotation>Default Playlist Info</annotation>
- <trackList>
  <track />
  </trackList>
  </playlist>

#1

Sansui - February 22, 2009 - 22:17

To provide more information, selecting attached fields and uploading files that way results in information showing up in that node's xspf playlist. But it doesn't seem to be able to pull anything from my cck file field

#2

arthurf - February 24, 2009 - 15:04
Status:active» fixed

This is fixed in CVS, will be released in next release

#3

deadrich - March 4, 2009 - 00:56

Any ETA on the next release? Having the same problem and need to use the CCK field. Thanks!

#4

System Message - March 18, 2009 - 01:00
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.