0
[STDERR] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 57 bytes) in /home/taktikoyuncu/public_html/wp-includes/pomo/entry.php on line 76
我在我的網站上使用Wordpress。 我試圖改變最大內存限制,它給允許的內存大小33554432字節用盡和Ioncube
文件/home/xxx/public_html/wp-content/themes/xxxx/functions.php 不能被這個版本的Ioncube公司裝載機的解碼。如果您是 本網站的管理員,請安裝ionCube Loader的最新版本 。在未知的行0
增加memory_limit – devpro
33554432只有32meg,而不是一個很小的內存限制。你確定錯誤信息的其他位不是更相關,即錯誤版本的IONCUBE – RiggsFolly
我將內存限制升級到64,128,256,512,但是當我超過32 MB時,它提供了「文件/ home/xxx/public_html/wp-content/themes /xxxx/functions.php不能被這個版本的ionCube Loader解碼,如果你是這個網站的管理員,那麼請安裝最新版本的ionCube Loader。在未知的第0行「昨天它工作正常。 –