Extension talk:DeletePagesForGood/Archive 1

From mediawiki.org

PostgreSQL support?

This extension does not work when using mediawiki with PostgreSQL. It gives the following SQL error:

A database query error has occurred. This may indicate a bug in the software.
  • Query: DELETE FROM "searchindex" WHERE si_page = '10'
  • Function: DeletePagesForGood::deletePermanently
  • Error: 42P01 ERROR: relation "searchindex" does not exist LINE 1: ...PagesForGood::deletePermanently WikiSysop */ FROM "searchind... ^

According to Manual:Searchindex table, there is no searchindex table when using postgres.

--Dhenry (talk) 08:34, 8 November 2015 (UTC)Reply

Doesn't work for me: Fatal error: Call to a member function refreshCounts() on a non-object in /home/xxx.nl/public_html/xxxx/w/extensions/DeletePagesForGood/DeletePagesForGood.class.php on line 195

Please try latest update in master branch or REL1_26 branch. Paladox (talk) 19:56, 7 January 2016 (UTC)Reply