I get this when I try to make a new playlist - clean install with the current dev version.

Fatal error: Call to undefined function db_write_record() in /usr/home/froginab/domains/rochambeaurecords.com/public_html/modules/station/playlist/station_playlist.module on line 321

Thanks!

CommentFileSizeAuthor
#3 station_346817.patch775 bytesdrewish

Comments

drewish’s picture

oh... duh that should have been drupal_write_record()...

refreshingapathy’s picture

Corrected to drupal_write_record in my local version, checks out fine.

Then throws errors about table station_playlist and sp.program_nid column - looks like the table / column names in the install changed but didn't carry through to the module. Suggestion that seem to fix it as far as I can tell so far:

Line 87:

SELECT COUNT(nid) FROM {station_playlist_track} sp WHERE nid = %d", $node->nid)))
drewish’s picture

Status: Active » Fixed
StatusFileSize
new775 bytes

the other error is a separate issue... well at least it's already been mentioned over in #346479: tables and columns do not exist

committed the attached to HEAD.

Status: Fixed » Closed (fixed)

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