Quote Originally Posted by MyCoolHats View Post
I tried it again and received an error, please refresh page and try again. Now in my error log it says duplicate error (below). I have tried the uninstall sql and then the new install sql and get the same duplicate error.
PHP Code:
[17-Jun-2014 14:49:42PHP Fatal error:  1062:Duplicate entry 'UserTracking' for key 'page_key' :: /* Tables need to be ensured to include the prefix if it exists. */ INSERT INTO admin_pages (page_keylanguage_keymain_pagepage_paramsmenu_keydisplay_on_menusort_orderVALUES ('UserTracking''BOX_TOOLS_USER_TRACKING''FILENAME_USER_TRACKING''''tools''Y'10000); in /home1/mycoolha/public_html/catalog/includes/classes/db/mysql/query_factory.php on line 120 
Looking at the ver 1.5 uninstall sql, the removal of that page_key should have occurred already. You can also safely omit that line from the new_install text when posting the sql. The lines that can not be omitted, involve @UserTrackgID up to the ending semicolon.