Skip to content

Instantly share code, notes, and snippets.

View serundeputy's full-sized avatar

Geoff St. Pierre serundeputy

View GitHub Profile
@serundeputy
serundeputy / backdrop.druhs.inc
Created May 18, 2015 13:46
backdrop.drush.inc
<?php
function backdrop_bootstrap_candidates() {
return 'Drush\Boot\BackdropBoot';
}
@serundeputy
serundeputy / BackdropBoot.php
Created May 17, 2015 13:23
drush BackdropBoot class.
<?php
namespace Drush\Boot;
class BackdropBoot extends DrupalBoot {
function valid_root($path) {
if (!empty($path) && is_dir($path) && file_exists($path . '/index.php')) {
// Backdrop root.
// We check for the presence of 'core/modules/field/field.module' to differentiate this from a D6 site
<h1>Additional uncaught exception thrown while handling exception.</h1><h2>Original</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &amp;#039;healthypeople_production.blocked_ips&amp;#039; doesn&amp;#039;t exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array
(
[:ip] =&amp;gt; 127.0.0.1
)
in drupal_is_denied() (line 1933 of /var/app/www/html/releases/20150202193943/includes/bootstrap.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &amp;#039;healthypeople_production.system&amp;#039; doesn&amp;#039;t exist: SELECT * FROM {system} WHERE type = &amp;#039;theme&amp;#039; OR (type = &amp;#039;module&amp;#039; AND status = 1) ORDER BY weight ASC, name ASC; Array
(
)
in system_list() (line 165 of /var/app/www/html/releases/20150202193943/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error.