각종 플러그인의 문제점을 체크하고 차차 풀어 나가고자 한다.
플러그인 4 - 5개 정도 내렸다.
TC 1.5.3.1 에 맞게 코딩되었다고 하나 역시 문제를 일으키는 몇개의 플러그인을 내렸다.
requireComponent("Needlworks.Function.Debug"); for debugging, e.g. displaying DB Query or Session info 로 출력해 보니 다음과 같이 여러가지의 에러가 검출되었다.
Use of undefined constant userid - assumed 'userid'(8)
File: /bellblog/plugins/HRZ_plugin_base/index.php:7
여긴 userid -> 'userid'로 수정. 더 이상 에러 검출 안됨.
Undefined variable: hbase_error(8)
File: /bellblog/plugins/HRZ_plugin_base/index.php:28
여긴 어떤 문제? 물론 후리자플러그인 제작자님께 문의해 놓은 상태.....
requireComponent("Needlworks.Function.Debug"); for debugging, e.g. displaying DB Query or Session info 로 출력해 보니 다음과 같이 여러가지의 에러가 검출....
13 CREATE TABLE tc_EntriesCount (blogid int(11) NOT NULL default '0',id int(11) NULL ,HitCount int(11) NULL DEFAULT '0' , PRIMARY KEY (blogid,id)) TYPE=MyISAM DEFAULT CHARSET=utf8 1.0 492.3 0 Error no. 1050 : Å×À̺í 'tc_entriescount'´Â ÀÌ¹Ì Á¸ÀçÇÔ
/bellblog/lib/plugins.php:85 require
/bellblog/lib/includeForBlog.php:42 require
/bellblog/blog/index.php:44
14 CREATE TABLE tc_EolinCategory (blogid int(11) NOT NULL default '0',entryId int(11) NULL ,eolinCategoryId int(11) NULL ,eolinThemeId int(11) NULL , PRIMARY KEY (blogid,entryId)) TYPE=MyISAM DEFAULT CHARSET=utf8 1.2 640.8 0 Error no. 1050 : Å×À̺í 'tc_eolincategory'´Â ÀÌ¹Ì Á¸ÀçÇÔ
/bellblog/lib/plugins.php:85 require
/bellblog/lib/includeForBlog.php:42 require
/bellblog/blog/index.php:44
15 CREATE TABLE tc_SubscriptionLogs (blogid int(11) NOT NULL default '0',ip varchar(16) NOT NULL ,host varchar(64) NULL ,useragent varchar(128) NOT NULL ,referred int(11) NOT NULL DEFAULT '0' , PRIMARY KEY (blogid,useragent)) TYPE=MyISAM DEFAULT CHARSET=utf8 1.7 691.0 0 Error no. 1050 : Å×À̺í 'tc_subscriptionlogs'´Â ÀÌ¹Ì Á¸ÀçÇÔ
/bellblog/lib/plugins.php:85 require
/bellblog/lib/includeForBlog.php:42 require
/bellblog/blog/index.php:44
16 CREATE TABLE tc_SubscriptionStatistics (blogid int(11) NOT NULL default '0',ip varchar(16) NOT NULL ,host varchar(64) NOT NULL ,useragent varchar(128) NOT NULL ,subscribed int(11) NOT NULL DEFAULT '0' ,referred int(11) NOT NULL DEFAULT '0' , PRIMARY KEY (blogid,useragent)) TYPE=MyISAM DEFAULT CHARSET=utf8 1.0 693.6 0 Error no. 1050 : Å×À̺í 'tc_subscriptionstatistics'´Â ÀÌ¹Ì Á¸ÀçÇÔ
/bellblog/lib/plugins.php:85 require
/bellblog/lib/includeForBlog.php:42 require
/bellblog/blog/index.php:44
어떻게 해결해야 하는지요? 제발 아르켜 주세요. 답답합니다. 무지하게 늦게 열립니다.
"works" 카테고리의 다른 글
- TC와 혼용 JMTC iFrame 1.0 페이징 에러 수정 2008/06/11
- 플러그인 테이블을 지울 수 없습니다. 때문에 에러가 발생 2007/10/13
- 20080617 coolant 스킨 style.css 수정 원본 2008/06/16
- wiidows server 2003에 업로드 30kb/s 거북이 VDSL 2007/08/25
- 20080621 coolant 스킨 style.css 수정본 2008/06/21
- 테이블 : tc_sessions 이 사용중이라 로그인이 안되었습니다. 2008/05/03
- 각종 플러그인의 문제점들 2007/10/12
- Textcube 1.5.1 로 업그레이드 2007/08/27
- 에러때문에 접속이 늦습니다. Textcube 1.6 alpha 2... 2007/10/14
- OpenID 에러 2007/08/31
Posted by BellB

















