drupal cache故障,一定要经常运行cron.php
昨天drupal又出问题了,一个原因是文章误操作,另外就是我想清空缓存数据的时候,执行到一半出了一个mysql超时的错误。于是所有的页面都打不开了,都是说“你访问的页面不存在”。
然后去truncate掉所有的cache*表,没有效果。
折腾了半天,想起还有cron.php这个程序,运行了一遍,还是没有用,最后是再运行一次update.php,执行了就恢复正常了。
虽然drupal的缓存机制很强大很有效,然而一旦出了这样的事故还是挺麻烦的。
Tags: cache, cron, drupal, 缓存机制
This entry was posted
on 星期三, 12月 31st, 2008 at 10:31 上午 and is filed under CMS.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
2月 9th, 2009 at 5:01 下午
请问你的cache router是什么engine,我php5.2.8+eAccelerate,但是配置后发现页面变成空白了