Code: Select all
SQL ERROR [ mysql4 ]
Unknown column 'mod_contribs' in 'field list' [1054]
SQL
INSERT INTO phpbb_mods (mod_time, mod_dependencies, mod_name, mod_description, mod_version, mod_path, mod_author_notes, mod_author_name, mod_author_email, mod_author_url, mod_actions, mod_languages, mod_template, mod_contribs) VALUES (1354720942, '', 'a:2:{s:2:\"en\";s:9:\"RSS Input\";s:5:\"zh-TW\";s:16:\"RSS 新聞匯集\";}', 'Import RSS news to your forums.', '1.0.1', './../store/mods/rss_input/install.xml', 'Code based on 2.0.x mod \'FIND\'.<br />\n<br />\nThis mod require:<br />\n<br />\n 1. php > 5.0<br />\n 2. php setting "allow_url_fopen = on" or cURL library support.<br />\n 3. php setting "safe_mode = on" is NOT supportted!', 'PoPoutdoor', '', '', 'a:4:{s:3:\"SQL\";a:1:{i:0;s:942:\"CREATE TABLE phpbb_xmlfeeds (\n feed_id smallint(4) unsigned NOT NULL auto_increment,\n post_forum mediumint(8) unsigned NOT NULL default \'0\',\n bot_id mediumint(8) unsigned NOT NULL default \'0\',\n status tinyint(1) unsigned NOT NULL default \'0\',\n feedname varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL,\n url varchar(255) character set utf8 collate utf8_bin NOT NULL,\n last_import int(11) unsigned NOT NULL default \'0\',\n encodings varchar(32) character set utf8 collate utf8_bin NOT NULL,\n topic_ttl tinyint(2) unsigned NOT NULL default \'1\',\n post_items tinyint(2) unsigned NOT NULL default \'10\',\n post_contents smallint(3) unsigned NOT NULL default \'0\',\n feedname_topic tinyint(1) unsigned NOT NULL default \'0\',\n inc_channel tinyint(1) unsigned NOT NULL default \'1\',\n inc_cat tinyint(1) unsigned NOT NULL default \'1\',\n feed_html tinyint(1) unsigned NOT NULL default \'1\',\n PRIMARY KEY (feed_id),\n KEY post_forum (post_forum)\n);\";}s:9:\"NEW_FILES\";a:9:{s:28:\"root/adm/style/acp_find.html\";s:23:\"adm/style/acp_find.html\";s:32:\"root/includes/functions_find.php\";s:27:\"includes/functions_find.php\";s:28:\"root/includes/rss_parser.php\";s:23:\"includes/rss_parser.php\";s:30:\"root/includes/acp/acp_find.php\";s:25:\"includes/acp/acp_find.php\";s:35:\"root/includes/acp/info/acp_find.php\";s:30:\"includes/acp/info/acp_find.php\";s:25:\"root/language/en/find.php\";s:20:\"language/en/find.php\";s:33:\"root/language/en/find_posting.php\";s:28:\"language/en/find_posting.php\";s:29:\"root/language/en/acp/find.php\";s:24:\"language/en/acp/find.php\";s:19:\"root/rss_import.php\";s:14:\"rss_import.php\";}s:5:\"EDITS\";a:2:{s:22:\"includes/constants.php\";a:2:{i:0;a:1:{s:54:\"// Additional constants\ndefine(\'VOTE_CONVERTED\', 127);\";a:1:{s:9:\"after add\";s:86:\"// RSS Input\ndefine(\'FIND_BOT_ID\', \'[RSS Bot]\'); // string to identify our posting bot\";}}i:1;a:1:{s:20:\"// Additional tables\";a:1:{s:9:\"after add\";s:63:\"// RSS Input\ndefine(\'FIND_TABLE\', $table_prefix . \'xmlfeeds\');\";}}}s:26:\"language/en/acp/common.php\";a:2:{i:0;a:1:{s:60:\" \'ACP_FORUM_BASED_PERMISSIONS\' => \'Forum based permissions\',\";a:1:{s:10:\"before add\";s:41:\" \'ACP_FIND\' => \'RSS Import Settings\',\";}}i:1;a:1:{s:67:\" \'LOG_FORK\' => \'<strong>Copied topic</strong><br />» from %s\',\";a:1:{s:10:\"before add\";s:214:\" \'LOG_FEED_ADDED\' => \'<strong>FIND: feed added</strong><br />» %s\',\n \'LOG_FEED_DELETED\' => \'<strong>FIND: feed deleted</strong><br />» %s\',\n \'LOG_FEED_UPDATED\' => \'<strong>FIND: feed updated</strong><br />» %s\',\";}}}}s:16:\"DIY_INSTRUCTIONS\";a:1:{i:0;s:633:\"1. Install the ACP module\n\n a. Login ACP\n b. Go to: SYSTEM - MODULE MANAGEMENT -> acp -> general -> Board configuration page, select "RSS Import Settings [acp_find]" and click Add module.\n c. Enable the module after the page refreshed.\n d. Purge the cache.\n\n2. Initial setup\n\n Follow instructions from contrib/setup.txt\n\n3. You can manage your feeds from GENERAL - BOARD CONFIGURATION -> RSS Import Settings by now.\n\n\n4. Read instructions from contrib/customize.txt if you like to customize this mod.\n\n\nCheck post at http://www.phpbb.com/community/viewtopic.php?p=11231965#p11231965 for updates.\";}}', '', '', '')
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 754
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: [ROOT]/includes/acp/acp_mods.php
LINE: 1262
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/includes/acp/acp_mods.php
LINE: 253
CALL: acp_mods->install()
FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: acp_mods->main()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
I'll post back to tell if the mod still works as it should