You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminatur fails to set the database prefix in settings.php for sites that have one upon ps/pd. This results in fun errors such as:
vagrant@kala:/var/www$ drush ps hippos.dev
<h1>Additional uncaught exception thrown while handling exception.</h1><h2>Original</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &#039;hippos_kala.blocked_ips&#039; doesn&#039;t exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array
(
[:ip] =&gt; 127.0.0.1
)
in drupal_is_denied() (line 1934 of /var/www/hippos/includes/bootstrap.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &#039;hippos_kala.system&#039; doesn&#039;t exist: SELECT * FROM {system} WHERE type = &#039;theme&#039; OR (type = &#039;module&#039; AND status = 1) ORDER BY weight ASC, name ASC; Array
(
)
in system_list() (line 165 of /var/www/hippos/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error. [error]
Site built!
The text was updated successfully, but these errors were encountered:
Good catch JD! We never use prefixes so not surprising we just omitted. Will look to address this soon... of course if you want to submit a patch or pull request we are amenable to that as well!
Terminatur fails to set the database prefix in settings.php for sites that have one upon ps/pd. This results in fun errors such as:
The text was updated successfully, but these errors were encountered: