您在這裡

中文化的一些問題

Mountain's 的頭像
Mountain 在 2008-10-05 (周日) 19:15 發表

Message
set_time_limit() has been disabled for security reasons in /home/xxxxxxx/public_html/includes/common.inc on line 2515.

Message
set_time_limit() has been disabled for security reasons in /home/xxxxxxx/public_html/includes/locale.inc on line 988.

這兩個訊息有個共通點
function drupal_cron_run() {
// If not in 'safe mode', increase the maximum execution time:
if (!ini_get('safe_mode')) {
set_time_limit(240); <=重點是這裡有錯誤
}

我怎樣都看不懂~麻煩請高手賜教~該怎麼修改

網站放在哪個服務器?
php run在安全模式底下
所以不允許動態更改這設定
要把php正式開起來

This function has no effect when PHP is running in safe mode. There is no workaround other than turning off safe mode or changing the time limit in the php.ini.

--
from open mind to open source~

--
from open mind to open source~

Free的話有點難要求,你應該找不到php.ini
如果付費的話,可以要求他們系統管理員讓你的php不是在security mode運作
--
from open mind to open source~

--
from open mind to open source~