<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[k보드 게시판에 &quot;저장&quot;이 없어졌습니다. ]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/20091</link>
		<description><![CDATA[<p>제가 플러그인을 몇개 깔다가 문제가 생겼는지, "저장" 기능 버튼이 "K보드 게시판 관리페이지"에 없어졌습니다.</p>

<p>이럴경우, 어떻게 해야 하나요? 업그레이드는 이미 최근 버전으로 한 상태입니다.</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[해당 메시지는 플러그인에서 나오는 메시지로서 php-errors.log 파일을 만들라는 메시지 입니다.

/host...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/20197</link>
			<description><![CDATA[<p>해당 메시지는 플러그인에서 나오는 메시지로서 php-errors.log 파일을 만들라는 메시지 입니다.</p>

<p>/host/home1/philgosu/html/php-errors.log 이쪽 경로에 만들어주세요.</p>

<p>추가로 wp-config.php 파일에 아래 코드도 추가를 해주셔야 플러그인이 정상동작 하겠습니다.</p>

<pre>
<code>ini_set('log_errors', 'On');
ini_set('error_log', '/host/home1/philgosu/html/php-errors.log');
error_reporting(E_ALL);</code></pre>

<p> </p>

<p>결국 wp-config.php 파일을 수정해주셔야 에러 메시지를 확인하실 수 있겠습니다.</p>

<p>에러 메시지가 있어야 원인을 알 수 있으니 확인해보시겠어요?</p>

<p>게시판과 댓글 플러그인을 업데이트를 해보셨는지요?</p>

<p><a href="http://blog.naver.com/PostView.nhn?blogId=chan2rrj&amp;logNo=221215008402" target="_blank">KBoard(케이보드) 플러그인 업데이트 방법</a></p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Sat, 24 Feb 2018 01:31:04 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[To enable error logging, create an empty file named &quot;php-errors.log&quot;. Place it in a dir...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/20192</link>
			<description><![CDATA[<p>To enable error logging, create an empty file named "php-errors.log". Place it in a directory that is not publicly accessible (preferably outside your web root) and ensure it is writable by the web server. Then add the following code to <code>wp-config.php</code>:</p>

<pre>
ini_set('log_errors', 'On');
ini_set('error_log', '/full/path/to/php-errors.log');
error_reporting(E_ALL);</pre>

<p>For reference, the full path of the WordPress directory is:<br />
<code>/host/home1/philgosu/html/</code></p>

<p> </p>

<p><font>플러그인 깔고 에러 검사를 하니 다음과 같이 나옵니다. 어떻게 수정해야하나요 &gt;? </font></p>
]]></description>
			<author>philgosu</author>
			<pubDate>Fri, 23 Feb 2018 18:08:58 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

워드프레스 관리자 페이지에서 말씀이시죠?

KBoard 게시판 플러그인을 업데이트 하시고...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/20117</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>워드프레스 관리자 페이지에서 말씀이시죠?</p>

<p>KBoard 게시판 플러그인을 업데이트 하시고 댓글 플러그인은 업데이트가 안된건지 확인 해보시겠어요?</p>

<p>게시판과 댓글 플러그인 모두 업데이트를 해주셔야합니다.</p>

<p>또한 정확한 원인을 파악하기 위해서 워드프레스 디버그 모드를 활성화 해서 에러 메시지를 확인 해보시겠어요?</p>

<p>워드프레스의 wp-config.php 파일에서</p>

<p>define('WP_DEBUG', <strong>false</strong>); -&gt; define('WP_DEBUG', <strong>true</strong>);</p>

<p>이렇게 수정해주시면 디버그 모드가 활성화 됩니다.</p>

<p>또는 워드프레스 디버그 모드 대신 아래 플러그인으로 오류 내용을 확인할 수 있습니다.</p>

<p><a href="https://ko.wordpress.org/plugins/error-log-monitor/" target="_blank">https://ko.wordpress.org/plugins/error-log-monitor/</a></p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 22 Feb 2018 09:45:08 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>