Threaded and Paged Comments Plugin 설정 에러 질문입니다. – 한국워드프레스사용자모임 https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/feed Mon, 23 Dec 2024 10:47:23 +0000 https://bbpress.org/?v=2.6.9 ko-KR https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1139 <![CDATA[Threaded and Paged Comments Plugin 설정 에러 질문입니다.]]> https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1139 Sat, 25 Mar 2006 18:14:21 +0000 aeronova 감사합니다.
말씀대로 하니까 에러들이 싹 없어졌습니다. 🙂

]]>
https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1140 <![CDATA[Reply To: Threaded and Paged Comments Plugin 설정 에러 질문입니다.]]> https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1140 Sat, 25 Mar 2006 18:14:21 +0000 aeronova 안녕하세요, 방명록 등에 사용하려고 Threaded and Paged Comments Plugin을 WP2에 http://gleamynode.net/wordpress/archives/106에 설명처럼 설치하였습니다. 일단 외견상 문제는 없는 듯 한데, Options > Threaded Comments 에서 설정을 수정하여 업데이트를 하면 다음과 같은 에러가 납니다.


WordPress database error: [You have an error in your SQL syntax near 'btc_nestinglevels'' LIMIT 1' at line 1]
SELECT option_value FROM wp_options WHERE option_name = ''btc_nestinglevels'' LIMIT 1

WordPress database error: [You have an error in your SQL syntax near 'btc_shrinkby'' LIMIT 1' at line 1]
SELECT option_value FROM wp_options WHERE option_name = ''btc_shrinkby'' LIMIT 1

WordPress database error: [You have an error in your SQL syntax near 'btc_customtarget'' LIMIT 1' at line 1]
SELECT option_value FROM wp_options WHERE option_name = ''btc_customtarget'' LIMIT 1

음.. 무엇이 문제인지 조언해주시면 감사하겠습니다.

]]>
https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1142 <![CDATA[Reply To: Threaded and Paged Comments Plugin 설정 에러 질문입니다.]]> https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1142 Sat, 25 Mar 2006 18:14:21 +0000 aeronova 안녕하세요, 방명록 등에 사용하려고 Threaded and Paged Comments Plugin을 WP2에 http://gleamynode.net/wordpress/archives/106에 설명처럼 설치하였습니다. 일단 외견상 문제는 없는 듯 한데, Options > Threaded Comments 에서 설정을 수정하여 업데이트를 하면 다음과 같은 에러가 납니다.


WordPress database error: [You have an error in your SQL syntax near 'btc_nestinglevels'' LIMIT 1' at line 1]
SELECT option_value FROM wp_options WHERE option_name = ''btc_nestinglevels'' LIMIT 1

WordPress database error: [You have an error in your SQL syntax near 'btc_shrinkby'' LIMIT 1' at line 1]
SELECT option_value FROM wp_options WHERE option_name = ''btc_shrinkby'' LIMIT 1

WordPress database error: [You have an error in your SQL syntax near 'btc_customtarget'' LIMIT 1' at line 1]
SELECT option_value FROM wp_options WHERE option_name = ''btc_customtarget'' LIMIT 1

음.. 무엇이 문제인지 조언해주시면 감사하겠습니다.

]]>
https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1141 <![CDATA[Reply To: Threaded and Paged Comments Plugin 설정 에러 질문입니다.]]> https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1141 Sun, 26 Mar 2006 19:54:52 +0000 082net Brian’s Threaded Comments 원작자의 플러그인 페이지 코멘트에 있는 내용입니다.
http://meidell.dk/archives/2004/09/04/nested-comments/#div-comment-25319
briansthreadedcomments.php파일의 49번째줄 근처에있는 value값에서 작은 따옴표들을 제거해보라고 하네요.

value="'btc_nestinglevels','btc_shrinkby','btc_customtarget'"

value="btc_nestinglevels,btc_shrinkby,btc_customtarget"

저는 말씀하신 에러를 겪은적이 없어 테스트해보지 않은 내용입니다.
한번 적용해 보시길 바랍니다.

Avatar of 082net
Facebook 사용자 모임 그룹 도 함께 운영되고 있으며, 격 주로 미트업과 스터디를 진행하고 있으니 관심 있으신 분들의 많은 참여 바랍니다 🙂
]]>
https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1143 <![CDATA[Reply To: Threaded and Paged Comments Plugin 설정 에러 질문입니다.]]> https://kopress.kr/topic/threaded-and-paged-comments-plugin-%ec%84%a4%ec%a0%95-%ec%97%90%eb%9f%ac-%ec%a7%88%eb%ac%b8%ec%9e%85%eb%8b%88%eb%8b%a4/#post-1143 Sun, 26 Mar 2006 19:54:52 +0000 082net Brian’s Threaded Comments 원작자의 플러그인 페이지 코멘트에 있는 내용입니다.
http://meidell.dk/archives/2004/09/04/nested-comments/#div-comment-25319
briansthreadedcomments.php파일의 49번째줄 근처에있는 value값에서 작은 따옴표들을 제거해보라고 하네요.

value="'btc_nestinglevels','btc_shrinkby','btc_customtarget'"

value="btc_nestinglevels,btc_shrinkby,btc_customtarget"

저는 말씀하신 에러를 겪은적이 없어 테스트해보지 않은 내용입니다.
한번 적용해 보시길 바랍니다.

Avatar of 082net
Facebook 사용자 모임 그룹 도 함께 운영되고 있으며, 격 주로 미트업과 스터디를 진행하고 있으니 관심 있으신 분들의 많은 참여 바랍니다 🙂
]]>