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
On playlists the error is more specific
At line 104 of the jomsocial plugin there's a call to
But that function doesn't exist in the helper file. Might all these problems be related to the same thing?
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?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »