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
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
-
Accepted Answer
0if 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 -
Accepted Answer
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 »