网站出现内存用尽(error: Allowed memory size of 134217728 bytes exhausted (tried to all)
出现问题:
[Thu Jul 09 09:57:22 2015] [error] [client 183.61.51.179] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4294967296 bytes) in /vhost/vhostroot/wart8555/www/class/companyInfomation.php on line 80
[Thu Jul 09 09:57:48 2015] [error] [client 59.57.252.98] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4294967296 bytes) in /vhost/vhostroot/wart8555/www/class/companyInfomation.php on line 80
[Thu Jul 09 09:57:50 2015] [error] [client 59.57.252.98] File does not exist: /vhost/vhostroot/wart8555/www/favicon.ico
[Thu Jul 09 10:01:38 2015] [error] [client 59.57.252.98] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4294967296 bytes) in /vhost/vhostroot/wart8555/www/class/companyInfomation.php on line 80
首先index.php中引用foot.php页面,里面出现了问题,初学PHP,请大神帮忙看下
<?php include 'include.php';include ROOT_PATH . '/tool/Page.php';include ROOT_PATH . '/tool/Database.php';include ROOT_PATH.'/class/baseProduct.php';include ROOT_PATH.'/class/baseInformation.php';//产品list$baseProduct = new BaseProduct();$productList = $baseProduct->indexShow();$information = new BaseInformation();$infor_list = $information->findPage(1, 5);?><!DOCTYPE html><head><title><?php echo WEB_TITLE;?></title><meta charset="UTF-8"><link rel="stylesheet" href="css/foundation.min.css"><link rel="stylesheet" href="css/superfish.css"><link rel="stylesheet" href="css/stylesheet.css"><link rel="stylesheet" href="js/slider/flexslider.css"><link rel="stylesheet" href="js/slider/flexcar.css"><link href='css/defult.css' rel='stylesheet' type='text/css'><script src="js/vendor/custom.modernizr.js"></script><script>Modernizr.load({ // test if browser understands media queries test: Modernizr.mq('only all'), // if not load ie8-grid nope: 'css/ie8-grid-foundation-4.css'});</script><!--[if lt IE 9]><link rel="stylesheet" href="css/ie-fixes.css"><![endif]--></head><body><div class="header"> <?php include ROOT_PATH.'/top.php';?> <div class="slider"> </div></div><div class="tagline"> <div class="row"> <div class="columns large-12"> <div class="center"> <div class="columns large-4 large-offset-1 content sidebar" id="youkuplayer" style="float: left; width: 370px;height: 241px; margin-left: 0"></div> <script type="text/javascript" src="http://player.youku.com/jsapi"> player = new YKU.Player('youkuplayer',{ styleid: '0', client_id: '9d672744e5e73950', vid: 'XMTI3ODgyNjU4OA==', autoplay: false, show_related: false, events:{ onPlayEnd: function(){ playVideo(); } } }); function playVideo(){ player.playVideo(); } </script> <div class="columns large-4 large-offset-1 content sidebar" style="float: left; margin-left: 10px;"> <h1 id="blog-php-新闻">/blog.php'">新闻</h1> <ul> <?php for($i=0;$i<count($infor_list);$i++){?> <li class="bullet" style="text-align: left;"><a href="<?php echo ROOT_URL."/blog.php?id=".$infor_list[$i]["id"];?>"><?php echo $infor_list[$i]["title"].$infor_list[$i]["id"];?></a></li> <?php }?> </ul> </div> <div></div> </div> </div> </div></div><div class="service-box" style="display: none;"> <?php for($i=0;$i<count($productList);$i++){ if($i==0){ echo "<div class=\"row service\">"; }elseif($i%3==0){ echo "</div><div class=\"row service\">"; } $picSrc = ROOT_URL.$productList[$i]["hostPath"]."/".$productList[$i]["saveName"]; ?> <div class="columns large-4 sp"> <h1 class="service-subtitle sp_title"><?php echo $productList[$i]["title"];?></h1> <p><img src="/static/imghw/default1.png" data-src="<?php echo $picSrc;? alt="网站出现内存用尽(error: Allowed memory size of 134217728 bytes exhausted (tried to all)" >" class="lazy" alt="" class="threeUp"></p> <div> <?php echo $productList[$i]["littleContent"];?></div> <p> <a class="button custom">详情</a> </p> </div> <?php if($i==count($productList)-1){ echo "</div>"; } }?></div><div class="front-testimonial"> <div class="row"> <div class="columns large-12"> <div class="flexcar"> </div> </div></div> <?php include ROOT_PATH.'/foot.php';?><script src="js/jquery.min.js"></script><script src="js/hoverIntent.js"></script><script src="js/superfish.js"></script><script src="js/slider/jquery.flexslider.js"></script><script>Modernizr.load({ test: Modernizr.placeholder, nope: 'js/placeholder.min.js'});function goToNewPage() { if (document.getElementById('target').value) { window.location.href = document.getElementById('target').value; }}</script><script>$(document).ready(function () { $('ul.sf-menu').superfish({ animation: { height: 'show' }, delay: 400 }); $("img.scrollToTop").click(function () { $("html, body").animate({ scrollTop: 0 }, "slow"); }); $('.flexslider').flexslider(); $('.flexcar').flexslider();});</script></body></html>
<?phprequire_once 'include.php';require_once ROOT_PATH.'/class/companyInfomation.php';$companyInfo_foot = new CompanyInfomation();$info_foot = $companyInfo_foot->getContent();?><footer class="footer"> <div class="row"> <div class="columns large-12 footer-inner"> <div class="row"> <div class="columns large-4 useful-links"> <div> <h2 id="Quick-nbsp-links">Quick links</h2> <ul class="footer-list"> <li><a href="#">伟达</a></li> <li><a href="#">新闻</a></li> <li><a href="#">产品</a></li> <li><a href="#">视频</a></li> <li><a href="#">下载</a></li> </ul> </div> </div> <div class="columns large-4 contact"> <div> <h2 id="Contactus">Contactus</h2> <ul class="footer-list"> <li><span class="small-icon"><img src="/static/imghw/default1.png" data-src="<?php echo ROOT_URL;? alt="网站出现内存用尽(error: Allowed memory size of 134217728 bytes exhausted (tried to all)" >/images/address.png" class="lazy" alt=""></span><?php echo $info_foot==null?"":$info_foot->getAddr();?></li> <li><span class="small-icon"><img src="/static/imghw/default1.png" data-src="<?php echo ROOT_URL;? alt="网站出现内存用尽(error: Allowed memory size of 134217728 bytes exhausted (tried to all)" >/images/phone.png" class="lazy" alt=""></span><?php echo $info_foot==null?"":$info_foot->getTel();?></li> <li><span class="small-icon"><img src="/static/imghw/default1.png" data-src="<?php echo ROOT_URL;? alt="网站出现内存用尽(error: Allowed memory size of 134217728 bytes exhausted (tried to all)" >/images/fax.png" class="lazy" alt=""></span><?php echo $info_foot==null?"":$info_foot->getFx();?></li> <li><span class="small-icon"><img src="/static/imghw/default1.png" data-src="<?php echo ROOT_URL;? alt="网站出现内存用尽(error: Allowed memory size of 134217728 bytes exhausted (tried to all)" >/images/email.png" class="lazy" alt=""></span><?php echo $info_foot==null?"":$info_foot->getEmail();?></li> </ul> </div> </div> <div class="columns large-4 about"> <div> <h2 id="Aboutus">Aboutus</h2> <p><img src="/static/imghw/default1.png" data-src="images/about.png" class="lazy" alt=""></p> <p>Placerat urna et tristique in! Scelerisque integer nisi pha sellus, nec phasellus arcualiquet etiam magna massa sit cursus adipiscing sed, nec? Aenean odio! Cumac dolor dapibus tincidunt lorem ipsum dolor sit esmet placerat urna et tristique in! Scelerisque integer nisi phasellus</p> </div> </div> </div> </div> </div></footer><div class="credit-row"> <div class="row"> <div class="columns large-11 credit"></div> <div class="columns large-1"> <img class="scrollToTop lazy" src="/static/imghw/default1.png" data-src="images/toparrow.png" alt="" > </div> </div></div>
<?phpclass CompanyInfomation{ private $id; private $infomation; private $addr; private $tel; private $fx; private $email; function setId($id){ $this->id = $id; } function getId(){ return $this->id; } function setInfomation($infomation){ $this->infomation = $infomation; } function getInfomation(){ return $this->infomation; } function setAddr($addr){ $this->addr = $addr; } function getAddr(){ return $this->addr; } function setTel($tel){ $this->tel = $tel; } function getTel(){ return $this->tel; } function setFx($fx){ $this->fx = $fx; } function getFx(){ return $this->fx; } function setEmail($email){ $this->email = $email; } function getEmail(){ return $this->email; } function edit(){ $select_sql = "select id from company_information where id = ?"; $insert_sql = "insert into company_information (information,addr,tel,fx,email)values(?,?,?,?,?)"; $update_sql = "update company_information set information = ?,addr=?,tel=?,fx=?,email=? where id=?"; $database = new Database(); $conn = $database->getConn(); $stmt = $conn->prepare($select_sql); $stmt->bind_param('i',$this->id); $stmt->execute(); $stmt->bind_result($id); $stmt_edit = null; if($stmt->fetch()){ $stmt_edit = $conn->prepare($update_sql); $stmt_edit->bind_param("sssssi",$this->infomation,$this->addr,$this->tel,$this->fx,$this->email,$this->id); $stmt_edit->execute(); }else{ $stmt_edit = $conn->prepare($insert_sql); $stmt_edit->bind_param("sssss",$this->infomation,$this->addr,$this->tel,$this->fx,$this->email); $stmt_edit->execute(); } $stmt->close(); $stmt_edit->close(); $conn->close(); } function getContent(){ $select_sql = "select id,information,addr,tel,fx,email from company_information limit 0,1"; $database = new Database(); $conn = $database->getConn(); $stmt = $conn->prepare($select_sql); $stmt->execute(); $stmt->bind_result($id,$information,$addr,$tel,$fx,$email); $infomation_obj = null; if ($stmt->fetch()) { $infomation_obj = new CompanyInfomation(); $infomation_obj->setAddr($addr); $infomation_obj->setEmail($email); $infomation_obj->setFx($fx); $infomation_obj->setId($id); $infomation_obj->setInfomation($information); $infomation_obj->setTel($tel); } $stmt->close(); $conn->close(); return $infomation_obj; }}?>
回复讨论(解决方案)
内存不足,在报错前那行,打印下所有变量、参数,是不是过大了。
哪个是 companyInfomation.php ?
看不出哪里需要 4G 的内存
没看到需要4G内存的地方。
哪个是 companyInfomation.php ?
看不出哪里需要 4G 的内存
内存不足,在报错前那行,打印下所有变量、参数,是不是过大了。
第一个104行,第二个3-5行,第3个的80
没看到需要4G内存的地方。
数据库查询最多一条数据,没有数据也会报这样的错 虽然 bind_result 方法不需要参数变量事先存在,但是你还是先声明一下比较妥当
$id = $information = $addr = $tel = $fx = $email = ‘’;
$stmt->bind_result($id,$information,$addr,$tel,$fx,$email);
虽然 bind_result 方法不需要参数变量事先存在,但是你还是先声明一下比较妥当
$id = $information = $addr = $tel = $fx = $email = ‘’;
$stmt->bind_result($id,$information,$addr,$tel,$fx,$email);
你试一下不用 bind_result 是怎样的
谢谢各位回答,字段类型设置错误,一个大文本字段设置成为最大字段,需要内存4G,换了就好了

熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章

熱工具

記事本++7.3.1
好用且免費的程式碼編輯器

SublimeText3漢化版
中文版,非常好用

禪工作室 13.0.1
強大的PHP整合開發環境

Dreamweaver CS6
視覺化網頁開發工具

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)

在PHP中,應使用password_hash和password_verify函數實現安全的密碼哈希處理,不應使用MD5或SHA1。1)password_hash生成包含鹽值的哈希,增強安全性。 2)password_verify驗證密碼,通過比較哈希值確保安全。 3)MD5和SHA1易受攻擊且缺乏鹽值,不適合現代密碼安全。

