Extension talk:DeletePagesForGood/Archive 1
Appearance
Latest comment: 8 years ago by Paladox in topic PostgreSQL support?
This page is an archive. Do not edit the contents of this page. Please direct any additional comments to the current talk page. |
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)
- Hi I've reported it here https://phabricator.wikimedia.org/T119304 94.195.93.42 17:16, 21 November 2015 (UTC)
- Postgress support is now fixed in version 2.0. Please download from master branch or REL1_26 branch. Paladox (talk) 19:56, 7 January 2016 (UTC)
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
- Hi please try this patch https://gerrit.wikimedia.org/r/#/c/250007/ this includes many fixes. Paladox (talk) 19:03, 7 January 2016 (UTC)
- Please try latest update in master branch or REL1_26 branch. Paladox (talk) 19:56, 7 January 2016 (UTC)