羊小排元年十月二十三日出生69天,满两个月了应该可以试试他的牵引反应(traction response),将儿子自仰卧姿势拉起至垂直的坐姿,可见头部后仰,但会有短暂向前挺直的动作。越过铅垂线后头部向前倾,躯干为弧形。如果后仰太厉害,需小心追踪是否发育迟缓。解决儿子的工作后,再来看看ㄚ琪琪的家工作好了,三个月前做了一下整理,一下子时间就又过去了,发现drupal 7.41都出来了,系统也出现提醒升级的字眼,查了一下如何从7.38升级到7.41,发现Drupal upgrade the easy way提到的方式不适合于我,因为太多错误了,看来要重找方法。
[adsense][/adsense]
改用方便的Update Drupal core with Drush,结果第一个指令drush en update,就失败了,出现了
Could not login with user ID #0. This is typically caused by [error]
importing a MySQL database dump from a faulty tool which
re-numbered the anonymous user ID in the users table. See
http://drupal.org/node/1029506 for help recovering from this
situation.
这样的错误,寻提示的网址查,才知道之前错删了 anonymous user ID,只好再重建
INSERT INTO users (name, pass, mail, theme, signature, language, init, timezone) VALUES (”, ”, ”, ”, ”, ”, ”, ”);
UPDATE users SET uid = 0 WHERE name = ”;
之后继续用drush up drupal执行
You have pending database updates. Run `drush updatedb` or [warning]
visit update.php in your browser.
System 7080 Convert the ‘format’ column in {date_format_locale} to
case sensitive varchar.
Do you wish to run all pending updates? (y/n): y
Performed update: system_update_7080 [ok]
‘all’ cache was cleared in drupal7 [success]
Finished performing updates. [ok]
虽然有提示要drush updatedb,但是我看到后面有提示成功的讯息。测试一下网站,看到成功升级到7.41了,下一次要弄布景了,现在非常地乱说。