Quote:
Originally Posted by swiss
installed and get the following
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Tuesday, February 6th 2007 @ 05:54:39 AM
Script : http://<URL REMOVED>//mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 70.112.241.193
Username : <REMOVED FOR THIS POST>
Classname : vb_database
any idea's please as followed the install to a T
|
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.