XpressEngineGoogleCode / xe-board

Automatically exported from code.google.com/p/xe-board
0 stars 0 forks source link

설치 완료후 모듈을 찾을수 없습니다. 그리고 Fatal error: Allowed memory size of 16777216 bytes exhausted #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 설치 완료후 요청하신 모듈을 찾을수 없습니다. 

What is the expected output? What do you see instead?
설치가 안되고 계속적인 요청하신 모듈을 찾을수 없습니다 
가 떠서 
디버깅 해보았습니다.

What version of the product are you using? On what operating system?
CentOS release 5.8 (Final)
php mysql

Please provide any additional information below.
제가 분석한 결과로는 admin.admin.view.php

/**
* check easy install
* @return void
*/
function checkEasyinstall()

해당 함수에서 103 줄
$oController = &getAdminController('autoinstall');
$oController->_updateinfo();

autoinstall.admin.controller.php
$buff = FileHandler::getRemoteResource(_XE_DOWNLOAD_SERVER_, $body, 3, "POST", 
"application/xml");

$xml = new XmlParser();
$xmlDoc = $xml->parse($buff);

해당 XML 파서가 분석을 하지 못하는 이유는 XML의 양이 
엄청납니다.
저장해서 보면 260KB 정도 차지 하지만 

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 
71 bytes) in /home/sudisk/public_html/classes/xml/XmlParser.class.php on line 
167

다음과 같은 오류가 발생 합니다. 

제가 분석한 스샷 첨부 해드립니다. 그럼 수고 하세요 ^^ 
항상 XE를 잘쓰고 있습니다. 너무 감사 드립니다. ^^ 

Original issue reported on code.google.com by pds...@gmail.com on 30 Aug 2012 at 2:32

Attachments:

GoogleCodeExporter commented 8 years ago
core로 이동 https://code.google.com/p/xe-core/issues/detail?id=3220

Original comment by sinsy...@gmail.com on 12 Mar 2013 at 7:03