<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[KBoard : 관리 권한이 없습니다.]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/6688</link>
		<description><![CDATA[<p>제목과 같이 게시판 등록, 수정, 백업 등등에 액션을 취하면</p>

<p>"KBoard : 관리 권한이 없습니다." 라는 문구가 나오네요..</p>

<p>현재 정확한 이유는 모르겠지만 버전 업데이트 때문이 아닐까 싶은데요.</p>

<p>KBoard 버전은 4.8을 쓰고있습니다.</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[/kboard/index.php 파일에서 kboard_update() 함수를 보시면 아래 코드가 있습니다.

 

if(!current_us...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/6694</link>
			<description><![CDATA[<p>/kboard/index.php 파일에서 kboard_update() 함수를 보시면 아래 코드가 있습니다.</p>

<p> </p>

<p>if(!current_user_can('activate_plugins')) wp_die('KBoard : 관리 권한이 없습니다.');</p>

<p> </p>

<p><a href="https://codex.wordpress.org/Function_Reference/current_user_can" target="_blank">current_user_can</a> 함수로 activate_plugins 권한(capability)을 체크하고 있습니다.</p>

<p>로그인하신 계정에서 activate_plugins 권한이 없기 때문에 "KBoard : 관리 권한이 없습니다." 메시지가 나올것입니다.</p>

<p>최고관리자 계정으로 로그인해서 시도를 부탁드립니다.</p>

<p>또는 위 코드를 지우거나</p>

<p><a href="https://codex.wordpress.org/Roles_and_Capabilities" target="_blank">https://codex.wordpress.org/Roles_and_Capabilities</a> 이쪽 페이지를 참고해서 activate_plugins가 아닌 다른 Capability로 변경하셔도 됩니다.</p>

<p> </p>

<p>또한 kboard_update 함수 외에도 다른 여러 부분에서 current_user_can('activate_plugins') 을 사용해서 권한을 체크하고 있으니 확인 바랍니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 30 Sep 2015 08:43:04 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>