https://bugzilla.wikimedia.org/show_bug.cgi?id=60512
--- Comment #6 from Jackmcbarn <[email protected]> --- During the install, in the text box under "Creating tables for enabled extensions...", nothing appears for FlaggedRevs. When the wiki is entered, the following appears: A database query error has occurred. This may indicate a bug in the software. Query: SELECT page_id,page_namespace,page_title,page_restrictions,page_counter,page_is_redirect,page_is_new,page_random,page_touched,page_links_updated,page_latest,page_len,page_content_model,fpc_override,fpc_level,fpc_expiry,fp_pending_since,fp_stable,fp_reviewed FROM `page` LEFT JOIN `flaggedpages` ON ((fp_page_id = page_id)) LEFT JOIN `flaggedpage_config` ON ((fpc_page_id = page_id)) WHERE page_namespace = '0' AND page_title = 'Main_Page' LIMIT 1 Function: FlaggableWikiPage::pageData Error: 1146 Table 'my_wiki.flaggedpages' doesn't exist (localhost) Backtrace: #0 C:\xampp\htdocs\core\includes\db\Database.php(1091): DatabaseBase->reportQueryError('Table 'my_wiki....', 1146, 'SELECT page_id...', 'FlaggableWikiPa...', false) #1 C:\xampp\htdocs\core\includes\db\Database.php(1558): DatabaseBase->query('SELECT page_id...', 'FlaggableWikiPa...') #2 C:\xampp\htdocs\core\includes\db\Database.php(1647): DatabaseBase->select(Array, Array, Array, 'FlaggableWikiPa...', Array, Array) #3 C:\xampp\htdocs\core\extensions\FlaggedRevs\backend\FlaggableWikiPage.php(366): DatabaseBase->selectRow(Array, Array, Array, 'FlaggableWikiPa...', Array, Array) #4 C:\xampp\htdocs\core\includes\WikiPage.php(330): FlaggableWikiPage->pageData(Object(DatabaseMysqli), Array, Array) #5 C:\xampp\htdocs\core\extensions\FlaggedRevs\backend\FlaggableWikiPage.php(382): WikiPage->pageDataFromTitle(Object(DatabaseMysqli), Object(Title)) #6 C:\xampp\htdocs\core\extensions\FlaggedRevs\backend\FlaggableWikiPage.php(272): FlaggableWikiPage->loadPageData() #7 C:\xampp\htdocs\core\extensions\FlaggedRevs\frontend\FlaggedRevsUI.hooks.php(211): FlaggableWikiPage->getStableRev() #8 [internal function]: FlaggedRevsUIHooks::overrideRedirect(Object(Title), Object(WebRequest), false, false, Object(Article)) #9 C:\xampp\htdocs\core\includes\Hooks.php(206): call_user_func_array('FlaggedRevsUIHo...', Array) #10 C:\xampp\htdocs\core\includes\GlobalFunctions.php(4008): Hooks::run('InitializeArtic...', Array, NULL) #11 C:\xampp\htdocs\core\includes\Wiki.php(358): wfRunHooks('InitializeArtic...', Array) #12 C:\xampp\htdocs\core\includes\Wiki.php(289): MediaWiki->initializeArticle() #13 C:\xampp\htdocs\core\includes\Wiki.php(586): MediaWiki->performRequest() #14 C:\xampp\htdocs\core\includes\Wiki.php(447): MediaWiki->main() #15 C:\xampp\htdocs\core\index.php(49): MediaWiki->run() #16 {main} -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
