From: Norbert B. <br...@ch...> - 2006-06-30 11:27:12
|
Some scripts (e.g. xmlclient.php3) now use new "object_text" table but the table is not created by sql_update.php3 script. Inbound AA/RSS feeds are thus not working. I guess that the table should look something like this: CREATE TABLE `object_text` ( `object_id` tinyint(6) NOT NULL auto_increment, `property` varbinary(32) NOT NULL default '', `text` blob NOT NULL, UNIQUE KEY `object_id` (`object_id`), KEY `property` (`property`) ); norbert br...@ch... |