运行Cron 失败的解决方法
1、增加 PHP 内存
2、includes\common.inc :
function drupal_cron_run() {
// If not in 'safe mode', increase the maximum execution time:
if (!ini_get('safe_mode')) {
set_time_limit(240); '将240改为2400
}
上一篇: 知识库系统KnowledgeRoot