Regarding restoring the w3t_PollData table, the way to do that depends on exactly what your backup looks like. Do you have a backup file for that specific table, or does your backup file contain all the database tables?
[:"blue"]The backup I have prior to this 'upgrade' is a 'full' backup of all tables. [/]
If you're not sure, you can examine the backup file (.sql) in a text editor, and see which commands it contains. The commands to look for are:
DROP - deletes database or table
CREATE - creates database or table
INSERT - inserts rows (data) into a table
Which DROP and CREATE commands are in the backup file?
Other information that may be relevant:
Server platform (Windows or Linux)?
[:"blue"]Unix server [/]
MySQL version?
[:"blue"]Not latest, but will look for that info. [/]
phpMyAdmin version?
[:"blue"]2.2.6 [/]
If unable to 'restore' this table from back up, is it possible to just create a new table to which polldata will 'write' to ? Im not concerned with old 'data' but without that table, current polls won't function properly
