Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
$databases = array ( 'default' => array ( 'default' => array ( 'database' => 'my_drupal', 'username' => 'myuser', 'password' => 'mypass', 'host' => 'localhost', 'port' => '', 'driver' => 'mysql', 'prefix' => '', ), ),);$databases['default']['default']['prefix']= array( 'civicrm_acl' => '`my_civicrm`.', 'civicrm_acl_cache' => '`my_civicrm`.', 'civicrm_acl_contact_cache' => '`my_civicrm`.',
Table 'ntrlst2_ntrls.semaphore' doesn't exist
$databases['default']['default']['prefix']= array(
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'interpdrupalcivi2.drupal_civicrm_membership' doesn't exist
$databases = array ( 'default' => array ( 'default' => array ( 'database' => 'ntrlst2_ntrls', 'username' => 'myuser', 'password' => 'mypass', 'host' => 'localhost', 'port' => '', 'driver' => 'mysql', 'prefix' => 'd7', ), ),);$databases['default']['default']['prefix']= array( 'civicrm_acl' => '`ntrlst2_civi`.', 'civicrm_acl_cache' => '`ntrlst2_civi`.',... 'civicrm_website' => '`ntrlst2_civi`.', 'civicrm_worldregion' => '`ntrlst2_civi`.',);
ErrorThe website encountered an unexpected error. Please try again later. Error messagePDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ntrlst2_ntrls.semaphore' doesn't exist: SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 164 of /home/ntrlst2/public_html/includes/lock.inc).Uncaught exception thrown in shutdown function.PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ntrlst2_ntrls.semaphore' doesn't exist: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 9484853514e4bef317669e2.99803222 ) in lock_release_all() (line 266 of /home/ntrlst2/public_html/includes/lock.inc).
$databases['default']['default']['prefix']= array( 'semaphore' => 'd7', 'civicrm_acl' => '`ntrlst2_civi`.', 'civicrm_acl_cache' => '`ntrlst2_civi`.',...
Error The website encountered an unexpected error. Please try again later. Error message PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ntrlst2_ntrls.variable' doesn't exist: SELECT name, value FROM {variable}; Array ( ) in variable_initialize() (line 727 of /home/ntrlst2/public_html/includes/bootstrap.inc).
'semaphore' => 'd7',