錯誤訊息:
Allowed memory size of 67108864 bytes exhausted (tried to allocate 664159 bytes)

解決方式:
此訊息表示內存記憶體容量不夠

解法一
在程式輸出的地方加上
ini_set('memory_limit', '128M'); //預設為64M可加大此區設定

解法二
在.htaccess檔案修改下面參數
php_value memory_limit 128M
arrow
arrow

    衛斯理不理 發表在 痞客邦 留言(0) 人氣()