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); <=重點是這裡有錯誤
}
我怎樣都看不懂~麻煩請高手賜教~該怎麼修改
Re: 中文化的一些問題
網站放在哪個服務器?
php run在安全模式底下
所以不允許動態更改這設定
要把php正式開起來
--
from open mind to open source~
Re: 中文化的一些問題
謝謝你~我的網頁是用http://www.000webhost.com/來架設的
至於php.ini. 檔~我還找不到~我先試一下
如果您知道~可以順便回復一下~謝謝你
Re: 中文化的一些問題
Free的話有點難要求,你應該找不到php.ini
如果付費的話,可以要求他們系統管理員讓你的php不是在security mode運作
--
from open mind to open source~