2
Quote:
I called godaddy and they told me to roll back the installation. Which I did.
Meaning? What did you actually do?
Quote:
I lost users and some module were no longer installed. So when I made an attempt to install i get the error "Table 'xoops__weblinks_category' already exists"
The module is weblinks and Polls I tried deleting the table in the database, but the results were the same.
If you deleted the table then for the next installation attempt, it should not come up with the same table name.
However you have to delete the new name listed and also the former(s), which is(are) most likely recreated.
Other way is to look in the SQL file of your module and then deleting the tables that are listed in the create table clauses (by adding the prefix).
(Take always a backup before!)