0
Been testing the jomsocial plugin and it works great publishing comments from albums. But when commenting on songs, artists or playlists it breaks the site. On artists and songs the error is
1054 - Unknown column 'artist_name' in 'field list' SQL=SELECT artist_name AS name,user_id FROM XXXX_muscol_albums WHERE id = 875


On playlists the error is more specific
Fatal error: Call to undefined method MusColHelper::routePlaylist() in /home/lizardkg/public_html/lobotoradio/plugins/muscol/jomsocial/jomsocial.php on line 104


At line 104 of the jomsocial plugin there's a call to

$link = MusColHelper::routePlaylist($reference_id);


But that function doesn't exist in the helper file. Might all these problems be related to the same thing?

Accepted Answer

Saturday, November 22 2014, 11:53 AM - #Permalink
1
Please download version 1.0.2 of the plugin and try again..
The reply is currently minimized Show
Responses (2)
  • Accepted Answer

    Saturday, November 22 2014, 07:06 AM - #Permalink
    0
    Comments, just noticed, get published anyway in spite of errors :p
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, November 23 2014, 04:14 AM - #Permalink
    0
    Awesome! This corrected the problems with commenting on songs, artists, and playlists. Thank you :)
    The reply is currently minimized Show
Your Reply