<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>500 에러 &#8211; Eco Studio</title>
	<atom:link href="https://eco-s2dio.com/tag/500-%ec%97%90%eb%9f%ac/feed/" rel="self" type="application/rss+xml" />
	<link>https://eco-s2dio.com</link>
	<description>에코스튜디오</description>
	<lastBuildDate>Fri, 04 Sep 2026 16:21:45 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://eco-s2dio.com/wp-content/uploads/2025/09/cropped-제목을-입력해주세요_-001-5-32x32.png</url>
	<title>500 에러 &#8211; Eco Studio</title>
	<link>https://eco-s2dio.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>HTTP ERROR 500 — 시도하기 전에 «무엇이 적혀 있나»부터</title>
		<link>https://eco-s2dio.com/http-error-500/</link>
					<comments>https://eco-s2dio.com/http-error-500/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Fri, 04 Sep 2026 16:21:45 +0000</pubDate>
				<category><![CDATA[가이드]]></category>
		<category><![CDATA[워드프레스]]></category>
		<category><![CDATA[500 에러]]></category>
		<category><![CDATA[http error 500]]></category>
		<category><![CDATA[워드프레스 오류]]></category>
		<category><![CDATA[증상]]></category>
		<guid isPermaLink="false">https://eco-s2dio.com/http-error-500/</guid>

					<description><![CDATA[500은 고장의 이름이 아니라 봉투입니다. 로그 한 줄을 열면 어느 파일 몇 번째 줄인지 나옵니다.]]></description>
										<content:encoded><![CDATA[<p>500 에러가 뜨면 대부분 이렇게 검색합니다 — <strong>「워드프레스 500 에러 해결」</strong>. 그리고 나오는 글은 대개 이렇게 시작합니다. 「<strong>다음을 차례로 시도해 보세요</strong> — 플러그인 끄기, 테마 바꾸기, PHP 메모리 늘리기, .htaccess 지우기…」</p>
<p><strong>저희는 반대로 합니다.</strong> 500 에러는 <strong>「무엇을 시도할까」가 아니라 「무엇이 적혀 있나」부터</strong> 봐야 합니다.</p>
<div class="eco-note"><b>왜 반대인가</b></p>
<p>500 은 <strong>고장의 이름이 아닙니다.</strong> 「서버 안에서 뭔가 터졌다」는 <strong>봉투</strong>일 뿐이고, 안에 든 내용은 매번 다릅니다. 봉투만 보고 이것저것 시도하면 <strong>고쳐져도 무엇이 원인이었는지 모릅니다.</strong> 그러면 다시 납니다.</p>
</div>
<div class="eco-step"><span class="n">1</span></p>
<h2>봉투를 열면 «한 줄»이 들어 있습니다</h2>
</div>
<p>워드프레스는 실제 오류 문구를 <strong>파일에 적어 둡니다.</strong> 화면에는 500만 보여도, 그 파일에는 <strong>「어느 파일 몇 번째 줄에서 무엇이 터졌는지」</strong>가 한 줄로 남아 있습니다.</p>
<p>FTP나 호스팅 파일 관리자로 들어가 이 자리를 보세요.</p>
<pre><code>wp-content/debug.log        ← 워드프레스가 남기는 것
error_log                   ← 호스팅사가 남기는 것 (폴더마다 있을 수 있습니다)</code></pre>
<p><strong>맨 아래 몇 줄만 보시면 됩니다.</strong> 가장 최근 것이 지금 그 고장입니다.</p>
<div class="eco-tip"><b>파일이 없거나 비어 있다면</b></p>
<p>기록이 꺼져 있는 것입니다. 호스팅 관리자에 <strong>「오류 로그」 화면</strong>이 따로 있는 경우가 많으니 거기서 보세요. 그것도 없으면 호스팅사에 <strong>「최근 500 에러 로그를 확인해 달라」</strong>고 요청하시면 됩니다.</p>
</div>
<div class="eco-step"><span class="n">2</span></p>
<h2>그 한 줄이 답을 반쯤 줍니다</h2>
</div>
<table>
<thead>
<tr>
<th>로그에 이런 말이 있으면</th>
<th>이런 고장입니다</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Allowed memory size … exhausted</strong></td>
<td>메모리 부족. 늘리면 되지만, <strong>왜 갑자기 많이 먹는지</strong>도 봐야 합니다</td>
</tr>
<tr>
<td><strong>Maximum execution time … exceeded</strong></td>
<td>작업이 너무 오래 걸려 잘렸습니다. 대개 백업·가져오기 중에 납니다</td>
</tr>
<tr>
<td><strong>Call to undefined function</strong> 또는 <strong>Cannot redeclare</strong></td>
<td>플러그인끼리 부딪혔습니다. 파일 이름이 같이 적혀 있습니다</td>
</tr>
<tr>
<td><strong>syntax error, unexpected</strong></td>
<td>코드를 직접 고치다 한 글자가 어긋났습니다. 그 줄 번호가 적혀 있습니다</td>
</tr>
<tr>
<td>파일 이름이 <strong>plugins/○○/</strong> 로 시작</td>
<td>그 폴더 이름이 곧 범인입니다</td>
</tr>
</tbody>
</table>
<p><strong>파일 이름과 줄 번호가 적혀 있으면 범인은 이미 나온 것입니다.</strong> 시도할 필요가 없습니다.</p>
<div class="eco-step"><span class="n">3</span></p>
<h2>그다음에야 «시도»입니다</h2>
</div>
<p>로그에서 범인이 나왔으면 그것만 처리합니다.</p>
<ul>
<li>플러그인이 범인 → 그 폴더 이름만 바꿔 끕니다. <strong>전부 끄지 않습니다</strong></li>
<li>메모리 → <code>wp-config.php</code> 에서 올리되, <strong>무엇이 먹고 있었는지</strong>를 같이 봅니다</li>
<li>내가 고친 코드 → 그 줄로 바로 갑니다</li>
</ul>
<div class="eco-warn"><b>로그를 안 보고 순서대로 시도하면</b></p>
<p>「플러그인 다 끄기 → 되네 → 하나씩 켜기」로 <strong>반나절이 갑니다.</strong> 그리고 원인을 모른 채 끝나서, 같은 일이 다시 납니다. <strong>로그 한 줄이 그 반나절을 없앱니다.</strong></p>
</div>
<h2>로그를 봐도 모르겠으면</h2>
<p><strong>그 한 줄을 그대로 보내주시면</strong> 저희가 읽고 어느 고장인지 알려드립니다. 주소만 주셔도 됩니다.</p>
<ul>
<li>진단은 <strong>무료</strong>이고, <strong>사이트는 어떤 것도 바뀌지 않습니다</strong></li>
<li>500 은 원인 추적이 필요한 경우가 많아 대개 <strong>디럭스(89,000원)</strong> 범위입니다. 로그에서 범인이 하나로 나오면 스탠다드입니다</li>
<li><strong>진단에서 원인을 못 찾으면 받지 않습니다</strong></li>
</ul>
<p><a class="go" href="/fix/">워드프레스 오류 수정 서비스 보기</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://eco-s2dio.com/http-error-500/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
