Solved the database problem. As the installer had "skipped" some steps, I had tried running again, and in the process messed it up. I found someone else with the same problem and followed your instructions (deleting the database and reinstalling etc.) which did the trick.
I am still however, unable to get the admin login page. The page is totally white. Have changed the name of the admin folder, made both configure.php files read only etc...
Have tried manually changing the admin name in admin configure.php on these three lines as doing so on a previous occasion worked but no luck this time:
define('DIR_WS_ADMIN', '/changed to my new admin folder name/');
define('DIR_WS_HTTPS_ADMIN', '/changed to my new admin folder name/');
define('DIR_FS_ADMIN', '/home/globalpe/public_html/store151.mystoreURL/changed to my new admin folder name/');
Also, during the database upgrade, I got this error message:
SKIPPED: Cannot ADD column get_term_table because it already exists.
SKIPPED: Cannot ADD column get_term_name_field because it already exists.
SKIPPED: Cannot ADD column get_term_name_field because it already exists.
SKIPPED: Cannot ADD column get_term_name_field because it already exists.
SKIPPED: Cannot ADD column get_term_name_field because it already exists.
SKIPPED: Cannot insert configuration_key "DEFINE_PAGE_NOT_FOUND_STATUS" because it already exists
SKIPPED: Cannot insert configuration_key "DEFINE_PAGE_NOT_FOUND_STATUS" because it already exists
SKIPPED: Cannot insert configuration_key "DEFINE_PAGE_NOT_FOUND_STATUS" because it already exists
SKIPPED: Cannot insert configuration_key "DEFINE_PAGE_NOT_FOUND_STATUS" because it already exists
SKIPPED: Cannot ALTER or INSERT/REPLACE into table linkpoint_api because it does not exist. CHECK PREFIXES!
SKIPPED: Cannot drop index page_accessed on table admin_activity_log because it does not exist.
SKIPPED: Cannot drop index access_date on table admin_activity_log because it does not exist.
SKIPPED: Cannot add index idx_page_accessed_zen to table admin_activity_log because it already exists.
SKIPPED: Cannot add index idx_access_date_zen to table admin_activity_log because it already exists.
I hope this might be of help. Thank you in advance!