Hi all, I have Mediawiki 1.13.3 and semantic mediawiki 1.4.1 on ubuntu server 2.6.17-9-server.
When I try using deleteBatch.php script in <wikiinstallation>/maintenance/ to delete a page, it says, "skipping non-existent page" even when the page very well exists.
I have pasted the the URL of the page in a text file and used it.
Please let me know how to make it work.
Thank you, Sirisha
On Sat, Jul 25, 2009 at 12:47 PM, sirisha mosalikantisiri550@gmail.com wrote:
Hi all, I have Mediawiki 1.13.3 and semantic mediawiki 1.4.1 on ubuntu server 2.6.17-9-server.
When I try using deleteBatch.php script in <wikiinstallation>/maintenance/ to delete a page, it says, "skipping non-existent page" even when the page very well exists.
I have pasted the the URL of the page in a text file and used it.
AFAIK the script expects a list of Titles and not URLs. Try that and see if it helps.
When I give only the page title, I get the following error. *Fatal error: Call to a member function getText() on a non-object in /var/www/mediawiki/extensions/accesscontrol.php on line 594
*This line actually tries to substring of the pagetitle and compares it against some accesscontrolgroup? Please help. Thank you, Sirisha
2009/7/25 Łukasz Garczewski tor@wikia-inc.com
On Sat, Jul 25, 2009 at 12:47 PM, sirisha mosalikantisiri550@gmail.com wrote:
Hi all, I have Mediawiki 1.13.3 and semantic mediawiki 1.4.1 on ubuntu server 2.6.17-9-server.
When I try using deleteBatch.php script in
<wikiinstallation>/maintenance/
to delete a page, it says, "skipping non-existent page" even when the page very well exists.
I have pasted the the URL of the page in a text file and used it.
AFAIK the script expects a list of Titles and not URLs. Try that and see if it helps.
-- Lucas 'TOR' Garczewski Wikia Tech Team
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On Sat, Jul 25, 2009 at 1:11 PM, sirisha mosalikantisiri550@gmail.com wrote:
When I give only the page title, I get the following error. *Fatal error: Call to a member function getText() on a non-object in /var/www/mediawiki/extensions/accesscontrol.php on line 594
*This line actually tries to substring of the pagetitle and compares it against some accesscontrolgroup?
I am not familiar with this extension.
Perhaps it will help if you disable the accesscontrol extension (temporarily?) in your LocalSettings and then run deleteBatch.
Thank you so much, it works when the accesscontrol extension as well as the accesscontrolSettings extension are disabled.
Sirisha.
2009/7/25 Łukasz Garczewski tor@wikia-inc.com
On Sat, Jul 25, 2009 at 1:11 PM, sirisha mosalikantisiri550@gmail.com wrote:
When I give only the page title, I get the following error. *Fatal error: Call to a member function getText() on a non-object in /var/www/mediawiki/extensions/accesscontrol.php on line 594
*This line actually tries to substring of the pagetitle and compares it against some accesscontrolgroup?
I am not familiar with this extension.
Perhaps it will help if you disable the accesscontrol extension (temporarily?) in your LocalSettings and then run deleteBatch.
-- Lucas 'TOR' Garczewski Wikia Tech Team
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org