<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[게시판 글을 삭제할 때마다 에러글이 뜹니다. ㅠㅠ]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/46616</link>
		<description><![CDATA[<p><strong>Fatal error</strong>: Allowed memory size of 268435456 bytes exhausted (tried to allocate 311296 bytes) in <strong>/home/webmymaster/html/wp-includes/class.wp-scripts.php</strong> on line <strong>504</strong></p>

<p>당신의 웹사이트에 치명적인 오류가 발생했습니다.</p>

<p><a href="https://wordpress.org/support/article/debugging-in-wordpress/">WordPress에서 디버깅에 대해 자세히 알아보십시오.</a></p>

<p><br />
<strong>Fatal error</strong>: Allowed memory size of 268435456 bytes exhausted (tried to allocate 65536 bytes) in <strong>/home/webmymaster/html/wp-admin/includes/file.php</strong> on line <strong>682</strong></p>

<p> </p>

<p><strong>이런 에러가 계속 뜨네요. 이제까지 잘 사용해 왔는데요. 무엇이 문제인지 잘 모르겠어요. ㅠ</strong></p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

해당 에러 메시지는 서버에서 설정한 메모리 문제인 듯합니다.

워드프레스의 wp-config...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/46619</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>해당 에러 메시지는 서버에서 설정한 메모리 문제인 듯합니다.</p>

<p>워드프레스의 wp-config.php 파일에 아래 메모리 설정 코드를 추가해서 테스트해보시겠어요?</p>

<pre>
<code class="language-php">define('WP_MEMORY_LIMIT', '256M');</code></pre>

<p> </p>

<p>서버 성능이 높다면 아래처럼 메모리를 더 늘릴 수 있습니다.</p>

<pre>
<code class="language-php">define('WP_MEMORY_LIMIT', '512M');</code></pre>

<p> </p>

<p>그 외에도 <a href="https://blog.cosmosfarm.com/?p=1162" target="_blank">워드프레스에서 에러 혹은 알 수 없는 문제가 있을 때 대응 방법</a>을 참고하셔서</p>

<p>다른 에러 메시지나 충돌이 있는지 점검해보셔야 할 듯합니다.</p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 21 Sep 2020 00:00:29 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>