Created
August 29, 2012 17:48
-
-
Save arturo-c/3516154 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rake deploy:rollout ignore_errors=true | |
setting maintenance_mode | |
drush @localstore vset maintenance_mode 1 -y | |
Command variable-set needs a higher bootstrap level to run - you will need invoke drush from a more functional Drupal environment to run this command. [error] | |
The drush command 'vset maintenance_mode 1' could not be executed. [error] | |
The directory /mnt/apci/store/www does not contain a valid Drupal installation [error] | |
running drush sql-sync | |
drush @localstore -y sql-drop | |
Command sql-drop needs a higher bootstrap level to run - you will need invoke drush from a more functional Drupal environment to run this command. [error] | |
The drush command 'sql-drop' could not be executed. [error] | |
The directory /mnt/apci/store/www does not contain a valid Drupal installation [error] | |
drush sql-sync --no-ordered-dump -y @demo2store @localstore | |
Error: no database record could be found for @demo2store [error] | |
git checkout specified branch | |
cd /mnt/apci/store/www/profiles/apci_store && git fetch mainline && git checkout mainline/master | |
Note: checking out 'mainline/master'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 10c8e3b... Merge pull request #692 from nadavoid/api-tests | |
running composer to update apci_store dependencies | |
cd /mnt/apci/store/www/profiles/apci_store && composer install --dev | |
Preparing Drush Make integration | |
- Use "--no-scripts" to skip. CTRL + C now to abort. | |
Initializing PEAR repository http://pear.php.net | |
Initializing PEAR repository http://pear.phpunit.de | |
Initializing PEAR repository http://pear.symfony-project.com | |
Installing dependencies | |
- Installing pear-pear.php.net/console_getopt (1.3.1) | |
Downloading: 100% | |
- Installing pear-pear.php.net/archive_tar (1.3.10) | |
Downloading: 100% | |
- Installing pear-pear.php.net/structures_graph (1.0.4) | |
Downloading: 100% | |
- Installing pear-pear.php.net/xml_util (1.2.1) | |
Downloading: 100% | |
- Installing pear-pear.php.net/pear (1.9.4) | |
Downloading: 100% | |
- Installing pear-pear.php.net/net_url (1.0.15) | |
Downloading: 100% | |
- Installing pear-pear.php.net/net_socket (1.0.10) | |
Downloading: 100% | |
- Installing pear-pear.php.net/log (1.12.7) | |
Downloading: 100% | |
- Installing pear-pear.php.net/http_request (1.4.4) | |
Downloading: 100% | |
- Installing allplayers/allplayers-php (dev-master cc0cf0) | |
Cloning cc0cf0abfedd6d38b040368af0d454ce807b3153 | |
- Installing graylog2/gelf-php (dev-master f2f298) | |
Cloning f2f29825c378ece4c55f88c2264bba17e46b3555 | |
Installing dev dependencies | |
- Installing pear-pear.symfony-project.com/yaml (1.0.6) | |
Downloading: 100% | |
- Installing pear-pear.phpunit.de/text_template (1.1.1) | |
Downloading: 100% | |
- Installing pear-pear.phpunit.de/phpunit_mockobject (1.2.0RC1) | |
Downloading: 100% | |
- Installing pear-pear.phpunit.de/php_timer (1.0.2) | |
Downloading: 100% | |
- Installing pear-pear.phpunit.de/php_tokenstream (1.1.3) | |
Downloading: 100% | |
- Installing pear-pear.phpunit.de/file_iterator (1.3.1) | |
Downloading: 100% | |
- Installing pear-pear.phpunit.de/php_codecoverage (1.1.3) | |
Downloading: 100% | |
- Installing pear-pear.phpunit.de/phpunit (3.6.11) | |
Downloading: 100% | |
Skipped installation of bin/phpunit for package pear-pear.phpunit.de/phpunit, name conflicts with an existing file | |
- Installing pear-pear.phpunit.de/phpunit_selenium (1.2.7) | |
Downloading: 100% | |
- Installing symfony/finder (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing behat/gherkin (v2.2.4) | |
Downloading: 100% | |
- Installing symfony/console (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/config (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/dependency-injection (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/event-dispatcher (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/translation (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/yaml (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/css-selector (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing behat/mink (v1.4.0) | |
Downloading: 100% | |
- Installing behat/behat (v2.4.0) | |
Downloading: 100% | |
- Installing behat/mink-extension (dev-master 0b8a4d) | |
Cloning 0b8a4d7d10dd83211accaa1299d57f521d912c1c | |
- Installing guzzle/parser (v2.8.4) | |
Downloading: 100% | |
- Installing guzzle/common (v2.8.4) | |
Downloading: 100% | |
- Installing guzzle/http (v2.8.4) | |
Downloading: 100% | |
- Installing symfony/process (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/dom-crawler (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing symfony/browser-kit (dev-master v2.1.0) | |
Cloning v2.1.0-RC2 | |
- Installing fabpot/goutte (dev-master 1d72f2) | |
Cloning 1d72f22b21b37a8d38ea48e17b34c3afc73dfc46 | |
- Installing behat/mink-browserkit-driver (dev-master 97fa7d) | |
Cloning 97fa7d67ab5afb13d74515c15ef5c0cab12c0bc0 | |
- Installing behat/mink-goutte-driver (dev-master 703a36) | |
Cloning 703a365a0f6c15f91f35c1cc30531b9de7f23a6d | |
- Installing instaclick/php-webdriver (dev-master v1.0.6) | |
Cloning v1.0.6 | |
- Installing behat/mink-selenium2-driver (dev-master aad26b) | |
Cloning aad26bdb19f904b1990048750fc33c7b6f7f2e0e | |
symfony/event-dispatcher suggests installing symfony/http-kernel (dev-master) | |
behat/mink suggests installing behat/mink-sahi-driver (to enable Sahi.JS support) | |
behat/mink suggests installing behat/mink-selenium-driver (to enable Selenium1 support) | |
behat/mink suggests installing behat/mink-zombie-driver (to enable Zombie.js support) | |
behat/behat suggests installing behat/yii-extension (for integration of with Yii framework) | |
Writing lock file | |
Generating autoload files | |
Drush Make Drupal core | |
drush make drupal-org-core.make /tmp/f0c7bb2f15c9f57a3dca20de4467fd56/www | |
Project information for drupal retrieved. [ok] | |
drupal downloaded from http://ftp.drupal.org/files/projects/drupal-7.15.tar.gz. [ok] | |
drupal patched with drupal-find-base-themes-1708722-2.patch. [ok] | |
Generated PATCHES.txt file for drupal [ok] | |
find . -mindepth 1 -prune ! -name sites ! -name profiles | xargs rm -rf | |
find profiles -mindepth 1 -prune ! -name apci_store | xargs rm -rf | |
cp -R "/tmp/f0c7bb2f15c9f57a3dca20de4467fd56/www/." "/mnt/apci/store/www/." | |
Drush Make profile | |
drush make --no-core --contrib-destination=. drupal-org.make . | |
Project information for ctools retrieved. [ok] | |
Project information for date retrieved. [ok] | |
Project information for panels retrieved. [ok] | |
Project information for features retrieved. [ok] | |
Project information for strongarm retrieved. [ok] | |
Project information for boxes retrieved. [ok] | |
Project information for chosen retrieved. [ok] | |
Project information for context retrieved. [ok] | |
Project information for views retrieved. [ok] | |
Project information for views_bulk_operations retrieved. [ok] | |
Project information for context_admin retrieved. [ok] | |
Project information for job_scheduler retrieved. [ok] | |
Project information for feeds retrieved. [ok] | |
Project information for entity retrieved. [ok] | |
Project information for entityreference retrieved. [ok] | |
Project information for memcache retrieved. [ok] | |
Project information for rules retrieved. [ok] | |
Project information for og retrieved. [ok] | |
Project information for libraries retrieved. [ok] | |
Project information for addressfield retrieved. [ok] | |
Project information for commerce retrieved. [ok] | |
Project information for commerce_adhoc_payment retrieved. [ok] | |
Project information for commerce_payment_balance_validation retrieved. [ok] | |
Project information for commerce_pay_in_person retrieved. [ok] | |
Project information for commerce_reverse_payments retrieved. [ok] | |
Project information for field_group retrieved. [ok] | |
Project information for field_validation retrieved. [ok] | |
Project information for google_analytics retrieved. [ok] | |
Project information for mailsystem retrieved. [ok] | |
Project information for htmlmail retrieved. [ok] | |
Project information for pathauto retrieved. [ok] | |
Project information for token retrieved. [ok] | |
Project information for advanced_help retrieved. [ok] | |
Project information for delta retrieved. [ok] | |
Project information for fontyourface retrieved. [ok] | |
Project information for edit_own_user_account_permission retrieved. [ok] | |
Project information for field_collection retrieved. [ok] | |
Project information for editablefields retrieved. [ok] | |
Project information for tracelytics retrieved. [ok] | |
Project information for omega retrieved. [ok] | |
ctools downloaded from http://ftp.drupal.org/files/projects/ctools-7.x-1.2.tar.gz. [ok] | |
date downloaded from http://ftp.drupal.org/files/projects/date-7.x-2.6.tar.gz. [ok] | |
date patched with identifier-fix-for-filter-remember-1659466-1.patch. [ok] | |
Generated PATCHES.txt file for date [ok] | |
panels downloaded from http://ftp.drupal.org/files/projects/panels-7.x-3.3.tar.gz. [ok] | |
panels patched with uuids-for-exported-pids-1277908-28.patch. [ok] | |
Generated PATCHES.txt file for panels [ok] | |
features downloaded from http://ftp.drupal.org/files/projects/features-7.x-1.0.tar.gz. [ok] | |
strongarm downloaded from http://ftp.drupal.org/files/projects/strongarm-7.x-2.0.tar.gz. [ok] | |
boxes downloaded from http://ftp.drupal.org/files/projects/boxes-7.x-1.0.tar.gz. [ok] | |
bakery cloned from http://git.drupal.org/project/bakery.git. [ok] | |
Checked out revision 7.x-2.0-alpha3. [ok] | |
bakery patched with bakery-namespace-cookies-1369660-8-D7.patch. [ok] | |
bakery patched with bakery-uuid-1341058-10_0.patch. [ok] | |
Generated PATCHES.txt file for bakery [ok] | |
chosen downloaded from http://ftp.drupal.org/files/projects/chosen-7.x-1.0.tar.gz. [ok] | |
Found makefile: chosen.make [ok] | |
chosen cloned from https://github.com/harvesthq/chosen.git. [ok] | |
context downloaded from http://ftp.drupal.org/files/projects/context-7.x-3.0-beta4.tar.gz. [ok] | |
views downloaded from http://ftp.drupal.org/files/projects/views-7.x-3.5.tar.gz. [ok] | |
views patched with form_id_with_args-769322-26-p0.patch. [ok] | |
Generated PATCHES.txt file for views [ok] | |
views_bulk_operations downloaded from http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.tar.gz. [ok] | |
context_admin downloaded from http://ftp.drupal.org/files/projects/context_admin-7.x-1.1.tar.gz. [ok] | |
job_scheduler downloaded from http://ftp.drupal.org/files/projects/job_scheduler-7.x-2.0-alpha2.tar.gz. [ok] | |
feeds downloaded from http://ftp.drupal.org/files/projects/feeds-7.x-2.0-alpha4.tar.gz. [ok] | |
entity downloaded from http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc3.tar.gz. [ok] | |
entity patched with use-empty-for-entity-language-1703146-1.patch. [ok] | |
Generated PATCHES.txt file for entity [ok] | |
entityreference downloaded from http://ftp.drupal.org/files/projects/entityreference-7.x-1.0-rc3.tar.gz. [ok] | |
memcache downloaded from http://ftp.drupal.org/files/projects/memcache-7.x-1.0.tar.gz. [ok] | |
rules downloaded from http://ftp.drupal.org/files/projects/rules-7.x-2.2.tar.gz. [ok] | |
og downloaded from http://ftp.drupal.org/files/projects/og-7.x-1.4.tar.gz. [ok] | |
og patched with 1188428-2-array_flip_fix.patch. [ok] | |
og patched with add_og_get_users-1335862-1.patch. [ok] | |
og patched with og-features-integration-1349754-5.patch. [ok] | |
Generated PATCHES.txt file for og [ok] | |
libraries downloaded from http://ftp.drupal.org/files/projects/libraries-7.x-1.0.tar.gz. [ok] | |
addressfield downloaded from http://ftp.drupal.org/files/projects/addressfield-7.x-1.0-beta3.tar.gz. [ok] | |
commerce downloaded from http://ftp.drupal.org/files/projects/commerce-7.x-1.3.tar.gz. [ok] | |
commerce patched with 1403140-5-commerce-controller-defer-presave.patch. [ok] | |
commerce patched with currency-code-notice-1251522-12.patch. [ok] | |
commerce patched with commerce-payment-echeck-form-1661548-1.patch. [ok] | |
commerce patched with commerce-add_views_relationship_for_payment_transaction_uid-1678396-4.patch. [ok] | |
commerce patched with order_total_field_in_views_handler_commerce_order_handler_area_order_total_not_accessible_to_anyone_but_admins-1299208-2.patch. [ok] | |
commerce patched with 1260674-payment-methods-alter.patch. [ok] | |
commerce patched with load_settings_in_payment_method_rule-1260674-9.patch. [ok] | |
Generated PATCHES.txt file for commerce [ok] | |
commerce_shipping cloned from http://git.drupal.org/project/commerce_shipping.git. [ok] | |
Checked out revision c1ed4067ea18f09a61ff1d75af10d228a5fa1544. [ok] | |
commerce_shipping patched with prevent-customer-profile-duplication-on-address-1597578-6.patch. [ok] | |
Generated PATCHES.txt file for commerce_shipping [ok] | |
commerce_adhoc_payment downloaded from http://ftp.drupal.org/files/projects/commerce_adhoc_payment-7.x-1.0-beta1.tar.gz. [ok] | |
commerce_adhoc_payment patched with add_method_form_alter_to_adhoc_payment-1627470-4.patch. [ok] | |
Generated PATCHES.txt file for commerce_adhoc_payment [ok] | |
commerce_authnet cloned from http://git.drupal.org/project/commerce_authnet.git. [ok] | |
Checked out revision d6a3cc30230e91669ed3da27e4dbbb1344f97c78. [ok] | |
commerce_authnet patched with commerce_authnet-echeck-support-1154294-15.patch. [ok] | |
Generated PATCHES.txt file for commerce_authnet [ok] | |
commerce_paypal cloned from http://git.drupal.org/project/commerce_paypal.git. [ok] | |
Checked out revision 1ac66e627783dcda7660df4c1d60cd398c513689. [ok] | |
commerce_installments cloned from http://git.drupal.org/project/commerce_installments.git. [ok] | |
Checked out revision e3a9c4f05173b2556a896b0cd1dbfa013e4d092c. [ok] | |
commerce_payment_balance_validation downloaded from http://ftp.drupal.org/files/projects/commerce_payment_balance_validation-7.x-1.0-beta2.tar.gz. [ok] | |
commerce_pay_in_person downloaded from http://ftp.drupal.org/files/projects/commerce_pay_in_person-7.x-1.0-beta1.tar.gz. [ok] | |
commerce_reverse_payments downloaded from http://ftp.drupal.org/files/projects/commerce_reverse_payments-7.x-1.0-beta3.tar.gz. [ok] | |
commerce_order_invoice cloned from http://git.drupal.org/project/commerce_order_invoice.git. [ok] | |
Checked out revision 11a90e1041c60ff3dd20d7f266ad59562793fef1. [ok] | |
commerce_order_invoice patched with confirmation-page-to-move-order-to-invoice-1638086-1.patch. [ok] | |
Generated PATCHES.txt file for commerce_order_invoice [ok] | |
field_group downloaded from http://ftp.drupal.org/files/projects/field_group-7.x-1.1.tar.gz. [ok] | |
field_validation downloaded from http://ftp.drupal.org/files/projects/field_validation-7.x-2.1.tar.gz. [ok] | |
google_analytics downloaded from http://ftp.drupal.org/files/projects/google_analytics-7.x-1.2.tar.gz. [ok] | |
mailsystem downloaded from http://ftp.drupal.org/files/projects/mailsystem-7.x-2.34.tar.gz. [ok] | |
htmlmail downloaded from http://ftp.drupal.org/files/projects/htmlmail-7.x-2.65.tar.gz. [ok] | |
htmlmail patched with htmlmail-Remove_breaks-1534688-2.patch. [ok] | |
Generated PATCHES.txt file for htmlmail [ok] | |
recurly cloned from http://git.drupal.org/project/recurly.git. [ok] | |
Checked out revision 57196f84ae076cbf87419a470485e08da3dc809b. [ok] | |
recurly patched with recurly_schema-1190686-p0-format.patch. [ok] | |
Generated PATCHES.txt file for recurly [ok] | |
commerce_custom_line_items cloned from http://git.drupal.org/project/commerce_custom_line_items.git. [ok] | |
Checked out revision 69f2d437b4e26b2a29d270ef252170d2f7175f31. [ok] | |
commerce_features cloned from http://git.drupal.org/project/commerce_features.git. [ok] | |
Checked out revision 3fd9477d6d4a10cb091083fa029d503a2206ed5d. [ok] | |
commerce_checkout_progress cloned from http://git.drupal.org/project/commerce_checkout_progress.git. [ok] | |
Checked out revision 741b52147977cdbceec0875b3e87076005251129. [ok] | |
pathauto downloaded from http://ftp.drupal.org/files/projects/pathauto-7.x-1.2.tar.gz. [ok] | |
views_data_export cloned from http://git.drupal.org/project/views_data_export.git. [ok] | |
Checked out revision fcde3125e8df9acf5c359b4c874665e1ceba877f. [ok] | |
token downloaded from http://ftp.drupal.org/files/projects/token-7.x-1.2.tar.gz. [ok] | |
advanced_help downloaded from http://ftp.drupal.org/files/projects/advanced_help-7.x-1.0.tar.gz. [ok] | |
services cloned from http://git.drupal.org/project/services.git. [ok] | |
Checked out tag 7.x-3.1. [ok] | |
services patched with spyc-decoupling-makeable-1325572-47.patch. [ok] | |
Generated PATCHES.txt file for services [ok] | |
services_views cloned from http://git.drupal.org/project/services_views.git. [ok] | |
Checked out revision 54f99ac9f2ce43d17c5f4be3c0c8a8bbba301c52. [ok] | |
services_views patched with p1-services3rc5-support-1252546-2.patch. [ok] | |
services_views patched with add_view_object_return_option-1287894-2.patch. [ok] | |
Generated PATCHES.txt file for services_views [ok] | |
delta downloaded from http://ftp.drupal.org/files/projects/delta-7.x-3.0-beta11.tar.gz. [ok] | |
fontyourface downloaded from http://ftp.drupal.org/files/projects/fontyourface-7.x-2.4.tar.gz. [ok] | |
commerce_addressbook cloned from http://git.drupal.org/project/commerce_addressbook.git. [ok] | |
Checked out revision 37fff39e9d03edf557ff4a96f015cfe5f2598861. [ok] | |
uuid cloned from http://git.drupal.org/project/uuid.git. [ok] | |
Checked out revision 475cf405147bb28dcd3625ac4d11a0094804496d. [ok] | |
uuid patched with views_support_for_uuid-776216-39.patch. [ok] | |
Generated PATCHES.txt file for uuid [ok] | |
edit_own_user_account_permission downloaded from http://ftp.drupal.org/files/projects/edit_own_user_account_permission-7.x-2.0-beta1.tar.gz. [ok] | |
field_collection downloaded from http://ftp.drupal.org/files/projects/field_collection-7.x-1.0-beta4.tar.gz. [ok] | |
editablefields downloaded from http://ftp.drupal.org/files/projects/editablefields-7.x-1.0-alpha2.tar.gz. [ok] | |
editablefields patched with hide-submit-selector-1398946-2.patch. [ok] | |
Generated PATCHES.txt file for editablefields [ok] | |
commentfield cloned from http://git.drupal.org/project/commentfield.git. [ok] | |
Checked out revision 23c9a027259d2805c2753e6993d1d0b2ada8a4dc. [ok] | |
commentfield patched with commentfield-table-data-1399708-1.patch. [ok] | |
Generated PATCHES.txt file for commentfield [ok] | |
tracelytics downloaded from http://ftp.drupal.org/files/projects/tracelytics-7.x-1.2.tar.gz. [ok] | |
commerce_jetpay cloned from http://git.drupal.org/sandbox/glennpratt/1529848.git. [ok] | |
Checked out revision 76f0df3a9c764492bcb5b613781a27973db2016a. [ok] | |
apci_slave cloned from [email protected]:AllPlayers/apci_slave.git. [ok] | |
Checked out revision 1d1a500c47a7cad1edb8a89cedc6393e5250fb22. [ok] | |
gelf cloned from http://git.drupal.org/project/gelf.git. [ok] | |
Checked out revision 4389d96300b2e5e76154b47fbf22a35112d96d05. [ok] | |
omega downloaded from http://ftp.drupal.org/files/projects/omega-7.x-3.1.tar.gz. [ok] | |
recurly cloned from https://github.com/recurly/recurly-client-php.git. [ok] | |
Checked out revision b2f714c800b12350a0046028965d32d2cd216395. [ok] | |
running drush updatedb && drush fra && drush cc all | |
drush @localstore -y updatedb | |
<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;store.system&#039; doesn&#039;t exist: SELECT name, schema_version FROM {system} WHERE type = :type; Array | |
( | |
[:type] =&gt; module | |
) | |
in drupal_get_installed_schema_version() (line 150 of /mnt/apci/store/www/includes/install.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &#039;store.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 /mnt/apci/store/www/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error. [error] | |
drush @localstore -y fra | |
<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;store.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 1910 of /mnt/apci/store/www/includes/bootstrap.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &#039;store.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 /mnt/apci/store/www/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error. [error] | |
drush @localstore cc all | |
<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;store.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 1910 of /mnt/apci/store/www/includes/bootstrap.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &#039;store.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 /mnt/apci/store/www/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error. [error] | |
All site rollout tasks complete. | |
[email protected]:/mnt/apci/store/www/profiles/apci_store$ rake deploy:rollout | |
setting maintenance_mode | |
drush @localstore vset maintenance_mode 1 -y | |
<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;store.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 1910 of /mnt/apci/store/www/includes/bootstrap.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &#039;store.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 /mnt/apci/store/www/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error. [error] | |
rake aborted! | |
failed to set maintenance_mode to 1 for @localstore | |
Tasks: TOP => drush:maintenance_mode | |
(See full trace by running task with --trace) | |
[email protected]:/mnt/apci/store/www/profiles/apci_store$ drush status | |
<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;store.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 1910 of /mnt/apci/store/www/includes/bootstrap.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &#039;store.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 /mnt/apci/store/www/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment