<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[Warning: sprintf(): Too few arguments in.....경고문이 뜹니다다.ㅠㅠ]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/14832</link>
		<description><![CDATA[<p>언제부터인지 명확하진 않습니다만, 아래와 같은 경고 메세지가 워드프레스 관리자 페이지 첫줄에 항상 표시가 되어 나옵니다.</p>

<p><strong>Warning</strong>: sprintf(): Too few arguments in <strong>/wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php</strong> on line <strong>1053</strong></p>

<p><strong>위 파일의 1053번째 줄의 내용은 </strong></p>

<p><strong>'desc' =&gt; sprintf( __( 'Enable all plugin features. &lt;strong&gt;Be sure to select at least one option in the Wishlist page menu in this settings page.&lt;/strong&gt; Also, please read the plugin &lt;a href="%s" target="_blank"&gt;documentation&lt;/a&gt;.', 'yith-woocommerce-wishlist' ), esc_url( $this-&gt;doc_url ) ),</strong><br />
입니다.</p>

<p>봐도 무슨 말인지도 잘 모르겠고 어떻게 해야 할지도 잘 모르겠습니다.ㅠㅠ</p>

<p>구글검색을 해봤는데 이런현상이 일어나는 사람들은 있는 듯 합니다만, 해결방법은 나오질 않네요.</p>

<p>어떻게 해야할지 몰라 질문 드립니다</p>

<p>잘 부탁드립니다</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[감사합니다.

적어주신대로 교체하였더니 경고문도 사라지고 몇가지 테스트를 해본 바로는 에러현상도 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/14860</link>
			<description><![CDATA[<p>감사합니다.</p>

<p>적어주신대로 교체하였더니 경고문도 사라지고 몇가지 테스트를 해본 바로는 에러현상도 없어진 것 같습니다.^^</p>

<p>고맙습니다~</p>
]]></description>
			<author>kyoungmoo223</author>
			<pubDate>Fri, 28 Jul 2017 11:47:12 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[흠..

글쎄요 저희가 뭘 놓친건지 모르겠지만, 코드에서는 특별히 문제를 찾지 못하겠군요.

번역이 문...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/14857</link>
			<description><![CDATA[<p>흠..</p>

<p>글쎄요 저희가 뭘 놓친건지 모르겠지만, 코드에서는 특별히 문제를 찾지 못하겠군요.</p>

<p>번역이 문제일까요?</p>

<p> </p>

<p>'desc'    =&gt; sprintf( __( 'Enable all plugin features. &lt;strong&gt;Be sure to select at least one option in the Wishlist page menu in this settings page.&lt;/strong&gt; Also, please read the plugin &lt;a href="%s" target="_blank"&gt;documentation&lt;/a&gt;.', 'yith-woocommerce-wishlist' ), esc_url( $this-&gt;doc_url ) ),</p>

<p>위 코드를 아래 코드로 교체 해보시겠어요?</p>

<p>'desc'    =&gt; sprintf( 'Enable all plugin features. &lt;strong&gt;Be sure to select at least one option in the Wishlist page menu in this settings page.&lt;/strong&gt; Also, please read the plugin &lt;a href="%s" target="_blank"&gt;documentation&lt;/a&gt;.', esc_url( $this-&gt;doc_url ) ),</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 28 Jul 2017 11:09:28 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[                'wishlist_enable' =&amp;gt; array(
                    'name'    =&amp;gt; __( 'E...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/14850</link>
			<description><![CDATA[<p>                'wishlist_enable' =&gt; array(<br />
                    'name'    =&gt; __( 'Enable YITH Wishlist', 'yith-woocommerce-wishlist' ),<br />
                    'desc'    =&gt; sprintf( __( 'Enable all plugin features. &lt;strong&gt;Be sure to select at least one option in the Wishlist page menu in this settings page.&lt;/strong&gt; Also, please read the plugin &lt;a href="%s" target="_blank"&gt;documentation&lt;/a&gt;.', 'yith-woocommerce-wishlist' ), esc_url( $this-&gt;doc_url ) ),<br />
                    'id'      =&gt; 'yith_wcwl_enabled',<br />
                    'default' =&gt; 'yes',<br />
                    'type'    =&gt; 'checkbox'<br />
                ),<br />
                'default_wishlist_title' =&gt; array(<br />
                    'name'    =&gt; __( 'Default wishlist title', 'yith-woocommerce-wishlist' ),<br />
                    'id'      =&gt; 'yith_wcwl_wishlist_title',<br />
                    'std'     =&gt; sprintf( __( 'My wishlist on %s', 'yith-woocommerce-wishlist' ), get_bloginfo( 'name' ) ), // for woocommerce &lt; 2.0<br />
                    'default' =&gt; sprintf( __( 'My wishlist on %s', 'yith-woocommerce-wishlist' ), get_bloginfo( 'name' ) ), // for woocommerce &gt;= 2.0<br />
                    'type'    =&gt; 'text',<br />
                    'css'     =&gt; 'min-width:300px;',<br />
                ),<br />
                'wishlist_page' =&gt; array(<br />
                    'name'     =&gt; __( 'Wishlist Page', 'yith-woocommerce-wishlist' ),<br />
                    'desc'     =&gt; __( 'Page contents: [yith_wcwl_wishlist]', 'yith-woocommerce-wishlist' ),<br />
                    'id'       =&gt; 'yith_wcwl_wishlist_page_id',<br />
                    'type'     =&gt; 'single_select_page',<br />
                    'default'  =&gt; '',<br />
                    'class'    =&gt; 'chosen_select_nostd',<br />
                    'css'      =&gt; 'min-width:300px;',<br />
                    'desc_tip' =&gt; false,<br />
                ),<br />
<br />
안녕하세요.</p>

<p>바쁘신 와중에 감사드립니다.</p>

<p>위 내용이 1051번째 줄부터 1075번째 줄까지의 내용입니다.</p>

<p>이 정도면 알 수 있으신지 모르겠습니다.</p>

<p>그리고 말씀하신 wp-config.php 파일을 보니 define('WP_DEBUG', <strong>false</strong>); 로 되어 있습니다.</p>

<p>다시한번 봐 주실 수 있으신지요.</p>

<p>감사합니다</p>
]]></description>
			<author>kyoungmoo223</author>
			<pubDate>Fri, 28 Jul 2017 06:08:18 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요.

올려주신 코드는 별다른 문제가 없어 보입니다.

전후 코드까지 모두 확인해봐야 어느 정...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/14841</link>
			<description><![CDATA[<p>안녕하세요.</p>

<p>올려주신 코드는 별다른 문제가 없어 보입니다.</p>

<p>전후 코드까지 모두 확인해봐야 어느 정도 답변을 드릴 수 있을 것 같아요.</p>

<p>우선은 워드프레스 디버그 모드를 비활성화해주시겠어요?</p>

<p> </p>

<p>FTP로 접속해서 wp-config.php 파일을 수정해주세요.</p>

<p>define('WP_DEBUG', <strong>true</strong>);</p>

<p>위 코드를 찾아서 아래 처럼 변경해주세요.</p>

<p>define('WP_DEBUG', <strong>false</strong>);</p>

<p> </p>

<p>문제가 계속되면 해당 플러그인의 제작자에게도 문의를 보내셔서 해결을 요청하셔야 할 듯합니다.</p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 28 Jul 2017 01:46:28 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>