LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: posada 於 四月 05, 2005, 08:53:32 下午



主題: 升級1.0版後,資料夾問題
作者: posada四月 05, 2005, 08:53:32 下午
升級1.0版後,點選資料夾連結,
會出現下列訊息:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 711 bytes) in /***/plog/class/template/smarty/Smarty_Compiler.class.php on line 150

請問是什麼問題?
是主機記憶體不足嗎?


主題: 升級1.0版後,資料夾問題
作者: markwu四月 06, 2005, 10:37:13 上午
是的,請把 memory_limit 加大為 16M。pLog 1.0 吃 memory 吃得有點凶。

mark


主題: 升級1.0版後,資料夾問題
作者: posada四月 08, 2005, 11:40:43 上午
更改後,
以解決!
感謝mark兄!


主題: 升級1.0版後,資料夾問題
作者: happyLB四月 14, 2005, 12:44:55 下午
您好,我也遇到類似的問題...

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in ...../www/plog/locale/locale_zh_TW.php on line 359

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes) in Unknown on line 0

不過我進管理介面找了老半天卻不到memory_limit的設定選項耶... :-(
請問那是在哪邊設定呀?


主題: 升級1.0版後,資料夾問題
作者: markwu四月 14, 2005, 01:47:19 下午
在 php.ini 裡面。

Mark