During my repeated installation attempts of Drupal 7.1x (7.17 and 7.18), the following error message occurs -
> PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table
> 'drupal_ss481_com.shortcut_set_users' doesn't exist: SELECT s.set_name AS
> set_name FROM {shortcut_set} s INNER JOIN {shortcut_set_users} u ON
> s.set_name = u.set_name WHERE (u.uid = :db_condition_placeholder_0) ; Array
> ( [:db_condition_placeholder_0] => 1 ) in shortcut_current_displayed_set()
> (line 497 of
> /home/ssr481/ss481.com/drupal/modules/shortcut/shortcut.module)
In other words, the shortcut_set_users table doesn't get created whenever I install drupal..
Specifically, the following happens when I attempt to install drupal -
The installation has encountered an error.
Please continue to the error page
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://ss481.com/drupal/install.php?profile=standard&locale=en&id=1&op=do StatusText: OK ResponseText: Home | Drupal @import url("http://ss481.com/drupal/modules/system/system.theme.css?0"); @import url("http://ss481.com/drupal/modules/system/system.messages.css?0"); @import url("http://ss481.com/drupal/modules/system/system.menus.css?0"); @import url("http://ss481.com/drupal/modules/system/system.base.css?0"); @import url("http://ss481.com/drupal/modules/comment/comment.css?0"); @import url("http://ss481.com/drupal/modules/field/theme/field.css?0"); @import url("http://ss481.com/drupal/modules/node/node.css?0"); @import url("http://ss481.com/drupal/modules/search/search.css?0"); @import url("http://ss481.com/drupal/modules/user/user.css?0"); @import url("http://ss481.com/drupal/modules/system/system.admin.css?0"); @import url("http://ss481.com/drupal/modules/system/system.maintenance.css?0"); @import url("http://ss481.com/drupal/themes/seven/reset.css?0"); @import url("http://ss481.com/drupal/themes/seven/style.css?0"); Home Installation tasksChoose profile(done)Choose language(done)Verify requirements(done)Set up database(done)Install profile(active)Configure siteFinished SQLSTATE[HY000]: General error: 1005 Can't create table 'drupal_ss481_com.shortcut_set_users' (errno: -1)
I then click on the "Please continue to error page" link and the rest of the drupal installation occurs.
How can the above problems be resolved so that I can install drupal?