EEDU Blog: 博客 ·  资讯 ·  论坛 ·  留言
登录 新用户? 注册   |  

ahaoxie's blog

订阅博客:

环境生态网站长

阅读全文

运行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
}

发表于: 2011-06-03 12:47 | 全文(查看: 196) | 评论(0) | 本文地址 | 收藏 
分类: 小窍门(95)   标签: drupal  新知  

"运行Cron 失败的解决方法" 的评论: (共 0 条)

你对本文的评论:

登录后再作评论
Page was generated in 64 milliseconds