These were the instructions I followed to get rid of my errors (listed in an earlier post of mine) and this worked. Make sure you are adding that new code to all of the tables listed there in red, plus mp3playlist5. It also says "disable" the plugin. I completely uninstalled and then reinstalled the product xml/plugin.
Quote:
Originally Posted by Sofia
For vb 3.6.4
Find in the product xml :
PHP Code:
`mp3name` varchar(155) NOT NULL default '',
and add below :
PHP Code:
`approvemp3` int(11) NOT NULL default '0',
for tables : mp3playlist1, mp3playlist2, mp3playlist3, mp3playlist4 and mp3playersettings
Then you must to disable the product, and reinstall it.
|