각종 플러그인의 문제점을 체크하고 차차 풀어 나가고자 한다.
플러그인 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" 카테고리의 다른 글
- 팀블로그 둘리다의 테스트 이미지 2008/05/23
- 분류디자인 변경 후 캐시지우기를 거치는 문제 2008/06/21
- 믹시 mysql-dbms : open error 2008/07/07
- coolant skin style.css calendar 수정 2008/06/21
- Canon Digital IXUS 750 2007/09/08
- 포스팅된 글들이 로그아웃 후에야 보입니다. 2008/06/21
- 텍스트큐브 윈도우서버 DB입출력 루틴문제 관련 2007/10/16
- 구글 맞춤검색 소스를 수정하다. 2008/05/25
- sidebar photos 에서의 줄간격 문제점 2007/09/02
- null 이거나 개체가 아닙니다 2007/08/28
Posted by BellB

















