Fatal Error When Saving Tracks

0
since the upgrade - if i edit and save a track i get

Warning: implode() [function.implode]: Invalid arguments passed in /home/cherrysu/public_html/administrator/components/com_muscol/tables/album.php on line 97

Warning: implode() [function.implode]: Invalid arguments passed in /home/cherrysu/public_html/administrator/components/com_muscol/tables/album.php on line 98

Fatal error: Call to undefined method TableAlbum::getErrorMsg() in /home/cherrysu/public_html/administrator/components/com_muscol/models/album.php on line 269

also add to playlist feature would not work
Responses (3)
  • Accepted Answer

    Thursday, August 27 2009, 08:24 PM - #Permalink
    0
    hello

    I faced this error while testing the component, and I uploaded a new upgrade package to solve it.

    anyway, I'm testing it again and I see where the bug is. dont do nothing until I tell you its ok.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 27 2009, 08:26 PM - #Permalink
    0
    if you have access to phpMyAdmin, try to execute this sentence:

    ALTER TABLE `jos_muscol_albums` ADD `user_id` INT( 6 ) NOT NULL ,
    ADD `hits` INT( 11 ) NOT NULL ,
    ADD `buy_link` VARCHAR( 255 ) NOT NULL ,
    ADD `album_file` VARCHAR( 255 ) NOT NULL ;

    (asuming that your joomla DB table prefix is "jos")

    it seems like for some reason , the install package is not creating properly some new fields on the database
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 27 2009, 08:32 PM - #Permalink
    0
    hey, I think I solved, nevermind the previous post.

    just download again the upgrade pacakge and install again
    The reply is currently minimized Show
Your Reply