Closed (fixed)
Project:
Drush
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2009 at 19:42 UTC
Updated:
5 Feb 2011 at 20:00 UTC
At the end of drush updatedb I always end up with the following:
An error occurred at function : drush_core_cache_clear [error]
Finished performing updates. [ok]
An error occurred at function : drush_core_updatedb [error]
Everything seems to work fine, but the error is annoying. I though it may be due to me running drupal_flush_all_caches(); in my hook_update, but even attempting to run the following update hook results in the same error:
function mymodule_update_6002() {
$ret = array();
return $ret;
}
I have tried with the latest stable release, and with HEAD. same deal.
Comments
Comment #1
greg.1.anderson commentedTry again with latest drush-HEAD; this time run with -d to get more debugging info.
Comment #2
_rune commentedDisregard. Posted at wrong page, sorry!
Comment #3
_rune commentedComment #4
jonhattanIt is a pre 3.3 report. Let's say it is settled by the pass of time