각종 플러그인의 문제점을 체크하고 차차 풀어 나가고자 한다.
플러그인 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 이미지가 없음 딜레이 부분 2008/06/29
- 구글 에드센스 검색폼 검색버턴이 엄청 크게 나와요. 2007/09/20
- 믹시 mysql-dbms : open error 2008/07/07
- 플러그인 테이블을 지울 수 없습니다. 때문에 에러가 발생 2007/10/13
- 바뀐 coolant 수정본 skin.html 2007/11/05
- 각종 플러그인의 문제점들 2007/10/12
- Tags in Flash 2008/07/04
- 테이블 : tc_sessions 이 사용중이라 로그인이 안되었습니다. 2008/05/03
- 구글 맞춤검색 소스를 수정하다. 2008/05/25
- '스킨정보가 존재하지 않습니다? 의 원인은요? 2008/05/18
Posted by BellB











