Hi
"Or you could run the SQL file inside the original file and start over. That will drop all tables and insert new ones"

Not sure what you mean... when I re-run the SQL I get the error above. Looking at my DB I see there is no "admin_pages"
The only table I see relating to this module is "user_tracking"

If I go to the Config > User Tracking... The page is blank (has the top banner Title Value Action, but nothing else on the page.
Under Tools, it is not listed at all.

I have tried running the SQL both from Zen and PHP MyAdmin and still get this:

ERROR
SQL query:

INSERT INTO admin_pages( page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order )
VALUES (

'UserTracking', 'BOX_TOOLS_USER_TRACKING', 'FILENAME_USER_TRACKING', '', 'tools', 'Y', 10000
);



MySQL said:

#1146 - Table 'metalpix_db1.admin_pages' doesn't exist