PHP和Python各有優勢,選擇依據項目需求。 1.PHP適合web開發,尤其快速開發和維護網站。 2.Python適用於數據科學、機器學習和人工智能,語法簡潔,適合初學者。

PHP在電子商務、內容管理系統和API開發中廣泛應用。 1)電子商務:用於購物車功能和支付處理。 2)內容管理系統:用於動態內容生成和用戶管理。 3)API開發:用於RESTfulAPI開發和API安全性。通過性能優化和最佳實踐,PHP應用的效率和可維護性得以提升。

PHP類型提示提升代碼質量和可讀性。 1)標量類型提示:自PHP7.0起,允許在函數參數中指定基本數據類型,如int、float等。 2)返回類型提示:確保函數返回值類型的一致性。 3)聯合類型提示:自PHP8.0起,允許在函數參數或返回值中指定多個類型。 4)可空類型提示:允許包含null值,處理可能返回空值的函數。

PHP仍然具有活力,其在現代編程領域中依然佔據重要地位。 1)PHP的簡單易學和強大社區支持使其在Web開發中廣泛應用;2)其靈活性和穩定性使其在處理Web表單、數據庫操作和文件處理等方面表現出色;3)PHP不斷進化和優化,適用於初學者和經驗豐富的開發者。

PHP主要是過程式編程,但也支持面向對象編程(OOP);Python支持多種範式,包括OOP、函數式和過程式編程。 PHP適合web開發,Python適用於多種應用,如數據分析和機器學習。

PHP和Python各有優劣,選擇取決於項目需求和個人偏好。 1.PHP適合快速開發和維護大型Web應用。 2.Python在數據科學和機器學習領域佔據主導地位。

在PHP中使用預處理語句和PDO可以有效防範SQL注入攻擊。 1)使用PDO連接數據庫並設置錯誤模式。 2)通過prepare方法創建預處理語句,使用佔位符和execute方法傳遞數據。 3)處理查詢結果並確保代碼的安全性和性能。
