Quote:
Originally Posted by zincpony
ok well the editing of the old xml by TurboLaserAWD found here https://vborg.vbsupport.ru/showpost....&postcount=434
worked on my test forum it completely uninstalled the xml, but not on my actual forum
Code:
MySQL Error : Can't DROP 'field51'; check that column/key exists
Error Number : 1091
i just set up the test forum on my local host last nite so that this does not happened again.
|
Sounds like your "field51" doesn't exist either. Go into your phpMyAdmin and click on the table "userfields". All of your fields should be listed. Check to see which fields you actually have. The old XML file has to match that exactly so if you are missing "field51" in your table in phpMyAdmin then you need to remove that line from the XML uninstall code. Then try it again.