dede后臺(tái)Fatal error: Allowed memory si,織夢(mèng)文章
導(dǎo)讀:織夢(mèng)文章織夢(mèng)文章點(diǎn)評(píng) :訪問(wèn)dede后臺(tái)的時(shí)候提示Fatal error: Allowed memory size of 8388608 bytes exhausted問(wèn)題的解織夢(mèng)模板修改織夢(mèng)模板免費(fèi)。
點(diǎn)評(píng):訪問(wèn)dede后臺(tái)的時(shí)候提示Fatal error: Allowed memory size of 8388608 bytes exhausted問(wèn)題的解決方法
解決方式一: ( 我用這方式就可以安裝了)
打開(kāi)在.htaccess 文件裡 最上面開(kāi)頭加上
php_value max_execution_time 1200
php_value memory_limit 200M
php_value post_max_size 200M
php_value upload_max_filesize織夢(mèng)模板網(wǎng)站 200M
解決方式二: (這我就不太會(huì)請(qǐng)高手解釋)
或者在httpd.conf主機(jī)配置里改
解決方式三: (這個(gè)我試過(guò)沒(méi)什麼作用..請(qǐng)高手幫忙解釋)
如出現(xiàn)這種問(wèn)題則表明,程序運(yùn)行占用的記憶空間超過(guò)了8M,解決方法修改PHP.ini文件將
memory_limit = 8M ;
的值改為12M就可以了
This error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don’t fret, though, because this is an easy problem to overcome.To change the memory limit for one specific script by including a line such as this at the top of the script:
ini_set("memory_limit","12M");
The 12M sets the limdede58模板it to 12 megabytes (12582912 by織夢(mèng)模板免費(fèi)tes). If this doesn’t work, keep increasing the memory limit until your script fits or your server squeals for mercy.
You can also make this change permanently for all PHP scripts running on the server by adding a line like this to the server’s php.ini file:
memory_limit = 12M
Keep in mind that a huge memory limit is a poor substitute for good coding. A poorly written script may inefficiently squander memory which can cause severe problems for frequently executed scripts. However, some applications are run infrequently and require lots of memory like importing and processing a big data file.
如果是vps云主機(jī),服務(wù)器用戶推薦大家采用第三種方法。相關(guān)織夢(mèng)模板修改織夢(mèng)模板免費(fèi)。
聲明: 本文由我的SEOUC技術(shù)文章主頁(yè)發(fā)布于:2023-07-20 ,文章dede后臺(tái)Fatal error: Allowed memory si,織夢(mèng)文章主要講述后臺(tái),標(biāo)簽,織夢(mèng)網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請(qǐng)保留鏈接: http://www.bifwcx.com/article/web_32272.html
為你推薦與dede后臺(tái)Fatal error: Allowed memory si,織夢(mèng)文章相關(guān)的文章
-
DedeCMS站點(diǎn)高級(jí)安全策略(Linux篇),織夢(mèng)教程
(105)人喜歡 2023-07-20 -
織夢(mèng)DEDECMS中讓近三天發(fā)布的文章顯示紅色
(194)人喜歡 2023-07-20 -
dedecms網(wǎng)站搬家需要的備份的文件,dedecms
(51)人喜歡 2023-07-20 -
織夢(mèng)(dedecms)導(dǎo)航條dropdown.js的改進(jìn)(附演示
(98)人喜歡 2023-07-20 -
解決Dedecms生成RSS地圖地址出錯(cuò)全都多了一
(139)人喜歡 2023-07-20 -
dede調(diào)用指定欄目下相關(guān)文章的實(shí)現(xiàn)方法
(123)人喜歡 2023-07-20