apache频繁挂
近zentao的apache频繁挂,今天早上就3次了。
环境:
window2008
zentao3.0,从2.4的一键安装包升级上来的。
日志:
[Fri Apr 13 08:58:50 2012] [notice] EACCELERATOR(3368):
PHP crashed on opline 28 of query() at E:\zentao\home\zentao\lib\dao\dao.class.php:497
[Fri Apr 13 08:58:45 2012[Fri Apr 13 08:58:50 2012] [crit] Parent: child process exited with status 3 -- Aborting.
lib\dao\dao.class.php
public function query($autoCompany = true)
{
if(!empty(dao::$errors)) return new PDOStatement(); // If any error, return an empty statement object to make sure the remain method to execute.
$sql = $this->processSQL($autoCompany);
try
{
$method = $this->method;
$this->reset();
if($this->slaveDBH and $method == 'select')
{
return $this->slaveDBH->query($sql);
}
else
{
return $this->dbh->query($sql); //497行
}
}
catch (PDOException $e)
{
$this->app->error($e->getMessage() . "<p>The sql is: $sql</p>", __FILE__, __LINE__, $exit = true);
}
}
[eaccelerator] eaccelerator.enable="0"
[eaccelerator] eaccelerator.enable="0"





精品资料包
1V1产品演示
免费试用增强功能
专属顾问答疑支持


