Quote:
Originally Posted by Dave234
Do I need to upload both of the folders?
|
No just the contents of the upload folder, if you uploaded the contents correctly and installed the xml correctly it should work.
Quote:
Originally Posted by BWG22
I uninstalled the plug-in, and tried to reinstall and got this....
MySQL Error : Duplicate column name 'award_allowrecommend'
How to fix please?
|
What version did you uninstall? If you started with a 4.0.2PL1 version, the only error you should get when uninstalling and reinstalling is related to some missing uninstall code for the award_requests table.
That being said, if you run the following sql commands from admincp it should remove any leftover stuff.
show tables
drop table *award*
The first command will list all your tables, then you'll need to use the second command as many times as needed, by replacing the *award* with the name of an award table that was left around by mistake.