There is no RationalWiki without you. We are a small non-profit with no staff—we are hundreds of volunteers who document pseudoscience and crankery around the world every day. We will never allow ads because we must remain independent. We cannot rely on big donors with corresponding big agendas. We are not the largest website around, but we believe we play an important role in defending truth and objectivity. |
Fighting pseudoscience isn't free. We are 100% user-supported! Help and donate $5, $10, $20 or whatever you can today with ![]() ![]() |
User talk:Redirectbot/Archive
Jump to navigation
Jump to search
Er,
sounds like a great idea. ħuman 03:13, 28 April 2009 (UTC)
- It is running at the moment have a look. - π 03:15, 28 April 2009 (UTC)
- So, is everything ok with pywikipediabot? Can you edit conservapedia namespace? -- Nx/talk 09:30, 28 April 2009 (UTC)
- Doesn't appear to have tried yet, I'll give it ago when I find time to learn Python. - π 02:37, 30 April 2009 (UTC)
- Seems fine. - π 07:46, 30 April 2009 (UTC)
- Great. Did you download the updated family file btw? The version number was wrong (has to be 1.14.0), and I also had to change Image to File. -- Nx/talk 07:48, 30 April 2009 (UTC)
- I already did the version, I'll fix the file. - π 08:02, 30 April 2009 (UTC)
- I can't find any mention of namespace on Perlwikipedia or Mediawiki::API modules. Is it possibly something server side? I am getting a 500 Internal server error, which is unfortunately a generic server error message. - π 08:04, 30 April 2009 (UTC)
- There's nothing relevant in the php log for today. -- Nx/talk 08:24, 30 April 2009 (UTC)
- I'll try my other program now. - π 08:29, 30 April 2009 (UTC)
- Anything just then? - π 08:34, 30 April 2009 (UTC)
- Just DPL complaining about incorrect namespaces (I think it's because of Image->File), but I don't know if that was you. -- Nx/talk 08:37, 30 April 2009 (UTC)
- A few minutes ago I tried to edit a page in Conservapedia Talk, it was to place the {{talkpage}} tag at the top, which uses the DPL. I think we are getting close. - π 08:44, 30 April 2009 (UTC)
- Okay it stuff up if I try to add a template using DPL to one of Conservapedia, RationalWiki or there associated talk pages. However I can edit them if they don't have DPL. Also I an edit pages with DPL so long as it is not one of those namespaces. - π 08:56, 30 April 2009 (UTC)
- A few minutes ago I tried to edit a page in Conservapedia Talk, it was to place the {{talkpage}} tag at the top, which uses the DPL. I think we are getting close. - π 08:44, 30 April 2009 (UTC)
- Just DPL complaining about incorrect namespaces (I think it's because of Image->File), but I don't know if that was you. -- Nx/talk 08:37, 30 April 2009 (UTC)
- Anything just then? - π 08:34, 30 April 2009 (UTC)
- I'll try my other program now. - π 08:29, 30 April 2009 (UTC)
- There's nothing relevant in the php log for today. -- Nx/talk 08:24, 30 April 2009 (UTC)
- I can't find any mention of namespace on Perlwikipedia or Mediawiki::API modules. Is it possibly something server side? I am getting a 500 Internal server error, which is unfortunately a generic server error message. - π 08:04, 30 April 2009 (UTC)
- I already did the version, I'll fix the file. - π 08:02, 30 April 2009 (UTC)
- Great. Did you download the updated family file btw? The version number was wrong (has to be 1.14.0), and I also had to change Image to File. -- Nx/talk 07:48, 30 April 2009 (UTC)
- Seems fine. - π 07:46, 30 April 2009 (UTC)
- Doesn't appear to have tried yet, I'll give it ago when I find time to learn Python. - π 02:37, 30 April 2009 (UTC)
- So, is everything ok with pywikipediabot? Can you edit conservapedia namespace? -- Nx/talk 09:30, 28 April 2009 (UTC)
Okay, let's see why this thing doesn't work. -- Nx/talk 13:07, 30 April 2009 (UTC)
- Here's the relevant code:
$title = Title::makeTitle($pageNamespace, $pageTitle); // block recursion: avoid to show the page which contains the DPL statement as part of the result if ($bSkipThisPage && ($title->getNamespace() == $wgTitle->getNamespace() &&