無法更新版本 - 部落格

Table of Contents

請問也在用 WP 的朋友,
我的部落格從 2.8.6 開始就不能更新了,
從後台按更新後就會出現以下訊息

http://wordpress.org/wordpress-2.9.zip 下載更新檔案中。

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 2515174 bytes) in
/home3/martyhou/public_html/blog/wp-includes/http.php on line 1331

請問大概是出了什麼問題呢?

我的網址是 http://martyhou.com/blog

--

All Comments

Jack avatarJack2009-12-20
加 define('WP_MEMORY_LIMIT', '64M'); to wp-config.php
Xanthe avatarXanthe2009-12-23
加 php_value memory_limit 64M to .htaccess file
擇一
Quintina avatarQuintina2009-12-28
成功了,感謝樓上的幫忙