idafx / IDA-Framework

Intelligence Data Analytics Framework
http://ida2.krimnet.com
11 stars 3 forks source link

kppk-kcomm2: item manager error for measure #45

Closed rajaiskandar closed 14 years ago

rajaiskandar commented 14 years ago

error when creating a new item http://10.23.140.43/kcomm/item/manage/689

Framework Error Please check the Kohana documentation for information about the following error. system/libraries/ORM.php [416]: The measure property does not exist in the Item_Model class.

towfx commented 14 years ago

table item has no measure field?

Execute SQL: ALTER TABLE items ADD measure VARCHAR( 20 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;

rajaiskandar commented 14 years ago

alter table item to add field measure tested ok http://10.23.140.43/kcomm/item/edit/689/2779