Quote:
Originally Posted by silver surfer
strange.
i installed a new forum ( fresh 3.7-4)...and this hack is the first ima install on it.
i uploaded all files to their directorys and when i start to import the pruduct, i get this error :
Code:
Database error in vBulletin 3.7.0 Release Candidate 4:
Invalid SQL:
ALTER TABLE `dl_cats` CHANGE `desc` `description` TEXT NOT NULL;
MySQL Error : Duplicate column name 'description'
Error Number : 1060
Request Date : Saturday, April 26th 2008 @ 04:12:04 PM
Error Date : Saturday, April 26th 2008 @ 04:12:04 PM
Script : http://******.com/admincp/plugin.php?do=productimport
Referrer : http://*****.com/admincp/plugin.php?do=productadd
IP Address : +++++++
Username : +++++++
Classname : vB_Database
MySQL Version : 5.0.45-community
Any advise how to fix that ?
|
That's strange as it's a clean install. There can't be a duplicated description field as it's created there for the first time (by renaming desc which was added earlier in the process).
Uninstall the product - if possible - and have a look at your database with phpMyAdmin. Remove all 8 dl_ tables if they are still present after uninstalling the product. Then try installing it again.
If you continue having this error, pm me your site URL and an admin account for it - if possible - and I will have a look at it.