explain xkcd:Community portal/Technical

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Proposals  •  Technical  •  Coordination  •  Admin requests  •  Miscellaneous  •  All
Crystal Clear app package settings blue.png
Technical

Technical issues about the explain xkcd wiki, including bug reports or MediaWiki extensions requests. (+post)

Contents

Discussion Area[edit]

We need more maintainers[edit]

I'm moving a thread that Davidy22 started on my talk page. The gist is, we need more people with server-side access (especially mediawiki-savvy ones) so we can properly deal with several issues that have been plaguing the wiki for a while now, most notably spam, but also the image scaling problem, a possible extension for proper comments, clean urls, etc. Below is the original thread, please comment. --Waldir (talk) 17:56, 25 November 2012 (UTC)

Could you set the permissions so that all anon users have to pass a captcha to edit? The spam has gotten obscene, and they've stopped posting links, so our current detection mechanisms aren't working anymore. Davidy22(talk) 08:21, 25 November 2012 (UTC)

I would love to have the ability to tweak the wiki more thoroughly, but currently Jeff's the only one with server access. To be honest, I am not terribly familiar with server-side mediawiki management, so I haven't asked Jeff for access, but it's clear we can't be dependent on a single person to do all the mediawiki config (and Jeff probably knows even less about mediawiki than I do). Are you by any chance acquainted with server-side mediawiki maintenance? I think we could present a good case for having someone else with access to a dev/prototype instance of this wiki on Jeff's server so we could at least experiment and tell him exactly what needs to be done. Thoughts? --Waldir (talk) 17:40, 25 November 2012 (UTC)
I agree that we need more people that are empowered to actively fight spam. I think that we ought to promote Davidy22 to administrator also, so that he can delete pages and block spammers/vandals as he notices them rather than letting them pile up until yourself, IronyChef, or myself notice that there's work that needs done.
What I think we should do is break out rights into more groups than simply administrator and bureaucrat. I think that's too big of a jump, and that there should be some gradiation. I think we should add a moderator (mark pages as patrolled and rollback ability (as much as it's a sledgehammer when you really only need a ball-peen hammer)) position.
I think we also need a spam fighter position, but that might not be possible to implement. It should be a position that allows the person to delete pages with 1 or 2 edits (page creation, marked as spam, maybe as high as 3 or 4 for the bots that repeat edit certain pages) and block users with 1 or 2 edits. The real problem there is how to grant those super-powerful abilities without allowing them to lose their mind and go crazy and destroy the wiki. Of course, if we don't catch it early enough there's going to be those IPs that manage to get to six edits, and those will have to be squashed by a full admin. We will also need a way of tagging those spam accounts so when a full admin passes by they will also know to ban the IP address after a spam fighter has deleted all the pages it created.
Finally, we also need a more active bureaucrat so that we don't have to bug Jeff to promote admin's as well as future moderators and/or spam fighters, and recognize bot accounts as bot accounts. We also should find someone knowledgeable to help Jeff (and maybe he has little helpers) to maintain the actual server. I've done some PHP work, but I've never touched anything deep inside a wiki (I like Ruby and Rails much more). This is my first time gaining admin status on a wiki, so I have no idea what the extra dials and levers do/mean. I look up on the MediaWiki manual and Wikipedia help pages things that I think should be possible, and often times pages exist in places about doing these things, but I'm nowhere near being called knowledgeable. After I finish up some IRL work I'm currently tied up in, I intend to set up a VM webserver on my computers and run a mediawiki install so I can learn how to work (and not break) things without putting explain xkcd in jeopardy.
Another really wordy post from, lcarsos_a (talk) 22:01, 29 November 2012 (UTC)
From what I know, a moderator user group is possible, but not the spam fighter one. Then again, too many hierarchical levels may be too much for such a small body of regulars. Implementing the moderator group is easy, mw:Manual:User rights has the details (the "ninja" example and the "list of permissions" section should be enough for putting together the configuration commands to be added to the wiki's LocalSettings.php).
As for bureaucrats, I think it makes sense but it seems to me that Jeff only takes longer to perform changes that affect the server, as they understandably may take longer or be more complex (or break the wiki!). Bureaucrats' only difference from admins is that they can promote/demote other users, and this Jeff has been doing without delay, so perhaps there isn't a need for more bureaucrats at the moment. Please correct me if I'm wrong.
We do need more sysadmins (people with access to the server), though, for sure. This is a little tricky as none of us is comfortable enough to confidently make server changes in a mediawiki install. Jeff, how about putting the wiki in source control and giving two or three people access to it, so that any wrongdoings can be easily reverted? You could setup a git repository in the server and we could fork it locally to our machines, make tests and push the commits to the server repo whenever they're ready. --Waldir (talk) 17:20, 5 December 2012 (UTC)
This is good stuff. I'm down with promoting more admins for spam fighting. If they screw stuff up we can demote them if necessary. I really haven't found a spam fighting extension that I think will be the best possible solution. I'll keep looking as it may be a combination of things. Server access is much more complicated as it is not even my server and it is shared hosting. I think that would be best to be accessed just by me. --Jeff (talk) 19:10, 19 December 2012 (UTC)
Regarding the server, I understand -- your position seems reasonable. In any case, I've been looking for extensions that may help taking some workload out of server actions and make more stuff configurable via the wiki itself. I'll report back if I find something usable.
On another note, how do you feel about promoting more bureaucrats? I suggest Lcarsos who's been consistently active for the past few months. --Waldir (talk) 12:47, 4 January 2013 (UTC)

Personally I'd kind of like to go and make some changes myself. Come up with a nice short url pattern and set it up. Upgrade the wiki. etc... Dantman (talk) 02:44, 23 March 2013 (UTC)

The shorter URL is being looked into, although Mediawiki strongly advises against it. As for upgrades to the wiki, monetary donations towards Jeff so he can buy better bit for the server would be appreciated. Davidy²²[talk] 03:06, 23 March 2013 (UTC)
MediaWiki does not advise against it. Half the code currently running short URLs in core was written by me. Same for the new standard for rewrite rules in the new guides. And the tool to automatically generate the config needed to apply short urls to a wiki. Short URLs are not advised against.
We do however strongly advise against installing a wiki in /wiki. Because you do not want to create /wiki/$1 style paths while your script path makes scripts look like /wiki/index.php.
In this case my plan would be to move /wiki to /w then come up with some other short url pattern like /e/$1, some other path, or maybe /$1.
And setup some 301 redirects to redirect from the old urls to the new ones.
And upgrading the version of MediaWiki so that it doesn't have security holes doesn't require server replacement. Dantman (talk) 07:09, 23 March 2013 (UTC)
Ohwait, software upgrades. Uh. I knew you were talking about that. Yep. Definitely. The wiki recently had issues with running out of hard drive space, so that was all that was on my mind there.
Also, I thought you had been referring to this. Whoop. Well, you could leave Jeff a message at his talk page to get server access. Davidy²²[talk] 08:05, 23 March 2013 (UTC)
I strongly support this. It's been far too long since we decided we'd want the short url scheme (/$1 seems like the best option since it would be simpler/cleaner and allow http://explainxkcd/1234 to point to the correct comic without any extra rewrite rules). While you're at it, I'm sure many would appreciate a look at the current situation with image resizing, which doesn't seem to be working for some reason. Installing Extension:Comments would be awesome, too, as well as Extension:Contribution Scores (live example). I'll ask Jeff to take a look at this thread. --Waldir (talk) 20:07, 23 March 2013 (UTC)
Dantman (talk) email me and I'll get you set up with whatever you need. All the suggestions sound good to me. --Jeff (talk) 00:10, 24 March 2013 (UTC)
Also, the Contribution Scores are up. I'm not even top 10 all time, I need to step up my game. Comments will take more work as it needs its own database. --Jeff (talk) 00:10, 24 March 2013 (UTC)
Awesome! I did some styling changes to make it more interesting :) Let me know what you guys think about it! --Waldir (talk) 20:32, 24 March 2013 (UTC)
Holy crud, what did you do when the wiki started to have almost double my lifetime score? Davidy²²[talk] 23:57, 24 March 2013 (UTC)
Hahahah :P I'm pretty sure I cheated a little, IIRC there was an image renaming operation for which I used mwclient ;) --Waldir (talk) 03:22, 25 March 2013 (UTC)

Sort by numbers in categories[edit]

I noticed that in Category:Comics all comics are sorted correctly by numbers; but not in any subcategory. (I didn't really get the explanation of how it works on the comics page.) How to fix this? -- St.nerol (talk) 10:40, 22 December 2012 (UTC)

The comics template uses a template called num4 that turns the number in the comic number field into a four-digit number. That's then passed as a parameter to the category link, and the comics category page sorts articles by those four-digit numbers instead of their actual names. If we wanted to do the same for other categories, we would have to type them all out as [[Category:Politics|0200]], or whatever the comic number is. I would rather wait for mediawiki to come out with an in-built feature to solve this. Davidy22[talk] 11:28, 22 December 2012 (UTC)
Is there a reason that the template applies that directly to Category:Comics and not as a default sortkey via DEFAULTSORT? – Philosopher Let us reason together. 12:10, 1 January 2013 (UTC)
Good thinking. Using DEFAULTSORT oughta make it work for all categories. I'll give it a try. --Waldir (talk) 15:37, 1 January 2013 (UTC)

Resize[edit]

I haven't been here (to edit) for a while, but have we still not addressed the bug that doesn't allow image resizing? I know most of us don't have access to that kind of lower-level coding on the site, but I think it's a bit of a notable issue that we can't display comics smaller than their actual size. TheHYPO (talk) 14:24, 21 January 2013 (UTC)

Take it up with User:Jeff, but I suspect that adding your voice to the already insistent roaring that images are broken isn't going to inspire much change. lcarsos_a (talk) 18:08, 23 January 2013 (UTC)

Incidental Ads[edit]

as ive noticed i think you should check if someone has embeded some of your links with ads really annoying please fix

--TheWeatherMan (talk) 14:00, 23 January 2013 (UTC)TheWeatherMan

Do you have any specific examples of this? By the way, using punctuation, capitalization, spell check, and complete sentences are more likely to get someone to help you. lcarsos_a (talk) 18:10, 23 January 2013 (UTC)
There is known malware (both adware and viruses) that makes Wikipedia look like it has ads. This wiki uses the same wiki software, so perhaps that malware affects our site too? – Philosopher Let us reason together. 05:42, 15 February 2013 (UTC)

/wiki/[edit]

Now that explainxkcd redirects straight to the wiki, could we take the /wiki/ out of the url? I'd also like the wiki's edit log to be purged to clean out the history and forget about past spam, but that's probably wishing for too much. Davidy22[talk] 04:06, 28 January 2013 (UTC)

But seriously, could the /wiki/ go? It'll screw with the spammers for a day or two, at the very least. Davidy22[talk] 11:37, 30 January 2013 (UTC)

Newbie questions: Comic dates, previous-and-next-comic buttons[edit]

Just created the my first page, 220: Philosophy, but I could use a little guidance. How do I find the date that an xkcd comic was originally posted, and how do I rig up the previous-comic and next-comic arrows on a page? (Actually, I've noticed several pages that should have the arrows but don't.) Ekedolphin (talk) 11:19, 28 January 2013 (UTC)

Those arrows will automagically insert themselves when you make the adjacent comic explanations. There *is* a little backstage magic that needs to be taken care of, but we can do that for you. Davidy22[talk] 11:40, 28 January 2013 (UTC)
    • OK. How about the dates? Ekedolphin (talk) 11:41, 28 January 2013 (UTC)
Click on "All Comics" in the navbar on left-hand side of the site. The dates are in the form YYYY-MM-DD. Davidy22[talk] 11:56, 28 January 2013 (UTC)
The comic template checks for the existence of the numerical redirect for the comic before and the comic after. If it finds the page to exist it will display the next/previous button as appropriate. So, by creating the redirects listed on the List of all comics (third column, only worry about the number and title links) future pages will automatically get the links created. Redirect pages look like #REDIRECT [[####: Comic Title]] and that's it (here is a link to the redirect page with redirect disabled so you can look at the source to see what I'm talking about). That's all that needs to exist on the number and title redirects. If you feel up to creating them yourself, feel free, otherwise someone else goes through occasionally and mass adds all the missing redirects. lcarsos_a (talk) 17:55, 29 January 2013 (UTC)

Error message[edit]

I've been getting this error message a lot the last cup'o days. When trying to access a page; when trying to save changes on a page. Any ideas on why? I'm getting it on both chrome and firefox.

Database error
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden) from within function "Revision::insertOn". Database returned error "1142: INSERT command denied to user ::'dbo423085716'@'74.208.16.155' for :table 'text' (db423085716.db.1and1.com)".

St.nerol (talk) 22:54, 18 March 2013 (UTC)

Every once in a while I get a SQL error being reported, but usually I can simply F5 and the page comes up. Every once in a while it seems like the server load is just so that somebody gets lucky enough to see the server error out. I don't think there's much we can do about this, other than move the wiki onto a more powerful server. But, there are no ads on this site, there is no revenue model, just a very kind person paying for hosting that keeps this site up. I'm more than willing to overlook a few hiccups for the continuing availability of explain xkcd. lcarsos_a (talk) 07:12, 23 March 2013 (UTC)
Yeah, I get those too, but St. Nerol was talking about something that happened recently with the server running out of hard drive space and throwing SQL errors every time someone tried to make large edits. I had to find Jeff on twitter because I'd get SQL errors when I tried to edit his talk page. He's looking into history deletion plugins, to clear out our vast archives of deleted spam and obsoleted prototype comic templates. Davidy²²[talk] 08:10, 23 March 2013 (UTC)

Install a caching reverse proxy to handle heavy load[edit]

According to returned headers, this server runs from Apache directly. I would recommend setting up a reverse caching proxy in front of Apache to handle high traffic load (like, e.g. current load). The one I use is nginx (http://nginx.org/) -- admins, drop me an email if you need help setting it up Fry-kun (talk) 21:38, 26 March 2013 (UTC)

The standard software to use is either Squid or Varnish. Nginx is a bit too much of a webserver to be configured in the way MW needs iirc. Although nginx would help with serving the static assets. Unfortunately there will be a need to switch to a proper server first. The site seems to be hosted on shared hosting. Dantman (talk) 04:59, 27 March 2013 (UTC)
I had gotten burned before with both Squid and Varnish but Nginx had always kept my systems alive. It's extremely lightweight and works great to fix these kinds of problems. But, of course if it's a shared server where you can't use it, it won't help... Fry-kun (talk) 16:35, 27 March 2013 (UTC)
Nginx is a great webserver. It'll serve out static pages much better than Apache. But the issue here isn't the webserver. It's PHP and all the work that the database needs to do on every request. Switching webservers won't get rid of that issue. Using squid/varnish a proper reverse proxying cache will allow complete pages to be cached and served directly to readers bypassing the webserver, php, and the database entirely on some requests. That'll reduce the load the site has to cope with. Dantman (talk) 23:47, 27 March 2013 (UTC)

A couple of enwiki features implemented[edit]

I have "imported" {{disambig}} and the related category for the one page it was needed for (to avoid having a page that was uncategorised :-) ).

I have also created {{unsigned ip}} (and converted the one use of {{unsigned}}) and applied it for a handful of existing uses of {{unsigned}}. It hardly matters, but then it's also only three more characters to type for new uses.

Importantly, however, I implore you to consider including the second datestamp parameter when applying either template -- it's actually the more useful information. I know it's a pain to convert times back to UTC, but, hey, most of you don't have to deal with a half hour timezone :-) Mark Hurd (talk) 16:19, 13 April 2013 (UTC)

Urrggh, there's an option to make UTC the default display time. The template oughta be a little more automated, mebbe filling the time in automagically with five tildes if no date field is entered? The time will be a bit off when editors fill in the unsigned templates, but it'll be close enough to the actual value. Davidy²²[talk] 23:59, 13 April 2013 (UTC)
No, especially while there's existing templates to adjust, where the "default" datestamp would be way out. If someone wants to fix a lot of the existing usage, setting their timezone to UTC is the simplest option. Mark Hurd (talk) 09:14, 14 April 2013 (UTC)

I've removed "add a comment!" from Discussion heading[edit]

This thread has been moved to The proposals board.

Need password reset[edit]

Sorry to bother you all, but I seem to have lost the password to this account and don't have an email set (which requires the password). I'm still logged in thanks to the "remember me" feature but after 30 days I'll lose access. This isn't fixable at the MediaWiki level; someone with access to the server mysql or whatever will need to change something. Is there such a person I can email with? Splainr (talk) 03:05, 15 April 2013 (UTC)

I assume your browser isn't remembering it for you? Mark Hurd (talk) 03:08, 15 April 2013 (UTC)
Oh wow that was fast. Nope, neither Firefox not OSX keychain access know what it is. Splainr (talk) 15:18, 15 April 2013 (UTC)
I'm not sure how to solve that problem, but I know account usurpation has been done for the single-login transition in Wikimedia wikis, so technically it should be doable. --Waldir (talk) 23:04, 16 April 2013 (UTC)

See mw:Manual:Resetting passwords. --Mormegil (talk) 11:59, 15 May 2013 (UTC)

Analytics[edit]

Recently I found out about WikiApiary, an interesting site that collects analytics from mediawiki wikis. I added explain xkcd. Check the stats that have been collected so far: http://wikiapiary.com/wiki/explain_xkcd --Waldir (talk) 00:03, 17 April 2013 (UTC)

"External" hotlinking enabled to confirm issue with other car.jpg[edit]

FYI I have enabled "external" hotlinking to this wiki's own images to show File:other car.jpg can display correctly. See further notes about that issue here. Mark Hurd (talk) 14:32, 21 April 2013 (UTC)

If the problem is lack of thumbnail generation, it should display correctly even without hotlinking, simply by using the original size, e.g.
other car.jpg
I'm not sure why it doesn't. In any case, this image hotlinking thing reminded me, would it be a good idea to use the images hosted at XKCD.com and only upload variants to the wiki (e.g. those at Category:Helper comic images) and images Randall for some reason deleted from the server (e.g. images with typos)? This would reduce the load on the explainxkcd server and provide a better experience for viewers since xkcd is already optimized for high loads and actually openly provides the image urls for hotlinking. --Waldir (talk) 15:01, 21 April 2013 (UTC)

Seeing as User:Daddy's upload has fixed the wiki always attempting to display the thumbnail version (which still don't work), I have disabled the "hotlinking" again.

Mark Hurd (talk) 11:32, 22 April 2013 (UTC)

Redirect from explainxkcd.com/1234[edit]

It would be really cool if http://www.explainxkcd.com/<number> redirected to the explain page for that number. That would allow people to get to the correct explanation by simply adding explain to the comic url.

If you are willing to do this, all you would need to do (assuming you run apache with mod_rewrite enabled) is put the following in .htaccess in your web root:

RewriteEngine on
RewriteRule ^(\d+)/?$ /wiki/index.php?title=$1 [R,L]

-Sionide21 (talk) 22:28, 7 June 2013 (UTC)

Yeah! I'm waiting for this. But admins seems to be rare here.--Dgbrt (talk) 22:44, 7 June 2013 (UTC)
And it seems we both could help...--Dgbrt (talk) 22:47, 7 June 2013 (UTC)
There are several admins here (in fact, I am, too), but what you are looking for is the sysop, the one with access to the server. Admins can delete/protect/undelete pages and block users etc. Jeff is the only one that can change MediaWiki configuration or url rewriting... --SlashMe (talk) 17:08, 8 June 2013 (UTC)
Thanks for your information, so I will try to talk to Jeff. BTW: Can you edit the main page? I still miss a link to the incomplete comics on the top.--Dgbrt (talk) 17:52, 8 June 2013 (UTC)
At the top of the main page, there is a section that says "We have collaboratively explained 1189 xkcd comics, and only 33 (3%) remain. Add yours while there's a chance!". The word remain is already linked to the list. --SlashMe (talk) 19:16, 8 June 2013 (UTC)
I was talking about the 97% comics. There are still many incomplete pages and we have a category here on that.--Dgbrt (talk) 19:36, 8 June 2013 (UTC)
Ah, I see. Just did it; everyone: feel free to change the sentence, I'm not a native speaker. --SlashMe (talk) 21:07, 8 June 2013 (UTC)
THANKS! I'm also not native English, I'm German. But this wiki is a great challenge to get more practice, even much more as if talking to common English natives.--Dgbrt (talk) 21:27, 8 June 2013 (UTC)
This is something I want to do, so I'm putting this on my page, so I remember to add it to the .htaccess. I'm not super familiar with the .htaccess rules, can I have this along with the other rules I have in my htaccess file? --Jeff (talk) 15:17, 22 October 2013 (UTC)
Yes, that rule will work alongside other rules --Sionide21 (talk) 19:28, 27 October 2013 (UTC)
I've fixed this on our new host. (I actually had the rule in there already, I just had it in the wrong order.) I'd love to promote this feature a bunch. Any ideas how? --Jeff (talk) 02:33, 30 October 2013 (UTC)
A sitenotice oughta do it. Davidy²²[talk] 03:43, 30 October 2013 (UTC)
Woohoo, finally!!! Now if we could just have clean URLs too, that'd be swell! ;) --Waldir (talk) 05:02, 14 November 2013 (UTC)

Incomplete – motivation[edit]

Is it possible to fix (or is there already) a way to add a motivation with the "incomplete"-tag? I tried {{incomplete|the title text needs explaining}}, which made "edit it" in the banner link to the uncreated page "the title text..."... ––St.nerol (talk) 12:16, 10 June 2013 (UTC)

You can use the {{notice|Your text...}} template:
Ambox notice.png Here is my notice.
--Dgbrt (talk) 17:30, 10 June 2013 (UTC)
Thanks! I think that ideally most incomplete-notices shold carry a note on what's missing, but we aren't there, so this'll do for now. ––St.nerol (talk) 10:21, 11 June 2013 (UTC)

Unable to Edit[edit]

I cannot edit this latest comic's page. When I hit edit a screen appears which says "This page has been protected to prevent editing." I've never edited before, but I'm annoyed by the improper use of the word candid. "It would be candid and unrealistic" would be better off in that sentence if candid was removed. How do I make it so I can edit the page, so I can remove this affront to the English language?

I believe you are trying to edit the main page. You can click "Latest comic" in the left sidebar or the "Go to this comic" button in the top right corner of the grey box to go to the actual page for today's comic. Davidy²²[talk] 16:42, 1 July 2013 (UTC)
That was the problem, thanks.--Holcma01 (talk) 17:07, 1 July 2013 (UTC)

[edit]

On iPad and iPhone browsers, the banner ads obscure the top of the page. This covers up some of the useful buttons up there, like LOGIN for example. The workaround is to refresh the page. Because the banner ad is the last thing to load, you have a brief window of maybe three seconds to find and click the link you need. Gardnertoo (talk) 20:24, 26 July 2013 (UTC)

Fixed. --Jeff (talk) 21:12, 25 October 2013 (UTC)

Bookmarklet for jumping to explainxkcd.com from xkcd.com[edit]

I wrote a short bookmarklet for jumping from xkcd.com to explainxkcd.com. Bookmarklet form:

javascript:var%20match%20%3D%20window.location.href.match(%2F%5Cd%2B%2F)%3B%0Avar%20suffix%20%3D%20match%20%3F%20%27%3Ftitle%3D%27%20%2B%20match%5B0%5D%20%3A%20%27%27%3B%0Awindow.location%20%3D%27http%3A%2F%2Fwww.explainxkcd.com%2Fwiki%2Findex.php%27%20%2B%20suffix%3B

Decoded:

javascript:var match = window.location.href.match(/\d+/);
var suffix = match ? '?title=' + match[0] : '';
window.location ='http://www.explainxkcd.com/wiki/index.php' + suffix;

If you're on a numbered xkcd page, it will go to the accompanying explainxkcd.com page automatically. If you're on the xkcd.com home page, it goes to the explainxkcd.com wiki home page. Mattflaschen (talk) 17:30, 19 August 2013 (UTC)

To add this bookmarklet to your browser:

  1. Copy the bookmarklet javascript (*not* the decoded version)
  2. Using your browsers bookmark manager, create a new bookmark
  3. Give the bookmark a meaningful name -- e.g. ExplainXKCD
  4. Paste the javascript in for the bookmark URL
  5. Save.

( -- Tomh (talk) (please sign your comments with ~~~~))

Thanks Mattflaschen and Tomh! I've started collecting these helpful tools on a new page, to hopefully make them easier for others to find. – Yfmcpxpj (talk) 01:33, 29 September 2020 (UTC)

Database Error[edit]

I have NO IDEA where this should go, but http://www.explainxkcd.com/wiki/index.php?title=1011 has the content

Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "SqlBagOStuff::set". Database returned error "1142: INSERT command denied to user 'dbo423085716'@'74.208.16.155' for table 'objectcache' (db423085716.db.1and1.com)".

Just thought I should report it.

OOPS forgot sig. 67.175.58.94 00:13, 23 September 2013 (UTC)

Edit: This has been fixed randomly. Never mind then. :X

mw:Extension:SyntaxHighlighter[edit]

Could we maybe enable this? It would be helpful for some of the programming-heavy comics' explanations, e.g. today's one.PinkAmpersand (talk) 17:02, 27 September 2013 (UTC)

Done, PinkAmpersand. --Jeff (talk) 19:57, 28 September 2013 (UTC)

It's not taking me to the main page[edit]

If I type explainxkcd.com, it redirects me to http://www.explainxkcd.com/wiki which just shows a directory listing, rather than taking me to the main page (as I assume it's supposed to). chridd (talk) 02:07, 31 October 2013 (UTC)

Thaat's not supposed to happen. I'm on it. Davidy²²[talk] 06:49, 31 October 2013 (UTC)
Is it fixed for you now? Davidy²²[talk] 06:55, 31 October 2013 (UTC)
Yes chridd (talk) 14:46, 31 October 2013 (UTC)

Logo in upper left corner missing[edit]

The logo in the upper left corner is missing, probably because of a wrong redirect. The logo should be at http://www.explainxkcd.com/wiki/skins/common/images/explainxkcd.png, but this link takes me to the main page. The icons in the edit toolbar are missing, too, probably the same problem. You should exclude all \.png$ queries from redirects. --108.162.254.177 10:09, 31 October 2013 (UTC)

Fixed that. Sorry about that, it was an overzealous htaccess. Thanks! --Jeff (talk) 15:45, 31 October 2013 (UTC)

Sidebar ad overhangs content in Firefox 25.0[edit]

The sidebar ad on each page overhangs the content frame slightly when I view this site in Firefox 25.0 on a Windows 7 Home Premium 64bit pc. I have started Firefox in safe mode with all add-ons disabled and it still happens. Site looks fine in IE 11. 173.245.56.79 (talk) (please sign your comments with ~~~~)

Have you tried hitting control-shift-R, or clearing your cache? That sounds like Firefox is disregarding part of our CSS for whatever reason. I'm running a very similar setup and I'm not getting these problems. Try giving it a wee bit of time and trying again. Davidy²²[talk] 17:27, 13 November 2013 (UTC)
What's your monitor resolution and size of your Firefox window (maximized, 50/50 split, etc)? lcarsos_a (talk) 18:24, 13 November 2013 (UTC)
I'm really sure that scaling isn't the issue, I made the sidebar width definite. I'll check it again. Davidy²²[talk] 19:06, 13 November 2013 (UTC)
The sidebar has a fixed width defined at the CSS style sheet. Press F5 or CTRL-R to reload this style sheet. This happened to me in the past too. --Dgbrt (talk) 19:14, 13 November 2013 (UTC)
I changed the defined width to pixels instead of em, in the annoying edge-case that a browser uses a weird default font width. Davidy²²[talk] 19:24, 13 November 2013 (UTC)
It looks fine now.--173.245.56.79 06:08, 18 November 2013 (UTC)
Sidebar ad overhangs content in DuckDuckGo 7.67.1.2 for iOS 15.4.1, on iPhone 12. aka 'Your sidebar ad has been crushed into a cube. You have fifteen minutes to move your cube.'

Connection problems[edit]

Whatever the new hoster does cost, you should get your money back. Sometimes the page doesn't load at all, or the menu is missing after the browser did finish after one or two minutes. The performance here is still annoying. That cloud seems to be a dead cloud. --Dgbrt (talk) 23:33, 11 January 2014 (UTC)

It's easily more performant than our old service, and it holds up far better to traffic. I am inclined to say that it's a region specific issue, and I'll submit a ticket for that, but they've worked far better than flat shared hosting for the time that we've been using them. Davidy²²[talk] 00:01, 12 January 2014 (UTC)
More detail: The message is an Error 522 (Connection timed out).
  • You (Browser, Working) <-> Amsterdam (CloudFlare, Working) <-> www.explainxkcd.com (Host, Error)
In December the CloudFlare did belong to Frankfurt. --Dgbrt (talk) 20:35, 12 January 2014 (UTC)
I'm having still major problems to connect, only this this silly error message. ...and then it does work again. Still strange.--Dgbrt (talk) 22:58, 14 January 2014 (UTC)
Today I've been getting a lot of these errors with Cloudflare. (London-based CloudFlare, in my case.) "Error 522 Ray ID: 2587581d8b8a350c • 2015-12-21 23:25:22 UTC" is just one of the IDs. Not sure if you'd prefer another bit of the page info, instead, but the Ray ID looked unique enough to pinpoint debug info in the background.) The suggestion is made that the web server is too busy at something or other. Anyway, just so you're aware.
I had a look here, first, to see if anyone had mentioned anything (and found the above), so apologies if I'm not posting in the best bit of the best page. 162.158.152.227 23:44, 21 December 2015 (UTC)
It seems to be an occasional regional issue that cloudflare has with us. When I go to our server directly our site is still up, so something between us and cloudflare is failing. Not sure what though. Davidy²²[talk] 03:40, 22 December 2015 (UTC)
Yesterday (and day before?) Cloudflare London insisted that the server was not responding. Not sure if that was an actual explain-server issue (not seen mention of it anywhere else, in a brief dig), only Cloudflare London being refused by the server (detecting and blanket filtering rogue traffic via my gateway) or some other issue. Meant to check for update timestamps on the latest comic article that coincided with my being unable to visit the site at the time. But FYI, assuming the cause isn't already sorted out with no further actions needed and/or possible... 162.158.155.92 16:02, 11 February 2020 (UTC)

Wrong IP address shown[edit]

All edits by IPs (well, at least all I checked, including my own edits) are recorded using IP addresses of CloudFlare (108.162.192.0/18, 173.245.48.0/20 and some other ranges), i.e., it's not the address of the client, but of the server. This seems similar to [1]. --108.162.254.160 09:05, 29 January 2014 (UTC)

That's something we're working on, but current limitations with our provider are making things sow for us. When they give us what we need, we can do it. Davidy²²[talk] 16:59, 29 January 2014 (UTC)
Hmmpf! I just noticed this twelve months later and it's still the case... Mark Hurd (talk) 01:59, 29 January 2015 (UTC)
Uurrrp a couple of holdups happened, I need to do this at some point. Davidy²²[talk] 04:54, 29 January 2015 (UTC)
I just noticed it as well 162.158.252.197 04:20, 24 October 2015 (UTC)
CloudFlare is already providing the Real Ip address -- there are mods for Apache https://support.cloudflare.com/hc/en-us/articles/203656534-How-can-I-set-up-Apache-mod-CloudFlare- and Nginx https://support.cloudflare.com/hc/en-us/articles/200170706-How-do-I-restore-original-visitor-IP-with-Nginx- or you can just pull it from the X-Forwarded-For HTTP header which proxy servers (like CloudFlare) typically puts the client IP address. 162.158.252.197 04:25, 24 October 2015 (UTC)

1337 leads to...? =[edit]

Current and latest comic page, 1337, unusually has a "Next" before there's even any 1338 page. (It points to 1337.) As a lowly IP, I don't feel I ought to delve too deep to see if it's a page template issue (possibly because "1337" is both a past title and the current number, maybe, although not too sure if that'd work out) or just because of manual editing. But bringing it to general attention. (It may of course be an issue that does not even last beyond Wednesday, and comic number 1338's arrival, even without intervention.) 141.101.99.7 13:40, 3 March 2014 (UTC)

D'aww, and I wanted to be lazy too. I'll get to fixing it, an IP took it to himself to add stuff to the comic template and he removed the auto-hiding buttons. Imma fixy. Davidy²²[talk] 17:42, 3 March 2014 (UTC)
I did revert some edits on that issue here, so for the first point it should work again. In general: The main page should not be affected like this and the test environment is called: Sandbox. --Dgbrt (talk) 20:43, 3 March 2014 (UTC)
The issue was fixed three hours before your autorevert. This is getting excessive. The next time you autorevert a large edit without testing or making an attempt to fix things yourself, expect a three-day ban. Davidy²²[talk] 22:41, 3 March 2014 (UTC)

No confirmation email?[edit]

I requested an email for confirmation when I registered. I got nothing, not in spam filter, not in trash, and definitely in not my inbox.

Today, I requested another confirmation email. Again, nothing has appeared.

Is it me? Is it my shampoo??? Enquiring minds want to know.... Thanks. Karenb (talk) 22:45, 20 March 2014 (UTC)

Confirmation emails? What, are we a five-star hotel now?
Jokes aside, is this a thing you really need? You should be autoconfirmed after editing for a while without getting blocked, but if you can put forward a good reason why we should add this in, I'll do it. Davidy²²[talk] 00:54, 21 March 2014 (UTC)
Not blocked! Trying to authenticate my email, which I thought was an automatic process. Does that feature not work? That would certainly explain the lack of autoresponse.... Cheers. KB Karenb (talk) 01:35, 21 March 2014 (UTC)

I'm having the same issue. I've requested several confirmation emails over the past few days. I have also tried changing and then resetting my email address. Nothing has worked so far, and it's not in any of my filtered inboxes. I can edit most pages. Will this fix itself even if I don't get an email? DownGoer (talk) 18:16, 26 June 2023 (UTC)

Because the people visiting here are probably the people that should see this[edit]

After the server upgrades mentioned in the sitenotice, de.explainxkcd.com should exist. I'm not publicizing it yet, just want to get it up and work out implementation details before it goes fully live. Pls dun test during the downtime, there'll be plenty of time for that after it's live. Davidy²²[talk] 01:14, 21 March 2014 (UTC)

Ok, so our server doesn't actually have the required dependencies to complete the upgrade, so that was slightly fruitless. Sorry about any downtime or inconvenience caused, I didn't add the German wiki again because I'm looking set up the parallel wikis on an up-to-date base. Sorry again for any inconvenience that may have caused, I'll make sure to be better prepared next time, and maybe actually succeed in performing the upgrade next time. Davidy²²[talk] 02:02, 24 March 2014 (UTC)

Does anyone have image of Black Hat saying to Cueball "It's 'cause you're dumb" ?[edit]

Guys, does anyone has this image? I'm hosting Russian xkcd fanpage here - vk.com/xkcdoff and if someone would post it it would be very helpful. --KOTYAR (talk) 22:40, 24 March 2014 (UTC)

I actually can't find it either. Shame, I liked that old thumbnail. I could probably photoshop up a new version if you really want one though. Davidy²²[talk] 04:53, 26 March 2014 (UTC)
explain xkcd blog header image.png
Just going to the explain xkcd page and following the first historic (internet-archived) link allowed me to extract the requested "header-image.png" (the corresponding image URL on the current site gives nothing anymore... thank you, Internet Archive!). Which I uploaded to the wiki here, for convenience and because it's part of this wiki's history, in a way, and also, cool. Smile - Cos (talk) 10:39, 16 April 2014 (UTC) (PS: also, facebook.com/explainxkcd/photos/10150144122985214; but JPEG.)

expxkcd.com redirect not up-to-date[edit]

By adding "exp" at the beginning of the URL one can easily switch from xkcd.com/1234 to expxkcd.com/1234, which redirects to the corresponding explanation here, and that's nice. But right now, expxkcd.com redirects to 1355 (at least for me), instead of 1356, the latest comic. Wouldn't it be better if expxkcd.com redirected to the Main Page instead (as does correctly explainxkcd.com)? - Cos (talk) 10:55, 16 April 2014 (UTC)

expxkcd is actually a thing that user user:grep was so kind to purchase and handle for us. I can forward this on to him for him to resolve, and give him the rewrite rules we use if he needs them. Davidy²²[talk] 11:12, 16 April 2014 (UTC)
Nice, thank you for the quick forward to the right place. - Cos (talk) 11:31, 16 April 2014 (UTC)
Yeah, the reason for that is that right now, I update it manually, which is obviously a really bad idea. I plan to change this pretty soon. I don't want it to go to the main page because the main page doesn't show the discussion, and comes along with all the other, regular main page stuff. Any rewrite rules wouldn't hurt, Davidy22. greptalk12:04, 16 April 2014 (UTC)
Hrm. Ours rules point towards the main page. We have no automatically updating page that always redirects to the latest comic, but you can use Mediawiki hooks to append the contents of the page Template:LATESTCOMIC to the end of our URL. Davidy²²[talk] 23:44, 17 April 2014 (UTC)
Sorry, I don't understand. My BOT will upload the next comic on time, unless it's some new chaos by Randall a BOT just can't handle. The LATESTCOMIC template is updated and so it seems only be an issue on that damn Cloud Service Cache. Even Randall's pages are affected. At "What-if" I still have to use <CTRL+R> to get the latest content. --Dgbrt (talk) 00:26, 18 April 2014 (UTC)
We're talking about a different thing related to shortened URLs. Davidy²²[talk] 02:24, 18 April 2014 (UTC)
That is an interesting idea, however I just made a script that automatically adds 1 every Monday, Wednesday, and Friday. I could have it grab the number from your page and do this once a day at something like 00:10 EST (because Randall sometimes does things on other days), that's a possibility as well (other times / intervals may also be done if you wish/want). greptalk04:34, 02 May 2014 (UTC)
Our LATESTCOMIC page and Randall's xkcd json page should both have up-to-date comic numbers for you to pull. Ours is probably the better one to pull since your site is linking to us. Davidy²²[talk] 06:30, 2 May 2014 (UTC)
The script now checks Template:LATESTCOMIC every 30 minutes to see if the comic has changed or not. If you wish, I might be able narrow this down to 11PM->6AM (for 30 minute checking) and then have it check every two hours at other times or something similar to that (if systemd.time has a way to do it) greptalk12:13, 09 May 2014 (UTC)
I still do not see that problems. Please touch this wiki as less as needed, this is still the best choice. But there is still a big problem on the cache, an update on a picture lasts many hours. Some statements in "LocalSettings.php" should work, if not this wiki version is buggy. Problems should be solved at the cause and not be overridden by some additional scripts. --Dgbrt (talk) 21:51, 9 May 2014 (UTC)
We have ample bandwidth for a bot that only checks once every half-hour. The image caching issue is irrelevant to the current topic. Davidy²²[talk] 03:45, 10 May 2014 (UTC)

Explain xkcd upgraded to version 1.19.17[edit]

Woo! Davidy²²[talk] 17:59, 26 July 2014 (UTC)

The header seems to have broken, there is no longer a link to the explanation in it. 173.245.56.154 22:00, 26 July 2014 (UTC)

Which header are you talking about? All the links I can think of still seem to work. Davidy²²[talk] 02:13, 27 July 2014 (UTC)
It fixed itself shortly after I mentioned it. It was the incomplete explanation, the link to 428 was bold, but not a link. 173.245.56.154 04:48, 27 July 2014 (UTC)

One of the ads is broken.

brokenexplainxkcdad.png

0100011101100001011011010110010101011010011011110110111001100101 (talk page) 04:33, 27 July 2014 (UTC)

Ooh, thanks for catching that. Should be fixed now. Davidy²²[talk] 17:08, 27 July 2014 (UTC)

Nice :) But is this update a preparation for an upcoming update to one of the latest versions, or are we limited to 1.19 for some reason? I'm asking because 1.19 is only supported for a few more months, and also because with newer versions we'd have access to some niceties -- for example, after version 1.20 the PAGESINCAT magic word accepts parameters, which would allow the count of explained comics in the main page to work using less hardcoded hacks. --Waldir (talk) 16:08, 27 July 2014 (UTC)

Prior attempts to update the wiki have been prevented by the realization that Lunarpages doesn't give us quite as much control over our server share as we thought we had. Checking again, they seem to have upgraded the version of PHP on our server since we last attempted and failed to run one dumb update script, which should mean that it'll work next time we try it. The wiki also has quite a bit of user effort invested into it now, and I'm a little less ready to jump into .0~.3 releases than I would normally be on my own machine, so I upgraded down the LTS path that I knew would be safe. After the first ill-planned attempt, I've been eyeing the 1.23 LTS line for the next major jump, but I'm certainly not stepping into it while it's still relatively fresh. Davidy²²[talk] 17:08, 27 July 2014 (UTC)
Sounds reasonable. Thanks for the details. I'll be looking forward to the next update :) --Waldir (talk) 18:52, 28 July 2014 (UTC)
Just wanting to offer, I use ARP Networks for hosting, you should check them out if you want more control. 173.245.56.154 (talk) (please sign your comments with ~~~~)
Hum, there's an option. I'll keep that in mind. Davidy²²[talk] 04:35, 29 July 2014 (UTC)
It wasn't me that posted that comment. But surprisingly enough anon and I have the same first two bytes in our IP addresses. Congrats on the version upgrade. lcarsos_a (talk) 05:31, 29 July 2014 (UTC)

Why does the site say I'm blocking ads when I'm not? I do use AdBlock Plus, but it's turned off for this site. Screenshot here. And while I'm here, that "unblock us" text has an error- the first "and" in the second sentence shouldn't be there. NealCruco (talk) 01:51, 29 July 2014 (UTC)

The text only appears when the ads fail to load. The error message actually says noscript, which means that the Javascript that the ad box uses to fetch images isn't running. How long has this been happening for you? Davidy²²[talk] 04:35, 29 July 2014 (UTC)
It just started. I came over here as soon as I noticed it. NealCruco (talk) 19:07, 29 July 2014 (UTC)
Have you recently made any changes to your browser? Does the problem persist when you hit CTRL+SHIFT+R? Davidy²²[talk] 12:43, 30 July 2014 (UTC)
Nope, no recent changes. And yes, the problem persists when I hit Ctrl+Shift+R. NealCruco (talk) 14:04, 30 July 2014 (UTC)
I am genuinely puzzled. The message tells me that something is causing your browser to fail to load/run the Javascript that makes the ad render and report stats, so the problem could be anything that can cause that: noscript, outdated browser, experimentation. I don't know anything about your setup, and it works on my test machines, so I can't tell currently what's wrong. Davidy²²[talk] 03:10, 1 August 2014 (UTC)
Do you have privoxy installed on your machine? (this is a long shot) lcarsos_a (talk) 00:24, 3 August 2014 (UTC)

If anything broke, complain here.[edit]

There's a banner that says: The wiki has been updated to stable mediawiki version 1.19.17. If anything broke, complain here.

So...

The following have broken: Cars My previous computer A railroad train Condoms Etc.

None of which has anything to do with this website.

The banner should be made more specific before Randall sees it and does a comic mocking it.

Or not. 173.245.48.80 (talk) (please sign your comments with ~~~~)

Well, there's always that one guy. Fixed. Davidy²²[talk] 05:05, 28 July 2014 (UTC)
I don't see how you could have fixed that one guy. Throttled, eliminated, insulted, blocked, etc. But not fixed. Walenc (talk) 16:29, 28 July 2014 (UTC)
See sense 6 here: http://en.wiktionary.org/wiki/fix#Verb :P 173.245.56.154 02:13, 29 July 2014 (UTC)
i bet you think yer so clever. just watch me take the site down. Davidy²²[talk] 04:35, 29 July 2014 (UTC)

Misc Request... (|< < Prev Comic Next > >| format)[edit]

I usually browse in a very small window and the menu buttons split kind of strangely (http://i.imgur.com/wPE7szZ.png). Would it be possible to replace the spaces with nonbreaking spaces? --173.245.56.202 15:13, 1 August 2014 (UTC)

Annoyingly, the spaces that are giving you trouble can't be changed because they're text string inputs, and Mediawiki has no regular expression markup yet. Every other instance of formatting-critical spaces has been changed to non-breaking spaces though, thanks for the heads up! Davidy²²[talk] 18:13, 2 August 2014 (UTC)
I think I fixed this by adding a space between the buttons. Unfortunately, this only works as long as the comic is not as wide as the button bar. I guess this is because of the surrounding table. --SlashMe (talk) 20:15, 2 August 2014 (UTC)

Not receiving password reset emails[edit]

I've forgotten my password, and password reset is not working for me. I went to Special:PasswordReset, and had it send me a reset email. However, I have not received the email. I am sure that I have an email associated with my account, and it's confirmed. 173.245.54.174 08:38, 18 August 2014 (UTC)

Tested, password reset emails seem to work for me. Have you checked your spam folder? Davidy²²[talk] 18:04, 24 August 2014 (UTC)
I checked in Gmail in "Mail & Spam & Trash", and it still doesn't find it. I tried a fresh reset, so we'll see if that comes through. No luck after a minute or two. 108.162.216.71 04:59, 28 August 2014 (UTC)

TOR Captcha[edit]

Hi, I use TOR. To access your website, cloudfare has made it such that I have to enter a captcha. This is very inconvenient, as your site is not the only one doing this. Can you please fix this issue? You should be able to see a guide here: https://tor.stackexchange.com/questions/599/cloudflares-captcha-screen-insurmountable . Thank you for taking the time to consider this. 141.101.104.60 11:34, 13 September 2014 (UTC)

Is it better now? Davidy²²[talk] 13:06, 13 September 2014 (UTC)
Sorry, no. I still get the captcha. What did you try doing? 108.162.216.87 22:09, 13 September 2014 (UTC)
Set the threat level threshold way up. Any further steps into cheap botnet territory. For your security, you may want to reconsider the nodes through which you're operating through. Also, why do you need to use Tor to visit us? Davidy²²[talk] 04:17, 14 September 2014 (UTC)
Ah, okay, thanks, now I'm not getting the captcha. As for why I'm using Tor, I don't need to, but I'd rather do so just to be anonymous. I wouldn't have written if it were just your site, but since Cloudfare has made captchas the default setting for Tor, the internet is starting to become near unusable. So that everyday people aren't scared away from using Tor due to the perceived complexity of daily browsing, whenever I have to enter a captcha, I try to contact someone at the site to ask them to change the setting. 108.162.216.82 06:52, 14 September 2014 (UTC)

Upgrade to the latest MediaWiki version?[edit]

I think we should start trying to maintain a regular upgrade schedule of some sort. 6 months ago was the last time we've upgraded, and I think we should upgrade again. The impetus for this change would be for translation features, plus other multilinguality efforts that require the new versions of MediaWiki. Localization efforts should be put into place, and the translate feature would work well for that. Chess (talk) 01:53, 12 November 2014 (UTC)

Plans to upgrade only include LTS releases. That said though, the recent and unintentional server downtime was actually the result of a setup for a coming mediawiki upgrade, among other things. The plan is to upgrade to 1.23 sometime in the coming months, during the weekend after a satisfactory number of bugfix releases. We're very interested in setting up translations, although mediawiki in it's current form already supports translation; the extensions you linked are mostly quality-of-life additions. It's been delayed because the plan is to eliminate all incomplete comics first so that translators have a solid base to work from. Davidy²²[talk] 02:42, 12 November 2014 (UTC)
Can I just be nitpicky and say that we last upgraded about 3.5 months ago, not 6? Thanks. NealCruco (talk) 03:17, 12 November 2014 (UTC)

Fix HTTPS access[edit]

explain xkcd is using Cloudflare which recently enabled HTTPS for all users, but when accessing it via HTTPS it returns error 521. In order to fix this in addiction to the solution steps proposed by CloudFlare check if SSL settings are correct. 173.245.52.138 (talk) (please sign your comments with ~~~~)

On it Davidy²²[talk] 18:51, 13 November 2014 (UTC)

HTTPS is working now, there just some mixed-content warnings, mostly on style tags which being active mixed content are blocked, but it's still a good improvement as it's possible to have more privacy when browsing explain xkcd. 188.114.99.35 (talk) (please sign your comments with ~~~~)

Whoever has server access, can they try changing $wgServer (Manual:$wgServer) to use a protocol relative url? As the manual page says, you may also want to set $wgCanonicalServer to a fully-qualified url (hopefully defaulting to https). Behrat (talk) 04:17, 29 October 2015 (UTC)
Done. How's it now? Davidy²²[talk] 08:42, 31 October 2015 (UTC)
Much better! The styles and scripts are loaded now, and the page looks good. It's still not completely green https because it's loading some images over plain http, but my browser at least appears to be allowing them for now. If you want any more suggestions on technical issues, let me know. I currently maintain my own mediawiki installation with full https, cloudflare, and short urls. Behrat (talk) 20:27, 4 November 2015 (UTC)
Huh. Is it the ad images? The comic pictures *should* be also done over https, no? Davidy²²[talk] 07:10, 5 November 2015 (UTC)
Yeah, one of them is the ad images (http://www.explainxkcd.com/wiki/lunarpages_160x600.jpg). Most of them are from MediaWiki:Common.css, so you could just change all the urls on that css page to protocol-relative. The only other one I see is http://i.creativecommons.org/l/by-sa/3.0/88x31.png, which I think is set at $wgFooterIcons, but I'm not sure. All of them appear to be accessible over https, so just changing the links should work. Behrat (talk) 01:13, 6 November 2015 (UTC)

If I replace xkcd with explainxkcd I get a very ugly CSS-less page in Chrome on Win7. If I change the https to http, the page works 141.101.105.12 06:07, 3 September 2015 (UTC)

Can you provide more information about your setup? Test a different browser? Unable to reproduce. Davidy²²[talk] 11:56, 3 September 2015 (UTC)
I can reproduce in Firefox. This is due to the mixed content blocker. Usually, it should only block active content (scripts) and maybe warn about passive content (stylesheets), but at least in Firefox, it is configurable to block both. But I cannot see why the stylesheets shouldn't be served via HTTPS.
Currently, the styles are referenced absolutely (http://www.explainxkcd.com/wiki/...), but they should rather by referenced domain-relative (/wiki/...) or at least protocol-relative (//www.explainxkcd.com/wiki/...). --SlashMe (talk) 16:29, 3 September 2015 (UTC)

RSS feed issue[edit]

When attempting to access the feed for this wiki I'm told "Sorry. No feed found." Is there some way that the feed can be restored to the satisfaction of Feedly? Could it be due to some validation issues, or should I consider changing my news reader? Pmw57 (talk) 23:08, 7 January 2015 (UTC)

Huh. The feed updates automatically with a script that I wrote a while ago, I'm very sure it passed more than this the last time I checked. Fixed a few things, left the one about the date because that's a pain to fix, and one that I can't figure out for the life of me. I think I fixed the line that was causing the actual problems though. Should update on feedly now. Davidy²²[talk] 01:52, 8 January 2015 (UTC)
Hallelujah - the feed was mixed in with other geeky material and it only took me nearly 8 months to notice that nothing was coming through from here anymore. I'm premature with my thanks though. The RSS link in the navigation pane to the left still doesn't want to be understood by Feedly. By contrast, other feeds such as for latest changes can be picked up. Pmw57 (talk) 02:04, 8 January 2015 (UTC)
Hrm. Sent an email to feedly about it, Just tested and I'm having similar issues with feedly. Davidy²²[talk] 02:17, 8 January 2015 (UTC)
It seems it's not just Feedly. When I use Chrome's RSS Feed Reader, that too also tells me "No posts here yet" followed by the an ever helpful "Chirp, chirp, chirp, chirp" Pmw57 (talk) 02:33, 8 January 2015 (UTC)
Could it be that it's just not valid XML? I see that it ends at line 236 with </item> with no other closing tags, for example. Pmw57 (talk) 03:18, 8 January 2015 (UTC)
Ohwait a minute, the auto updater rips old entries off the bottom and that's where there's supposed to be a closing channel and RSS tag. well. Davidy²²[talk] 07:19, 8 January 2015 (UTC)

It's good to know that the cause is now known - I'll let you (or someone else with the authority) get on with fixing things up :-) Pmw57 (talk) 07:46, 8 January 2015 (UTC)

Hullo. It's not perfect that only one specific formation of the URL works, but it's a start. Davidy²²[talk] 08:01, 8 January 2015 (UTC)
You sir do God's work - and that coming from a Dillahunty-following Atheist is saying something. Pmw57 (talk) 08:11, 8 January 2015 (UTC)

My reader has been refusing to process the feed for the last few days. I finally un-busied enough to poke into why. When I looked at the source at /rss.xml I saw:

</item>

<item>
	<title>1561: Water Phase Diagram</title>
	<link>http://www.explainxkcd.com/1561</link>
	<pubDate>Thu, 06 Aug 2015 21:51:11 -0700</pubDate>
	<guid isPermaLink="true">http://www.explainxkcd.com/1561</guid>
	<description><![CDATA[<h2>1561: Water Phase Diagram</h2><p><a href="http://www.explainxkcd.com/1561">http://www.explainxkcd.com/1561</a></p>]]></description>
</item>

I'm thinking that the script is broken. I could pro'ly come up with something workable, given the access. --Ericm301 (talk) 16:50, 9 August 2015 (UTC)

What on earth is happening here I don't even know. The script seems fine, I repaired the RSS file again manually. See if it malfunctions again today. Davidy²²[talk] 01:22, 10 August 2015 (UTC)
Script is behaving very strangely. Today's update warped the feed file in a weird way, this doesn't usually happen. I'll test it on my machine to see what's happening. Davidy²²[talk] 13:56, 10 August 2015 (UTC)

It was fine for a minute (that must have been your edit), but now it's broke again. --Ericm301 (talk) 19:53, 10 August 2015 (UTC)

Alright, I figured out what was going on with the feed. There was a bit of code I had in the update script that trimmed off the last entry of the RSS file and when I recreated an empty file for the feed after the inexplicable wipe, I forgot to turn it off so it was still shaving off the end of the file. This time it should be working. Davidy²²[talk] 07:34, 12 August 2015 (UTC)

"Known appearances" character infobox fix?[edit]

Currently, "Known appearances" in the characters infobox is broken as for some pages, when the character's category serves as it's own info page. (e.g. Category:Red Spiders, Category:Sharks, Category:Squirrels, Category:Barrel etc.) Can this be fixed?--17jiangz1 (talk) 11:21, 29 March 2015 (UTC)

Fixed it myself. Just use template "Infobox character 2" instead of "Infobox character" when the character's category serves as it's own info page.--17jiangz1 (talk) 14:55, 31 March 2015 (UTC)

Comic 1505 (30 March 2015) isn't properly showing up, I think?[edit]

Excuse me if I'm being a n00b, but 1505 is posted, and the page is extant, but it's not showing on the Main Page yet. Is this supposed to happen, i.e. waiting for someone to put some content on the page, or did something break somewhere...? Again, sorry if I've just committed a massive derp. 173.245.56.189 04:38, 30 March 2015 (UTC)

Should be showing up now. Davidy²²[talk] 09:38, 30 March 2015 (UTC)

rendering problem ?[edit]

To me, right now, with Windows Firefox 37.0.1, 625: Collections looks like this:

communityportal technical 1504 collections.png

There doesn't seem to be anything wrong with the source text.

Here's the Main Page in Internet Explorer 8:

communityportal technical 1504 mainpage.png

This is affecting everything? Or just me? Pesthouse (talk) 03:31, 6 April 2015 (UTC)

Okay, somebody was messing with Template:w. I reverted it to the previous editor's version, seemed to fix things. Pesthouse (talk) 03:46, 6 April 2015 (UTC)

On that note, they made a similar template that links to rationalwiki, but didn't use it at all in any pages. Huh. It's not even a very significant site. Davidy²²[talk] 05:52, 6 April 2015 (UTC)
The IP preferred the Rationalwiki article on Poe's Law to the Wikipedia version, I guess.
User:452 did not approve. Pesthouse (talk) 07:57, 6 April 2015 (UTC)
Given the fact that he broke Template:W, and didn't seem to know what he was doing, I undid his other edits, sorry if this was inappropriate. -452 (talk) 17:51, 15 April 2015 (UTC)

Main Page[edit]

When categories are added to the latest comic, the Main Page is also categorized in those categories.--17jiangz1 (talk) 13:42, 15 April 2015 (UTC)

The most obvious solution would be to put the categories inside <noinclude> tags, on every page. -- 143 (talk) (please sign your comments with ~~~~)
That's ugly and labor-intensive though. I think there's something we can do with string matching to fix it in a better way. Davidy²²[talk] 03:35, 16 April 2015 (UTC)

#cscore doesn't work with #expr[edit]

I can't use cscore with expr on my userpage.--Forrest (talk)10:30, 01 May 2015 (UTC)

1545 page severely broken?[edit]

The very tail end of the raw page source (using Internet Explorer) is

"wgRedirectedFrom":"1545"});
}</script><script>

...and then stops, obviously unfulfilled. (I also snipped everything up until that unique-looking Redirection data, for brevity.)

Compare that with the equivalent snippet from an adjacent page:

"wgRedirectedFrom":"1544"});
}</script><script>if(window.mw){

...and then continues with a working rest of the page. (Also snipped, but this time both before and after. I've kept it short while imagining I've given enough to ID the precise breakpoint though.)

Same problem encountered when using "Next" link from 1544 or "Previous" link from 1546. Page http://www.explainxkcd.com/wiki/index.php/List_of_all_comics itself suffers the exact same error. (Last wgVariable listed in LoaC page is "wgSearchNamespaces":[0], instead, but still similarly ends after apparently the same close-script and open-script flagging point.)

Does not go wrong in Mozilla-based browsers also on this machine (Firefox, Seamonkey). Page sources for 1545 look exactly like the above 1544 snippet, as expected, with no obvious funny characters or 'Little Bobby Tables' anomalies, SFAICT. In case it's a spurious downloading error that has ended up being cached, I've also "shift-refreshed" in my browser to force download.

Utterly Baffling me, but FYI in case it's something someone needs to know about, although I'm hoping it's just local strangeness and not anything actually of significance.141.101.98.252 04:33, 5 July 2015 (UTC)

Opened in Internet Explorer 11, it seems to appear for me. Are any site features being impacted by this bug? Davidy²²[talk] 15:44, 5 July 2015 (UTC)
Nothing I was previously familiar enough with to spot an adverse effect. Note that http://www.explainxkcd.com/wiki/index.php/1545:_Strengths_and_Weaknesses - the link I tried to get from the LoaC page (but only just now tried in non-IE!) works perfectly. Even while the "/1545" (i.e. 'RedirectedFrom') version of the page continues to be truncated. I can only assume that (despite attempts to force things anew), it's buggily-cached iteration.
Hang on, that gives me an idea. Which works. I changed the 1545 page (change labelled as "Troubleshooting" in history) and... it opens perfectly. Removed change (should probably have self-reverted, in hindesight, but suspect it'd be fixed anyway) and no further issue. "List of all Comics" page still as broken (because I haven't forced it to update, and am not inclined to 'interfere' with it), but I shall check again after 1547 forces its own changes upon it. Otherwise, consider this closed. Sorry to bother you.
TL;DR; problem solved. Pretty much proven to be not even a site issue, I now think. 141.101.98.252 21:38, 5 July 2015 (UTC)
Ok, FYI, once 1547 'Solar System Questions' finally appeared, I check "List of all comics" page. First of all a lot of "Waiting for page..." (uh oh), but then force-refreshed page (in the way that didn't work previously) and it loaded correctly. C'est finis. 141.101.98.252 15:02, 6 July 2015 (UTC)

881 loads as "database error"[edit]

With this content: Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "SqlBagOStuff::set". Database returned error "1114: The table 'objectcache' is full (db423085716.db.1and1.com)".

No other page gives me this error, just 881.--162.158.92.6 19:42, 2 August 2015 (UTC)

I just got this on 564 141.101.98.200 22:44, 2 August 2015 (UTC)

Database error[edit]

I can't see Category:Interactive_comics (1114: The table 'objectcache' is full (db423085716.db.1and1.com)). 199.27.128.105 00:18, 3 August 2015 (UTC)

RSS missing[edit]

Hey it looks like there's an issue with the rss feed, when you browse to the url on the right it just displays an empty page, not sure what's going on. Eluvatar (talk) 14:19, 3 August 2015 (UTC)

Huh, in the last few hours the rss file was inexplicably wiped. I've restored the base of it, the bot should start populating the feed with new comics, but old ones are gone. Davidy²²[talk] 16:49, 3 August 2015 (UTC)

Extra Comics[edit]

In extra comics, the header of the comic has "Expression error: Unrecognised punctuation character "{"." such as in The Rise of Open Access. Forrest (talk)13:32, 13 September 2015 (UTC)

 Done - It was because 0 was created, so the logic that #ifexist:0 should be false failed. I changed it to default to -2 when number is not present, which will work as long as no one creates -1! Mark Hurd (talk) 11:15, 14 September 2015 (UTC)

Explanations for all -4 comics![edit]

The main page header now contains this text:

We have an explanation for all -4 xkcd comics, and only 23 (1%) are incomplete. Help us finish them!

I'm assuming this is a bug. -- Okofish (talk) 01:00, 15 September 2015 (please sign your comments with ~~~~)

 Done It was a temporary artifact due to recent categorization changes. It's now fixed. Thanks for the quick report :) --Waldir (talk) 01:14, 15 September 2015 (UTC)

Discussion pane missing on comic 1592?[edit]

After checking the Discussion tab to make sure there was a Discussion, I thought that someone had removed the {{comic discussion}} tag, and went into full-page edit to put it back. But it's there. Maybe it's just me, maybe it's just temporary, but FYI in case it isn't. 141.101.75.185 15:06, 19 October 2015 (UTC)

Fixed. --SlashMe (talk) 16:21, 19 October 2015 (UTC)

Captcha[edit]

Captcha not appearing at all. Can't edit pages without turning off security settings (which were set to default). Chrome and "Edge" on Windows 10. Both yell at me about some components of the page being insecure. 15:48, 18 February 2016 (UTC)

Same issue with other browsers. reCAPTCHA won't load from an "insecure" resource when the wiki is accessed over HTTPS. TisTheAlmondTavern 15:07, 6 December 2016 (UTC)
Oooh, I see. Alright, I'll get to fixing it now I know what the problem is. Davidy²²[talk] 01:00, 7 December 2016 (UTC)

Slight bug in the editing panel, when asked what webcomic we're talking about, it cannot be in all caps, it must be strict lowercase, despite appearances on xkcd.com. Could someone take a look at it? 108.162.249.158 00:54, 5 November 2015 (UTC)

It took me several months to figure out that "this wiki" is named "explain xkcd" and not "explainxkcd". I spent those months answering two questions every time the "what's this wiki's name" question appeared (when I missed the answer, a different question appeared).--Jojonete (talk) 09:06, 5 November 2015 (UTC)
I was sure both answers were correct, but never attempted to type explainxkcd, just in case. 108.162.221.17 12:44, 5 November 2015 (UTC)

wiki server clock has drifted - about 13 minutes fast[edit]

As I type this, it is exactly 07:42:45 UTC. Pesthouse (talk) 07:55, 14 April 2015 (UTC)

And thus timestamps here are 12 or 13 minutes off. Pesthouse (talk) 07:59, 14 April 2015 (UTC)

I see the same thing: 15:41:00 UTC now.... Nealmcb (talk) 15:54, 23 April 2015 (UTC)
Huh. I'll look into it, when I get back home. Davidy²²[talk] 23:19, 23 April 2015 (UTC)

Currently it's 20 minutes fast. It's 21:00 UTC and it shows 21:20 (UTC). Xhfz (talk) 21:20, 14 July 2015 (UTC)

Sorry bout the delay, was busy for a long bit, should be fixed now. Davidy²²[talk] 21:44, 26 July 2015 (UTC)

Currently it's 8 minutes fast. It's 20:56:00 UTC and it shows 21:03 UTC. 108.162.221.17 21:03, 5 November 2015 (UTC)

do we not have ntp on the server or something, gonna reset the clock again when i get back home. Davidy²²[talk] 00:33, 6 November 2015 (UTC)

Happening again: it's 11:33 UTC and the server has 11:48 UTC. 141.101.75.161 11:49, 11 March 2016 (UTC)

Fixed again, and I'm gonna have to check our NTP installation. 06:37, 18 March 2016 (UTC)
Alright, changed some things, this shouldn't happen anymore. Davidy²²[talk] 06:38, 18 March 2016 (UTC)

The clock is about 13-14 minutes off again. It's currently 13:49 UTC. –TisTheAlmondTavern, 13:36, 17 January 2017 (UTC)

Discussion template resources apparently missing[edit]

As co-header (right-margin hugging text) to the Discussion section on all pages (or at least as many as I've just visited - and on multiple browsers, just in case...) I'm getting the following, with the <>-tags being my own descriptive additions:

<redlink>File:comment.png</redlink> <validlink>add a comment!</validlink> ⋅ <redlink>File:Icons-mini-action refresh blue.gif</redlink> <validlink>refresh comments!Discussion</validlink>

Looks like the PNG and GIF files concerned have been removed, or the links in the Discussion template broken/incorrectly redirected.

(Sidenote: The character between the "add a comment!" and the "File: Icons-mini-action refresh blue.gif" that I've copied here verbatim (so doubtless appears correctly for everyone else who reads this) is an 'I don't have this character on my machine' character, for me, which is obviously entirely my fault for not downloading additional fonts that I'd need. From cursory investigation, it appears to be essentially the same as "·", Alt-0183, or HTML code '&middot;', which would render on my machine and yet (if changed) shouldn't break on those where it currently works. For your consideration, but not as vital.) 141.101.106.161 06:30, 7 November 2015 (UTC)

ETA - Delving around further, Category:Pages with broken file links seems to indicate it is a widespread problem at server-side, and not somehow solely my own (except for the Sidenote issue!). And suggests a simple way to check that the issue is fixed (when suddenly the category is nowhere near as 'full'), and then discover any related ones that might need fixing (like the special Star Trek Into Darkness alternate version of the Discussion template). 141.101.106.161 06:57, 7 November 2015 (UTC)
Huh. I have a feeling I know what caused this, I'll get right on it. Davidy²²[talk] 16:23, 7 November 2015 (UTC)
I've seen some more of these cases, e.g. on explain xkcd:Community portal. I think these images are from Wikimedia Commons, maybe that integration broke somehow? --SlashMe (talk) 16:33, 7 November 2015 (UTC)
i don't know what is even happening, the images seem to be fine now but they still show up as broken file links Davidy²²[talk] 02:04, 8 November 2015 (UTC)

Update captcha text?[edit]

The text above the posting captcha says “type the two words” but reCaptcha often doesn't use two, and they're often not words. Example: http://i.imgur.com/TdM5n5O.png

Maybe we could change it to something like “type the text”?

P1h3r1e3d13 (talk) 23:44, 2 March 2016 (UTC)

So, the reCAPTCHA captchas are entirely provided by Google. If there's an error in it, it's likely Google's fault and a bug report should be sent in that direction instead. Davidy²²[talk] 00:23, 3 March 2016 (UTC)
I noticed that before. It's not a bug in recaptcha, but rather in ConfirmEdit, file ReCaptcha/i18n/en.json to be exact. --162.158.90.217
Oh huh, hadn't thought of that. I'll fix that up then. Davidy²²[talk] 19:45, 3 March 2016 (UTC)

Stylesheets not working?[edit]

It doesn't look like any of the site's CSS is loading for me. I have tried purging, adding useskins to the URL, and clearing my browser's cache, and webpage content remains in Times New Roman with no special styling. Headers and bold spans of text are bold, list items are bulleted, buttons are button-y, templates and my signature display with HTML-style-attribute-level CSS, and so on, but that's the extent of it. Is this a belated April Fools' joke, or has something gone horribly wrong between the servers and my eyes? ~AgentMuffin

I made a similar post earlier -- it seems to have vanished down a black hole. I linked these screenshots: [2] [3]
Note that there are no ads either! This could get to problem-level very fast. KangaroOS 01:28, 5 April 2016 (UTC)
There are actually still ads, they're just shoved right at the bottom of the page. mysqld is clocking in at 40% cpu load, and mediawiki seems to be going into fallback mode and skipping stylesheets which is about what I'd expect from an april fools comic. Davidy²²[talk] 01:31, 5 April 2016 (UTC)
Ah, figured it was some sort of server overslow. For a while there I was getting a 503 error. KangaroOS 01:36, 5 April 2016 (UTC)
Well, perhaps you don't need another note about this, but I noted the 'stylesheetless' appearance myself, just now. Except that it is styled, partially. (When I choose to view by Style "No style", it's even more not-Styled!) Could be because a subset of styles aren't being loaded (so that the ones that are still loaded can only be identified from their enforced absence), but looks like you have this as much in hand as can be expected, so just FYI... 141.101.98.137 04:13, 5 April 2016 (UTC)
Have you tried switching the server off and back on ? ;-) Jokes apart, are there really so many users continuously polling ? It could be just a case of stale open connections. Really, a reboot might not hurt (although it may kill-off few sessions and you may get some angry posts, but at this point, it might be worth the try) Edit: Sorry, I was messing up the formatting while replying. I'm trying to fix it. But at this point, does it really matter? :P 162.158.255.56 04:21, 5 April 2016 (UTC)
Alright guys, still having trouble with the load, but I've put a quick temporary hack in place to get the css working again for now. Fonts are a little off, I'll deal with that soon. Davidy²²[talk] 08:09, 5 April 2016 (UTC)
Did a little more work on things, styles should be working again but it's not great on the back end. I'm going to do some rooting around to see what went wrong. Davidy²²[talk] 00:07, 6 April 2016 (UTC)
Cool.. This is pretty good. We're almost there.. The only things I can notice that are off are - (1) Category list at the end of the page (2) Contents block at the beginning of the page and (3) Edit buttons for individual sections. By the way, I'm curious, what exactly was broken ? I didn't expect you'd have to fix things here. I expected that since the issue was caused by excess server load, it would return back to normalcy automatically once things settle down a bit in couple of days after the offending comic was more or less explained. 162.158.255.56 03:32, 6 April 2016 (UTC)
A script responsible for picking user preferences and integrating css from pages like Mediawiki:common.css was failing to complete because of server load, so I gave it a helping hand and just had it insert a static stylesheet instead. I almost certainly missed a few spots though, because the wiki does not look right. Davidy²²[talk] 04:43, 6 April 2016 (UTC)

(resetting indent) Yes, things are still off. The text "Jump to: navigation, search" is at the top of every page, but it's useless because it links to stuff already at the top of the page. Edit summaries aren't italicized, the edit boxes don't use the whole window width, links are underlined, section edit links are too big, etc. I put the Wayback Machine to good use, and found the below set of archived pages, all using the proper style. Compare them with the current appearances of the pages, and you should see most, if not all, of the issues I've seen.
Main Page | My contributions | The "edit" page for comic 1486 --NealCruco (talk) 21:50, 7 April 2016 (UTC)

Is here nothing to be done about the missing styles? The tables still look horrible and there is not help when editing, for instance for signature etc. Colapsing of tables etc. also won't work which is a mess for some of the long explanations and tables Kynde (talk) 11:56, 18 April 2016 (UTC)

HotCat also seems to be not working for adding categories. Forrest (talk)13:18, 25 April 2016 (UTC)

Yeah, load.php is failing so all gadgets and user scripts are unavailable. :-( Mark Hurd (talk) 14:42, 25 April 2016 (UTC)
Alright, figured it out. It was a deal with file permissions, not sure how those got changed on April 1st. Davidy²²[talk] 18:59, 17 May 2016 (UTC)

Comic navigation buttons[edit]

You know, the buttons that look like the ones on the xkcd site. Shouldn't they also highlight like the xkcd site? I thought maybe it was due to the above CSS issue, but the links to archive.org make it seem like it's just never worked.

It just seems to me that, if we're going to go that far in mimicking the actual buttons, we should probably also mimic their a:hover settings. Shut off the box shadow, change the background to white, and the link color to #6E7B91.

I've tested the following CSS, and it appears to work:

li.plainlinks:hover, .no-link-underline > li:hover {
 	background-color: #FFF !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important; 
}
li.plainlinks:hover > a > span, .no-link-underline > li:hover > a > span {
	color: #6E7B91 !important; 
}

Trlkly (talk) 09:14, 2 May 2016 (UTC)

Seems like a decent addition. Thanks! Davidy²²[talk] 18:52, 1 June 2016 (UTC)

Captcha trouble[edit]

For about an hour, I wasn't able to edit a page or create an account when I was trying to, because the captcha was missing. I'm not sure if it was problem on this site or captcha but I thought I'd mention it. --Anqied (talk) 08:34, 11 June 2016 (UTC)

Recaptcha appears to work for me currently. Does it work now? It seems like they may have just gone down temporarily. Davidy²²[talk] 20:52, 11 June 2016 (UTC)
I'm not certain this is the same issue, but I was just having a problem with the captcha for unregistered users trying to edit a page. I figured out that it's because you were trying to serve the captcha through HTTP even though the page was on HTTPS, so my browser was blocking the captcha. Changing to HTTP "fixed" the issue, but that shouldn't be the solution. 108.162.215.187 16:45, 18 July 2016 (UTC)

wrong IP[edit]

My edition was attributed to 141.101.104.60, whereas my real address is 88.156.226.213 according to [4]. Wikimedia sites (Wikipedias, Wiktionaries...) recognize my IP address properly. Someting strange is going on here. 141.101.104.71 22:40, 21 June 2016 (UTC)

Just a heads up that your website is incorrectly identifying the IP address of visitors as being from the CloudFlare server that is serving the page content to them. It would be best practice if you could explicitly look for the field "REMOTE_ADDR" rather than "X-FORWARDED-FOR" as the former is unaffected by the use of intermediate proxies. PS My IP address should begin with 131.111. IP addresses beginning with 141.101 belong to Cloudflare London. 141.101.98.5 21:08, 21 July 2016 (UTC)

  • FYI I just created this account and the "email address confirmation" email I received said the account was created by a Cloudflare IP (162.158.107.199), not my own. ExcarnateSojourner (talk) 15:09, 4 July 2020 (UTC)

Captcha does not appear[edit]

I am not a registered user (I just haven't bothered to make an account), so I have to complete a Captcha before saving any of my edits. However, I've found numerous times that the captcha does not show up when I hit [Save page]. The line of text introducing it ("To help protect against automated edit spam, please type the word you see in the box below:") shows up, but the no actual captcha and thus no saved edits. Is this a known issue with Chrome? I managed to circumvent it by using IE (I assure you, it was the only other browser available), but I would much prefer to be able to edit explain xkcd pages in Chrome, my usual browser. 108.162.220.17 (talk) (please sign your comments with ~~~~)

What plugins do you have installed on chrome? Do you have Javascript enabled? I'll see what can be done if you have them off. Davidy²²[talk] 20:45, 20 July 2016 (UTC)
I just figured out the problem and successfully edited a page. I too tried IE after Chrome but still encountered the issue... to my consternation I noticed a new icon in the address-bar, 'Blocked content'. (Apparently recaptcha is treated similarly to a pop-up.) Interacting with this new button made the captcha appear. I am in Chrome adding this comment, and after finding the similarly-functioning/corresponding button here, all is well 108.162.237.247 18:39, 2 August 2016 (UTC)
Hmph, I am likely a completely different user from the foregoing, but our IP addresses are similar and both reported as from Cloudflare in TX. 108.162.237.247 18:42, 2 August 2016 (UTC)
I would like to address this and also point out this is the only site where I've run into this problem; other wiki-based sites can load captcha fine. According to Chrome it's blocked because it's an "unsafe script". 141.101.107.84 08:54, 4 March 2018 (UTC)

Wanted files[edit]

Special:WantedFiles: 41 file is linked but nonexistent.

Some on talk pages, user pages and project pages, but here is a list of those in main namespace:

  1. File:Apatosaurus scale mmartyniuk wiki.png
  2. File:Apidae - Eucera sp. (male).JPG
  3. File:Louisae.jpg
  4. File:Wet kookaburra 6674 Crop Edit.jpg
  5. File:MQ-1 Predator unmanned aircraft.jpg
  6. File:Bee orchids, Aller Brook Local Nature Reserve - geograph.org.uk - 833516.jpg
  7. File:Synhalonia nest 1.jpg
  8. File:Butterfly Voters View.jpg
  9. File:Fusca estacionado.jpg
  10. File:Ophrys apifera flower1.jpg
  11. File:Galilean moon Laplace resonance animation.gif
  12. File:PalmCellTower.jpg
  13. File:746 telephone in red.JPG
  14. File:Candidate Higgs Events in ATLAS and CMS.png
  15. File:Tommy Wiseau.jpg
  16. File:Google maps auto.jpg
  17. File:Velociraptor dinoguy2.jpg
  18. File:Acrocanthosaurus skeleton (1).jpg
  19. File:Vraptor-scale.png
  20. File:Alces alces elan trophee chateau Tanlay.jpg
  21. File:DBCooper.jpg
  22. File:Rick Astley - Pepsifest 2009.jpg
  23. File:Anonymous emblem.svg
  24. File:Eas new.svg
  25. File:John Cage and Michael Bach in Assissi 1992.jpg

I could not find why they were deleted and it's hard for me to argue for their presence in the articles. Being a newbie here, I would like to ask those who knows better to either undelete files, or upload them again, or delete file mentions from the explanations. Thanks --Ата (talk) 15:47, 8 August 2016 (UTC)

I tend to clean up after myself, don't recognise these file names. I believe these happen when files get moved, feel free to cut dead file links wherever you find them if you find them unnecessary.Davidy²²[talk] 02:38, 10 August 2016 (UTC)

827/1721: Business Idea[edit]

See 1721#Trivia. Randall has accidentally named both 1721 and 827 "Business Idea". He fixed it by renaming 827 to "My Business Idea". I tried to reproduce by renaming the file and wiki page for 827, but it now shows the old comic on both pages. Maybe CloudFlare caching? And idea (that's not a business idea) to fix this? --SlashMe (talk)

Cloudflare takes a little time to update changes to an image. For immediate results, you can create an image under a different name and use that while you wait for the old one to update. Otherwise, it should update within a few hours. Is it good for you now? Davidy²²[talk] 14:48, 18 August 2016 (UTC)
Yes, it was resolved after a few hours. --SlashMe (talk) 20:25, 18 August 2016 (UTC)

Mobile CSS[edit]

I've accessed this Wiki on my mobile device more often than previously and I couldn't find any discussion about this. Honestly, 50% of the reasons I'm adding this topic is about the discussion, the rest is about making it easier for people with narrower screens. I understand that I am a new member on this Wiki and that altering Mediawiki:Common.css has site-wide effects (and I'm sure that there are some templates that won't agree with some of the options we have, even some tables, such as the one on 893: 65 Years#Trivia, will break a very narrow design).

OK. Let me just ramble on about this, then. =) There are some obvious (but not necessarily easier) options for mobile devices. MediaWiki lists a few Skins and Extensions. Not having ever had access to a Wiki's server, I have no idea how nerve-racking that is (or if it even makes sense for this Wiki). Even more obvious to some - and even harder to implement - is a mobile app (that I wouldn't use anyway).

So, to bridge the time until maybe something more effective comes along, we could try to add some CSS ourselves. I'm no expert. But here are my thoughts.

  • This is about all devices with narrow screens, not just phones. Let's say anything under 600px width is considered narrow.
  • Most obviously, the font size should be affected. This has negative consequences for anything with fixed font size. And anything we forget. Basically, the sidebar, the search and anything else on top of each page can be massively smaller depending on the screen and fixing that won't be as easy.
  • Of course we could disregard the sidebar, or rather, push it to the bottom (which is easy, it's artificially placed on the left instead of the bottom). There are a number of reasons why a lot of people wouldn't want that. One of those reasons is that the ads would basically disappear for anyone who doesn't scroll down. We would have to figure out where else we can put it, on the top maybe. On the plus side, we could have the entire width of the screen just for the article.
  • Another thing that breaks the design regularly: comic images. We could make them fit. The navigation might be more challenging.
  • There's a whole lot of paddings and margins to get rid of.
  • Maybe make the search box a lot bigger?

A short snippet for the comic images and for the font:

@media handheld,screen and (max-width: 600px),screen and (max-device-width: 600px){ /* because some mobile browsers like to work with a higher resolution than the resolution of the screen */

#bodyContent{
font-size:initial; /* resetting font to full size */
}

td > img{ /* maybe add a class for the table in Template:comic */
display:block;
margin:auto;
max-width:100%; /* make image fit into box */
height:auto;
}

}

I don't know... What do you think? Oh, also, Mediawiki says this can be added to Mediawiki:Mobile.css but I guess that is for extensions? We'd probably have to add that to Mediawiki:Common.css if we ever want to add it. Ret Samys (talk) 16:21, 15 September 2016 (UTC)

Getting on a plane soon, but I'll take a look at this when I get off and get moved in again. Davidy²²[talk] 14:07, 16 September 2016 (UTC)

HTTPS Links Back to XKCD Interfere with Random Button[edit]

(I've moved this from "Proposals" to here, now realising this is the proper location.)

The Links back to the comics that are present just above the comic itself on the wiki pages (and adjacent to the next and previous links) provides an HTTPS link back to XKCD. However, this interferes with users who want to click that link, and then click random - because c.xkcd.com does NOT support HTTPS, and thus clicking random after returning to xkcd from explainxkcd via the button on a comic's article does not work. These links should be switched back to HTTP.

--9000 volts (talk) 22:53, 24 December 2016 (UTC)

What makes you suspect c.xkcd.com does not support SSL? It features a perfectly valid wildcard certificate from GeoTrust (currently valid from Dec 14 00:00:00 2016 GMT, so it should already have affected you), although it's different from the multi-site certificate from Fastly used on the comic and what-if.xkcd.com and, yet again, different from the Let's Encrypt ones used on the blag and store.
On the other hand, there is a compelling argument for HTTP links: Most interactive comics break with HTTPS. –TisTheAlmondTavern, 14:19, 17 January 2017 (UTC)
I can't reproduce the issue with random comics, but the benefits of using SSL for links to a site that stores no user data probably don't outweigh the issues that some people seem to be having. Changed. Davidy²²[talk] 22:34, 10 February 2017 (UTC)

"Retry for a live version" and stuff not responding[edit]

Every now and then, I'd just be browsing around the site, then all of a sudden I'd run into an issue with it saying that there was an error with the explainxkcd.com host and that I would need to wait for the servers to restart. This is happening rather often for me, but goes away quickly. Sometimes, it happens on my own wiki pages too... weird. Other times, things would just freeze. Is it something on my end, or is it with the site? --JayRulesXKCD (talk) 14:05, 5 January 2017 (UTC)

Support for timezones?[edit]

I live in the timezone PST, and because of that, the clock seems to be ahead of my time by about 7 hours and 40 minutes. Can someone add support for different timezones? For example, at my time of posting, it is 7:56 PM on March 8, 2017. The time the wiki thinks it is is shown on my signature: 625571b7-aa66-4f98-ac5c-92464cfb4ed8 (talk) 03:40, 9 March 2017 (UTC)

You can actually set your own time zone. Go to Preferences->Date and Time, and there should be a time offset option for you to pick your time zone. Davidy²²[talk] 07:36, 9 March 2017 (UTC)
The thing is, I do have my time zone set to PST, but on the wiki it is still showing up as the wrong time. 625571b7-aa66-4f98-ac5c-92464cfb4ed8 (talk) 15:24, 9 March 2017 (UTC)
Oh, the timestamps recorded in signatures are in UTC for everyone. That doesn't change, because it makes it easier to follow the timeline of a conversation in a talk page. Davidy²²[talk] 17:24, 9 March 2017 (UTC)
Uhhh, the timestamp isn't UTC at all. My latest BOT upload was 06:02, 8 March 2017 CET or 05:02, 8 March 2017 UTC and it is recorded here as 04:45, 8 March 2017. So we still have an offset 17 minutes to the past. That's an old problem.--Dgbrt (talk) 18:33, 9 March 2017 (UTC)
It is UTC, server inaccuracy doesn't change the time zone, it just makes it inaccurate. Davidy²²[talk] 19:13, 9 March 2017 (UTC)
And even if you don't like me for this: The server time is currently UTC-00:17 and not UTC. This odd offset confuses users. But I know nobody can change this.--Dgbrt (talk) 19:36, 9 March 2017 (UTC)

Mailserver-problem[edit]

Hello,
I tried to reset my password today, but there is a problem with your mail-server: The sender-adress of your password-reset-mail is [email protected], but the (sub-)domain vps.explainxkcd.com does not exists, and so the eMail is rejected by my mail-server (and most others too). Could that please be fixed? Thank you very much. --DaB.

When did InstantCommons get disabled?[edit]

I was just about to add some photos of the ISS transiting the sun to today's explanation, but saw that it's no longer possible to just enter the names of Wikimedia Commons photos and for them to render. I know of at least one explanation—1400—that previously had such images, but now just has redlinks. I presume that at some point someone must have disabled $wgUseInstantCommons in the config settings. May I ask what the reason for that was? And is there any chance that that could be reverted? Obviously there aren't a lot of articles where it makes sense to have Commons images up, but IMHO it's a useful feature to have for the rare occasion where it makes sense, like with today's comic. PinkAmpersand (talk) 21:20, 24 April 2017 (UTC)

Solved. You now can embed pictures from Commons like local files. The link [[File:DBCooper.jpg|thumb|Cooper]] shows the picture from Commons because it doesn't exist here. There is no need to use a template. --Dgbrt (talk) 23:57, 25 May 2018 (UTC)

Wikipedia template stopped working[edit]

Some time ago the template used for links to Wikipedia stopped working correctly. If you see here link to Halloween on Wikipedia, it works again: Halloween. --JakubNarebski (talk) 22:21, 25 June 2017 (UTC)

Known issue, there's currently an anon doing boring vandalism. --108.162.241.172 22:37, 25 June 2017 (UTC)

CAPTCHA does not work for HTTPS visitors[edit]

I am a fervent believer in encrypting everything (I am the crypto nut in 1269: Privacy Opinions), and have configured the NoScript plugin to force the use of HTTPS instead of HTTP for all sites that aren't on a special list in my configs. Hence, I tend to visit sites on HTTPS that most people visit on unencrypted HTTP, discovering all the bugs in people's HTTPS implementations in the process...and this site is not exempt from the bugfinding.

In order to edit pages, you need to enter a CAPTCHA. However, the script that makes this captcha work is fetched from Google over unencrypted http (the src tag in the script specifies http: not https:). When I visit this site over HTTPS, the use of active content served over unencrypted HTTP onto an encrypted page causes Firefox to have a spasm and block the script. Since Google fully supports HTTPS, the script's src tag should just be changed to say https: instead of http:, and that SHOULD fix it. Better yet, omit the protocol at all, and do something like:

src="//www.google.com/recaptcha/(rest of url)"

Most modern browsers will interpret that as "fetch www.google.com/recaptcha/(rest of url) over the same protocol used to serve this page."

(Sadly, NoScript is not smart enough to fix this by itself and just change the script's src to https: client-side...)

162.158.79.89 11:12, 20 August 2017 (UTC)

The CAPTCHA also doesn't work for https while using Chrome. 01 September 2017

Deprecation of reCAPTCHA v1[edit]

The wiki currently uses reCAPTCHA v1 to validate users as human, which beginning in November will show public deprecation notices and stop working altogether on March 31, 2018.

Are there already plans to migrate to reCAPTCHA v2 or a different CAPTCHA algorithm? –TisTheAlmondTavern (talk) 20:05, 31 October 2017 (UTC) (wiki clock is several minutes late again, BTW)

I do intend to update the CAPTCHA, I got the email notice from Google. I've been away from the site for longer than I'd like, been busy but it looks like a bunch of stuff has piled up while I was gone. I'll try to fix what I can with the time I have. Davidy²²[talk] 03:38, 12 November 2017 (UTC)
Any update on this? It has <6 weeks of life left, and the user messaging has just got angrier. 162.158.155.26 09:22, 20 February 2018 (UTC)
10 days left. I wonder what happens then. Right now, it just says "V1 SHUTDOWN ON 2018-03-31" and expects me to type it as an answer. 172.68.110.46 (talk) (please sign your comments with ~~~~)
You can hit the refresh button and it will display an actual catch. 4 days before they shut it down. TheMageKing (talk) 12:22, 27 March 2018 (UTC)

Either the kludge of simply typing the message about shutdown still works, or the Captcha system is just not working: I'm not autoconfirmed here but I was able to edit today, 9 days after v1 presumably went "poof". Yngvadottir (talk) 18:12, 9 April 2018 (UTC)

The new reCAPTCHA v2 is now online. I apologize for the delay but many updates were required and I tried to keep the server downtime as short as possible. Dgbrt (talk) 12:53, 19 May 2018 (UTC)

RSS bot stopped?[edit]

The master RSS feed only goes up to 1912, although the wiki is already up to 1914. --141.101.105.18 11:20, 11 November 2017 (UTC)

Sorry, been busy, the feed should be up and running again. Davidy²²[talk] 03:38, 12 November 2017 (UTC)

Captcha doesn't work on my browser[edit]

I can't make any edits to the comic pages because the captcha simply doesn't appear when I'm trying to edit the comic pages. -- WilliamBrennan (talk) (please sign your comments with ~~~~)

Please check your add blockers and activate JavaScript. Dgbrt (talk) 12:53, 19 May 2018 (UTC)

Hi & Thanks heaps! I finally created an account after years of pleasurable & enlightening explanations. It took me over 5 minutes to get past the Captcha, and I've seen a few in the last week registering for sites such as XDA-developers and the like. Not sure how it all works but it feels like it's set to "ultra-difficult" or some-such...and this is the place where things are *easy* for *stupid people* like me ;) Cheers & thanks again -- Munchywok (talk) (please sign your comments with ~~~~)

The Captcha is from Google (Big Brother...) and based on an sophisticated software in which you sometimes even don't have to solve it at all when it is convinced that you are a human. But it depends on your browser installation, especially your add ons. My best experience is using Google Chrome without any extensions. Firefox with extensions is the hell. --Dgbrt (talk) 09:25, 15 August 2018 (UTC)

New High Resolution comics[edit]

I've noticed Randall has been making the comics higher resolution to look good on HiDPI/Retina displays. But the copies on ExplainXKCD are the old low resolution copies.

Perhaps we'll have to go through at some point and update these? 162.158.75.58 (talk) (please sign your comments with ~~~~)

I am aware of this. Randall started to provide two different resolutions at standard comics more than a year ago, and he also provides the larger resolutions to older comics since than. Technically the image tag provides links to two pictures and the browser decides based on the screen resolution what is shown. Since this wiki is now at the latest version the use of $wgResponsiveImages may be possible. But this has to be tested first. Stay tuned... Dgbrt (talk) 12:53, 19 May 2018 (UTC)

Should the HTTP urls redirect to HTTPS?[edit]

Not sure if this has been mentioned before, but shouldn't the HTTP urls be redirecting to HTTPS? Right now, the HTTP and HTTPS endpoints seem to have different login states, which is possibly confusing. I was stumped for a long time on why I couldn't login to my account, because I kept getting the error message "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Go back to the previous page, reload that page and then try again." And then I noticed the "Use secure connection" button, and when I clicked it, it took me to the HTTPS site where I was already logged in! But even now, if I go to an HTTP url, I'm still logged out there. Ahiijny (talk) 00:43, 21 August 2018 (UTC)

Of course HTTP and HTTPS are different endpoints. Login via HTTPS and your credentials are encrypted and this will be never converted into plain text for HTTP. And I just successfully tested both connections with Google Chrome. Maybe we should redirect always to HTTPS like xkcd does, right now it's just your choice. --Dgbrt (talk) 14:46, 21 August 2018 (UTC)
Ah, I see. If I log in from the HTTP site, I'm logged in on both the HTTP and HTTPS sites. But if I login from the HTTPS site, then I'm only logged in on the HTTPS site, and not on the HTTP site. Furthermore, if I'm logged into the HTTPS site and I try to login from the HTTP site, I get the error message that I quote from above. Fair enough.
I guess one contribution to my confusion was the fact that the HTTPS site doesn't have the green padlock in Chrome. That would have made the difference between the HTTPS and HTTP site a bit more obvious. (I rarely type in the entire URL directly; I usually just let the Chrome address bar autocomplete do its job... and unfortunately that autocomplete takes me to the HTTP site, and I keep forgetting about that.) Right now, on any HTTPS page here, Chrome still says that it's insecure: "Attackers might be able to see the images you're looking at on this site and trick you by modifying them." Firefox says something similar: "Parts of this page are not secure (such as images)." Perhaps someone should look into that? (I think it might be the ad image.) Ahiijny (talk) 03:09, 23 August 2018 (UTC)
Thanks for your remarks. I'm aware of this but the site isn't insecure, only a few local images and some from wikimedia are hard coded to a http link. It's not much so I'll fix it soon.
In general every http request should be redirected to https, but that's not trivial at our current environment. --Dgbrt (talk) 14:35, 23 August 2018 (UTC)
It took some time to find all the places of hard coded images via http (insecure) but now you should see the green secure remark in your browser when logging in via https. --Dgbrt (talk) 13:50, 24 August 2018 (UTC)
in my holy opinion at least the login page should only be served securely. people are notoriously bad at not-reusing-passwords. //gir.st/ (talk) 12:23, 10 September 2018 (UTC)

Just noting that basically every major site out there redirects from HTTP to HTTPS (including http://en.wikipedia.com, http://xkcd.com, http://stackoverflow.com, and even other wiki communities like http://wiki.puella-magi.net, http://en.touhouwiki.net/wiki/Touhou_Wiki, and http://wiki.documentfoundation.org). So it would really cool if we could get that redirect action happening on this site, too :) I was browsing the site today and I was just struck once again by how odd it was that I wasn't logged in, until I remembered that I was on the HTTP site, not the HTTPS site. A real user experience annoyance, if you ask me. Ahiijny (talk) 21:34, 19 October 2018 (UTC)

Of course you're right. I still have other issues but this will be done soon. Stay tuned... --Dgbrt (talk) 19:08, 20 October 2018 (UTC)

Captcha too picky[edit]

I just had to solve the "select all street signs" Captcha at least 10 times in a row. I never know when/whether to include slivers, backs of signs, sign posts, walk/wait lights. Captcha already doesn't follow my definition of street sign (I only call the sign that has the street name a "street sign", but I realize what I call "road signs," Captcha also calls "street signs" and I can adjust for that. But I haven't figured out the other issue yet, and I suspect Captcha is dinging me on choosing slivers. But that's only a guess, since it never tells you what you got wrong, it just gives you another Captcha. -- Thisisnotatest (talk) (please sign your comments with ~~~~)

My advice is installing Google Chrome and it works fine. Since that Captcha software is also from Google (Big Brother...) I believe that's on purpose. Firefox is the hell as you described; I'm not sure how it works at MS IE/Edge. In general you have to select not less than three and not more than four squares. But on Firefox, even when it seems definitely to be correct, the chance of getting an error message is more than 80%. You probably use FF. Nonetheless right now there are no other adequate Captcha tools supported by Mediawiki, the software this Wiki runs on. --Dgbrt (talk) 12:57, 27 August 2018 (UTC)
I second this. Big Brother's Captchas on Firefox are nearly unsolvable (granted, I'm browsing with JS off and blocking 3rd party cookies). And recaptcha requires 1) JavaScript and 2) a connection to google. //gir.st/ (talk) 12:23, 10 September 2018 (UTC)

Cannot create a user page[edit]

i have tried to make a user page for myself and cannot seem to do it, i'm sorry if this has been addressed already, but i couldn't find it. User: Nintendo Mc (talk) 13:07, 28 September 2018 (UTC)

New user don't have the rights. Do some more edits and wait a few days until you can create new pages. Your user page is created by me for now. --Dgbrt (talk) 15:00, 28 September 2018 (UTC)
Good Question! is there some place that everyone [who is cool] can find, that explains how many edits one has to do (and/or, how long one has to wait) in order to cause the
[...] but you do not have permission to create this page.
[error] message to ... "no longer" appear, when some limitation or rule is no longer blocking or "preventing" allowing creation -- by that user -- of his own "User:" page? (OR ... of her own "User talk:" page?)
I have done very few edits here, but ... a couple of them were almost 3 years ago.
For what it's worth (FWIW), I did not plan to say much on my "User:" page here. Probably something like:
This user is not a frequent flyer here on this Wiki (at "explainxkcd"); ...but he has done a 4-digit number of edits on other Wikis ...mainly English Wikipedia ("See also" his "User:" page there.)
Any comments? Thanks for listening. --Mike Schwartz (talk) 07:43, 7 April 2020 (UTC)
According to here and explain xkcd:Autoconfirmed users, you need to accumulate 10 edits (as well as your account being active for at least 3? or 7? days), then you become an "autoconfirmed user" and gain the right to create pages. – Yfmcpxpj (talk) 02:09, 29 September 2020 (UTC)

Accessibility issues[edit]

[First post - hello, everyone!]

I have 15 years of experience of using MediaWiki, and have been heavily involved in some of the accessibility work on Wikipedia.

When we use colons (:), semicolons (;), and asterisks (*) to indent dialogue, discussions, etc we actually cause MediaWiki to generate HTML lists.

If we leave a bank line between indented lines/ paragraphs, we cause the start of a new HTML list.

Since the start of each list is read out by the kind of software used by (for example) people with severe visual impairments, this generates barrier to their use of the site.

The solution is to not leave blank lines; to always indent replies by just one step; and to maintain consistency in the type of character used.

You can see examples and more explanation at Wikipedia:Manual of Style/Accessibility#Lists

Please consider adopting Wikipedia's recommended best practice for such lists, on this site. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 19:20, 5 November 2018 (UTC)

Thanks for your input and welcome here. At first you should know that this Wiki doesn't follow every Wikipedia standard, but there is a --relatively new-- FAQ and we should talk at that discussion page about any enhancements. And please consider to keep it short, a typical editor here isn't a Wikipedean and doesn't read tons of manuals.
There are many ugly layouts here, most written before the FAQ did exist, but when I and others see them the explanation or transcript gets an incomplete tag for that reason. And the biggest problem in the past was the use of overwhelming tables.
BTW: Using a new-newline for each sentence isn't also a nice layout. Never mind... --Dgbrt (talk) 20:54, 5 November 2018 (UTC)

suggest adding info to pages[edit]

I see "Title text" here on explainxkcd, but not on the comic itself.

Eg. https://www.explainxkcd.com/wiki/index.php/1313:_Regex_Golf shows "Title text: /bu|[rn]t|[coy]e|[mtg]a|j|iso|n[hl]|[ae]d|lev|sh|[lnd]i|[po]o|ls/ matches the last names of elected US presidents but not their opponents."

I don't see that anywhere on https://xkcd.com/1313/ Why not? 172.68.174.106 (talk) (please sign your comments with ~~~~)

First of all: Please sign your comments
Second: I am not sure this is the right place for such a question, so please do not wonder if someone removes it.
And finally: the "title text" can be seen by hovering the mouse over the image on the "regular" xkcd page. Here it is made more visible by mentioning beneath the picture additionally. More details can be found at the page about the title text :) https://www.explainxkcd.com/wiki/index.php/title_text Lupo (talk) 15:09, 12 November 2018 (UTC)

@Lupo, no honest comment will be removed here, even if it should be posted at the Miscellaneous section. @IP, the proper internal link is here: title text, and I see that this wiki needs a simple page to explain all the terms and characters used in a general short way. --Dgbrt (talk) 19:43, 12 November 2018 (UTC)

Mediawiki exception on some pages[edit]

I get the following MedaiWiki exception on some of the pages:

MediaWiki internal error.

Original exception: [0beebcc3efaec7ded86aea14] 2018-12-05 23:25:16: Fatal exception of type "MWException"

Exception caught inside exception handler.

Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information.

See for example sites https://www.explainxkcd.com/wiki/index.php/2034:_Equations or https://www.explainxkcd.com/wiki/index.php/User:Dgbrt

Sztupy (talk) 23:29, 5 December 2018 (UTC)

Also having this. Seems to happen when “math” in Preferences-Appearance is set to “MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools)” DrMeepster (talk) 08:01, 8 December 2018 (UTC)
New error: If that math option is set to “Latex source” than an error relating to the page-ruining setting replaces any latex code: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension can not find Restbase URL. Please specify $wgMathFullRestbaseURL.") from server "invalid":): <LATEX CODE HERE> DrMeepster (talk) 07:50, 11 December 2018 (UTC)
Sorry for my late reply. I will check and solve this issue soon, right now only the plain PNG image setting does work. --Dgbrt (talk) 18:15, 15 February 2019 (UTC)
The problem appears to not be solved. In addition to the above pages (which are still broken), I've noticed it on the following: https://www.explainxkcd.com/wiki/index.php/2292 and https://www.explainxkcd.com/wiki/index.php/2311. The workaround of configuring my account to render math as PNG works, but someone with the knowledge and access to fix this needs to do so. Shamino (talk) 13:43, 3 June 2020 (UTC)

“All 2126 Comics have an Explanation”[edit]

There are 2127 comics, and the main page seems to update automagically, so I’m not sure what the issue is. “That Guy from the Netherlands” (talk) 15:58, 25 March 2019 (UTC)

I think you posted this before the "new robot" comic came up? keep in mind that the number 404 is not linked to any comic. (There is an explain page for 404, but no comic 404. Therefore it is actually 1 comic less than you might think based on the number. On the other hand there are I think 2 or 3 additional special comics (not numbered), such as the latest entry to the 5 minute comic series, or the one about open source, etc. Lupo (talk)
I posted after it came up. I know about the unnumbered comics, so assumed they didn’t count, but I always forget about 404. Accounting for the non-comic, all seems right in the world. Thanks Lupo. “That Guy from the Netherlands” (talk) 14:01, 26 March 2019 (UTC)
Just checked and they just subtract 1 in the source code??????? “That Guy from the Netherlands” (talk) 16:58, 12 April 2019 (UTC)

API[edit]

Hi, I'm working on a project focused on docs, and wondered if there's some API or database I can access to pinch some of the tagging info from this site? Even something like Randall's /json.html data from each page would work. User:Toonarmycaptain (User talk:Toonarmycaptain forgot to sign this edit at 03:50, 14 May 2019 (UTC)

Unwanted Link[edit]

In 1467: Email, there are two links in the title text that should be normal text. It has happened several times in other pages, and it's annoying. How do I change links like that into regular text? Herobrine (talk) 07:41, 11 July 2019 (UTC)

Not sure what you mean. Maybe it is a browser issue on your end? on my computer neither chrome nor internet explorer or edge interpret anything inside of "My New Year's resolution for 2014-54-12/30/14 Dec:12:1420001642 is to learn these stupid time formatting strings." as a link... Lupo (talk) 08:00, 11 July 2019 (UTC)
Just checked. iPad misinterpreting part of them as phone numbers, appeared as link. Herobrine (talk) 09:29, 11 July 2019 (UTC)

Captcha not working?[edit]

I've been experiencing some problems when trying to solve captcha when posting comments and topics. It's gotten much harder than before, I fail a lot more often, and occasionally, when I finish it, it reloads the page with an "Incorrect or Missing Captcha" error, and forces me to retry. Has anybody else experienced this problem? Am I the only one with Captcha issues? Has it been working properly in recent times?108.162.241.244 18:40, 8 November 2019 (UTC)

DgbrtBOT[edit]

The bot seems to have been down since December 13, 2019, and Dgbrt hasn't made a single edit since March, 2019. He hasn't responded to the comments in DgbrtBOT's talk page, either. Is there any way for an someone to contact him? Herobrine (talk) 13:12, 1 January 2020 (UTC)

The bot has resumed its extremely helpful work again this week, but no word yet on why it was MIA for a solid month. Ianrbibtitlht (talk) 14:06, 10 January 2020 (UTC)

[edit]

Google seems to have changed something in AdSense again, and the ads have been appearing in random positions again since December, 2019. This page might have a solution? Herobrine (talk) 13:20, 1 January 2020 (UTC)

Links to xkcd pages sould be withoult "www." part[edit]

There is an issue with loading resources on pages, that are opened with "www." part in URL. For example commic 1975. If viewed from https://www.xkcd.com/1975/, comic is not interactive. On the other hand, https://xkcd.com/1975/ works like a charm.

Page failes to load resorces from https://xkcd.com/1975/alto/root with error caused by CORS policy:

  • Access to fetch at 'https://xkcd.com/1975/alto/root' from origin 'https://www.xkcd.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

All links to commics in headers (button Comic #1975 (April 1, 2018)) include "www." part, for example this explanation: https://www.explainxkcd.com/wiki/index.php/1975:_Right_Click

IMO links in headers (buttons Comic #xxx (date)) should be updated to exclude "www." part.

Can't create my userpage[edit]

I just registered, and can't seem to edit/create my own userpage. I've been editing MediaWiki wikis for a very long time and it's currently part of my career, so I'm pretty sure I'm doing everything right. Is there a prerequisite number of edits or something before I can create my userpage? Equazcion (talk) 22:18, 6 April 2020 (UTC)

I do not know the answer to that, but ... if one of us finds out "sooner" than the other, then, let's "share" the answer. Yours might appear here, and mine ... might appear about eleven "sections" up, in this same "Technical" portal ... at the URL in the section "Cannot create a user page." (see the DIFF listing...)
Maybe I should have "seconded the motion" here, instead of adding my own question, -- which is very similar! -- to a different section, up there? Pardon me ... --Mike Schwartz (talk) 08:15, 7 April 2020 (UTC)
explain_xkcd:Community_portal/Admin_requests#Permission_request might help. AlChemist (talk) 11:06, 22 June 2020 (UTC)
Yes, according to that page, your account must be at least one week old, AND you must have made at least 10 edits. There's a new page, explain xkcd:Autoconfirmed users, which says it's three days (rather than one week) and 10 edits – after that, you become an "autoconfirmed user", and gain the right to create pages (among other things). – Yfmcpxpj (talk) 02:01, 29 September 2020 (UTC)

List of all comics incomplete/overflowing[edit]

The List of all comics and the full list are incomplete, stopping with 2289. Taking a look at List of all comics (full) nets that it belongs to the category 'Pages where template include size is exceeded', so I'm assuming it just hit the limit. I'm sadly not well versed in MediaWiki, so I have no idea what a workaround would look like

2138 page issues[edit]

This first came up when following a link from on of the other Code Quality pages.

when you go to https://www.explainxkcd.com/wiki/index.php/2138:_Wanna_See_the_Code%3F you get a blank pag that says "No input file specified."

however when you go to https://www.explainxkcd.com/wiki/index.php/2138 you get the actual page via redirect but when you reload the page it goes back to "No input file specified."

not sure what causes this but i tested in chrome (incognito mode to avoid extensions), old edge (not chromium) and chrome iOS via mobile data. all test had the same result.

sorry if this is the wrong place for this but not sure where else to put it. TomW1605 (talk) 14:44, 21 June 2020 (UTC)

This problem seems to be common to all comics ending with a question mark: 2236, 2138, 2065, 1841, 1205. My best guess is that the url is being interpreted as a query, but since there is nothing after the question mark this results in an error. Whether this is a new error or just hasn't been noticed before I don't know. Renaming the pages without the question mark could work, but would require every reference to these comics on the wiki to be updated. AlChemist (talk) 10:07, 22 June 2020 (UTC)
i think it is new, i recently (not sure when but after 2138 was released) went through the Code Quality series using the links and it worked fine then. i don't think it is being interpreted as a query because the question mark is encoded. i would amazed if it would still interpret this as a query because that would completely defeat the point of encoding the url in the first place. TomW1605 (talk) 09:35, 22 June 2020 (UTC)
here is a full list of broken pages: 58, 111, 259, 1205, 1705, 1841, 1913, 2065, 2138, 2236. i wrote a quick javascript to extract a full list of urls from List of all comics (full) (then added the recent ones manually, see above). then ran a python script to get the content of each page and check if it is broken (with a 2 sec delay to minimise server load) and saved the list if broken ones. TomW1605 (talk) 13:34, 22 June 2020 (UTC)
Note that you can view the comic by changing the URL from index.php/... to index.php?title=... (example). —Galaktos (talk) 13:03, 14 May 2021 (UTC)

"All comics" from left sidebar is not updating[edit]

https://www.explainxkcd.com/wiki/index.php/List_of_all_comics

image

Attention needed to some List pages[edit]

I just (mis)clicked on "All Comics", and thought it looked odd. DGBRTBot needs a prod, or something, given the current months-old state and commented prediction in https://www.explainxkcd.com/wiki/index.php?title=List_of_all_comics&action=history

(Oh, and the List of all comics (full), which I then checked has a redlinked Category of "Pages where template include size is exceeded" and seems to have been previously given a badly-included "...and everything before #501". Not sure if the first problem is easily solvable, but as I'm here I thought I'd mention it, and you could properly add 1-500 and 501-1000 to sort the Include Size issue, maybe?)

I could be way off-piste, but as it looks like nobody has noticed anything yet I thought I'd at least raise the issue, and then leave the fixing to someone with a bit more Wiki-Fu..? 162.158.155.120 20:48, 3 August 2020 (UTC)

For List of all comics, looks like DgbrtBOT is working again, and User:Btx40 already went back and added the missing entries, so that should be all good now.
For List of all comics (full), not sure if I correctly understand what you mean by "you could properly add 1-500 and 501-1000 to sort the Include Size issue"? But I think the "badly-included '...and everything before #501' " you mentioned wasn't so much badly-inluded – its code looked correct to me – rather, the inclusion makes the page so big that it causes the page to exceed the "template include-size" limit. See the following Wikipedia articles for more about how this "template include-size" limit works in MediaWiki:
So as a result of exceeding the limit, the parser excludes the template that caused the limit to be exceeded (i.e. it excludes the 1-500 list at the bottom of the page), so as to keep the page under the size limit; and instead of the actual content, the parser just inserts a link to the content. And it so happens that in this case, the content includes the control-characters for constructing the table rows – so because those control characters are excluded along with the content, then the link shows up in the last existing cell of the table, and appears to be badly-included.
I'm not sure how to fix it, but some options could be:
  • Somehow reduce the content of the page so that the full list of #1-to-#current doesn't exceed the limit.
    • Each "row" of the table produces about 700 characters in the resulting HTML; around 200 of that is the hidden "create" link (from Template:comicsrow) that I think would appear if the comic's page didn't exist yet. I would say that at this point, since all the comics already have pages, then that "create" link is only useful for the most recent comic, and could probably be omitted to significantly reduce the size of the page.
      • (Actually, it looks like DgbrtBOT might automatically create the page for each new comic, so the "create" link might not be needed at all anymore.)
    • There are some other elements that could be removed from each table row to save space, such as the title attributes of the links, etc.
    • Not sure if all of that would create enough headroom for the 1-500 list though?
  • Increase $wgMaxArticleSize on the server? (See here.)
    • Not sure of the risks of that; and in any case, it's only that one page that currently exceeds the limit, so may not be worth it.
For now, I've added a note to the page explaining that 1-500 are missing and why, and I've tweaked the bottom of the table to make the link to 1-500 a bit more presentable in the meantime.
Yfmcpxpj (talk) 06:41, 3 October 2020 (UTC)

Strange error—maybe edit conflict?[edit]

I happened to be looking at my edit history, and I noticed that something insane happened back in June: I made an edit to 2319: Large Number Formats, and it somehow combined my edit with someone else's. The entirety of my edit (as I crafted it) was confined to the article's categories; I added one and put the set in alphabetical order. But the edit, as it was logged, is a massive alteration, with all sorts of questionable changes. It was (rightly, I think) undone by Jkrstrt a couple days later. Did I somehow overlook an edit-conflict error and accept some (now anonymous) users edit? I can see myself making some kind of oversight at that time of night, but it seems antithetical to the wiki process to have an edit misattributed in this way. (I certainly don't like having that change connected with my name, but I also wonder how this intersects with important issues of public ownership integral to wiki communities.) I'd appreciate any insight fellow editors could provide. jameslucas (" " / +) 22:24, 3 August 2020 (UTC)

As I'm passing through, I shall note that I'm the IP that added the "(The 1971 transition[...]" paragraph you see 'added' there. It was actually part of a larger edite that was later (than my edit, earlier than yours) understandably removed for being irrelevent. During this 5-day-earlier revision. But I had absolutely nothing to do with pretty much every other change in your above-logged diff, SFAICS from a quick skim, so honestly don't know why it features there. But hope this info is useful. 162.158.159.66 23:05, 3 August 2020 (UTC)
That's actually quite helpful because it caused me to go look at older versions of the article. It looks like my edit a very early version as a starting point (thereby reverting all changes made later). My best guess is that I had gone back to an old version because Randall changed this comic after it was published and was trying to convince myself that I wasn't crazy. No, not crazy, but spacey. Wikipedia puts a big red warning across the page when you're ending an old version, and this wiki uses only a bit of bold text—that apparently wasn't enough to draw my attention. Thanks! jameslucas (" " / +) 01:33, 4 August 2020 (UTC)

Unable to view "what if?" page[edit]

The link to the page for the what if? blog displays an error: "No input file specified." JBYoshi (talk) 03:38, 21 August 2020 (UTC)

This also happens to me on 1205: Is It Worth the Time? Must be something with the ?s in the titles. 172.69.22.66 15:46, 25 August 2020 (UTC)
I've noticed that as well. I made a page in my userspace that redirects to the what if page, and for some reason that seems to work. (here is the link to the page) Blue screen of life (talk) 20:09, 31 August 2020 (UTC)
I have also noticed this but it is not just on pages with questions marks. Both 259 and 1705 show the same thing. A full list (as of 22 June 2020) of the ones i found is in the last reply to my report found here #2138_page_issues TomW1605 (talk) 12:20, 22 September 2020 (UTC)
Both 259 and 1705 have an (e-with-accute-accent, Unicode U+00E9) in the URL, so for those pages, I wonder if that has anything to do with it?
For the "what if?" page, I had recently added a redirect from what if (blog) to get to it, and the What If disambiguation page has been updated with it, so at least we can get to it that way; and for the comic explanations, at least we can get to them by linking to their number-redirects (as 58 instead of 58: Why Do You Love Me?); but not sure how to fix it overall. At the following page, it suggests tweaking an Apache rewrite directive in .htaccess (or a CGI setting in PHP if it's running on IIS):
So maybe something about that has changed recently? Documentation:
Summarizing a few points from this related discussion:
  • Only one of the site's 10 administrators has made recent edits (SlashMe).
  • Neither of the site's 2 bureaucrats (Jeff and Lcarsos) have made any edits recently.
  • For admin access to the server itself, my limited understanding is that Jeff might actually own the server, but may have also given admin access to Dgbrt; however, neither of them have made edits recently.
But "most recent edit" might not be a good indicator, so I wonder of some of these folks are still involved in the project?
Yfmcpxpj (talk) 05:10, 29 September 2020 (UTC)
Looks like it happens for any page that has a percent-encoding in the title. PoolloverNathan[stalk the blue seas] 16:32, 16 March 2021 (UTC)

Known broken pages[edit]

(Redirects work, whereas links to the actual page are broken.)

Title containing e-accute-accent:

Title ending with question mark:

Moved[edit]

I moved the what if? page to the what if (blog) page which I then changed to simply what if to fix this issue and because anyone new to this site would type that any way to see it.The 𝗦𝗾𝗿𝘁-𝟭 talk stalk 06:47, 29 September 2020 (UTC)

Still trying to wrap my head around it – so just to summarize, we currently have:
For completeness, we also have...
...and the disambiguation page...
...and these troubleshooting pages from User:Blue screen of life:
Given that the actual content of the "what if?" article now lives at what if, I've started updating pages (except for Talk pages) to link directly there instead of the other redirect pages. All that's left to do are pages that link to the what if? redirect-page (which is broken). Its "What links here" special page is broken too, so it's difficult to find what pages link there – but now that it redirects to the what if page, you can see them indirectly from that page's "What links here" special page. These are the pages that still link there. There are still a lot of them to go.
Also, should the following redirect-pages be simplified to have them redirect straight to the new what if page, instead of redirecting through the intermediate what if? page (which itself redirects there anyway)?
Yfmcpxpj (talk) 17:20, 29 September 2020 (UTC)
Fixed the double redirects, don't ask me why we have so many pages for the same thing. PoolloverNathan[stalk the blue seas] 16:29, 16 March 2021 (UTC)

Discussion not displaying with comic[edit]

I am using FireFox on a Win10 machine. When I come to the site I can see the comic, explanation and transcript. But the discussion section is hidden. Even when logged in.

Any ideas?

You say "when I come to the site". If the address bar says you are on Main_Page and you see the heading "Latest comic", then it's simply working as designed. Above the comic, click on "Go to this comic explanation" and you will see the comic plus discussion.
Also, Steve, please sign your comments every time, with four tildes. That expands into your user name and a timestamp. Like this -- JohnB (talk) 10:10, 29 September 2020 (UTC)

Random page sometimes takes me to an invalid address[edit]

Sometimes, when clicking on "Random page" in the left sidebar, the site will be blank apart from the text "No input file specified. ".

An example of such an URL is: https://www.explainxkcd.com/wiki/index.php/111:_Firefox_and_Witchcraft_-_The_Connection%3F


I've noticed this happens for all URLs to comics that end in a question mark (or possibly any special character). Interestingly, this doesn't happen if you go to the comic from the search bar. Danish (talk) 23:04, 27 January 2021 (UTC)

Bug on the main page[edit]

Bug Enviroment(Might work on other enviroments): Ubuntu 20.04LTS Firefox85.0 2021.2.7

Bug: The front page reads: `Welcome, Main Page, to explain xkcd!` with `Main Page` formatted as a username,can someone fix this?

Xkcdjerry (talk) 09:48, 7 February 2021 (UTC)

Occasional error via Cloudflare[edit]

Just a note that I'm getting Cloudflare errors of "origin not reachable" (sounds wrong to me, in my head it should be 'destination', but never mind) three times now in the last ten to fifteen minutes - of maybe a dozen general site-requests.

I've also been getting seemingly .CSSless formatted pages over the past few days, which I've been putting down to slightly dodgy wifi at my end (not unknown) but if I'm getting Cloudflare's error cleanly then perhaps it's been entirely upstream/downstream/however-you'd-describe-the-Explain-server. (Obviously CSS resource requests, as with images, are additional HTTP calls, but I still lump it into the single site-request per page in my 'dozen' estimate above. No obviously lost images, though, in incomplete pages - not that can't be explained by .CSS non-following, anyway.)

I had copy-buffered some of the exact info, but due to incompetence I recopied over it before coming here. If it happens again, I'll try to bring it over here. But (the way these things go) maybe it won't. FYI, though. 141.101.98.52 12:04, 5 March 2021 (UTC)

Not a Cloudfare error (looks like an error of the actual explainxkcd server) but every now and then (like just a few minutes ago) I get an error page that generally goes away if I immediately refresh. To whit:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
Not really a problem (occasionally happened while submitting an exit, and I have to confirm to the browser that I wish to repost the data, but this particular copied instance was through a more 'read-only' link-click, like most of the instances) but... in case someone finds this to be new and useful information... here you are! 141.101.98.192 03:45, 12 March 2021 (UTC)
OP, here, of the above 503 error report/casual mention. Obviously this is the same message that happened for an extended period of time over a number of days, but I've only just happened to find the site responding again and have not yet looked to see if it is explained as the same or different cause to the old intermittent issues (at root). I hope things are resolved from the major outage (server quota? bill payments? renewal/reconfiguration blips?) but wonder if I should report any future minor outages? I'm still smarting from the total loss of the fora.xkcd.com platform, a few years back, and while I'm not active enough here to consider a proper login (lurking as a freeloading anon-IP is good enough, usually, for my intellectual enjoyment, with all due apologies) I did have a slight pang of emptiness while it was out-of-order. 141.101.99.79 15:48, 16 June 2021 (UTC)

Add TemplateData[edit]

Add the TemplateData extension to allow setting data for templates. This will help editors because they will be able to see the data of templates.

MediaWiki 1.30.0?![edit]

This wiki is currently on MediaWiki 1.30.0 (release notes), the first of three releases of a version of MW that reached end-of-life in June of 2019 (mw:Version lifecycle). It's thus missing multiple important security updates from 1.30.1 and 1.30.2, not to mention the two years' worth of security updates since 1.30.x reached end-of-life. Even 1.31.x will be reaching end-of-life in just over a month.

If the sysadmins here update to MediaWiki 1.35.2 (release notes), that version will be maintained till September of 2023, with only a few security updates in the meantime. I would strongly encourage y'all to update to 1.35.2; to promptly update if there's a .3, .4, etc.; and to make sure you switch to the next LTS release (which will presumably be 1.39) well in advance of September of '23. (Note that this will also require updating to PHP 7.3.19 or later.) PinkAmpersand (talk) 07:17, 30 April 2021 (UTC)

Uptime[edit]

Did the website just go down? Beanie talk 13:06, 28 May 2021 (UTC)

It was definitely down this weekend! https://www.reddit.com/r/xkcd/comments/nxrm65 ProphetZarquon (talk) 16:21, 15 June 2021 (UTC)

Comic template lappend breaks for standalone comic links[edit]

For example, https://xkcd.com/blue_eyes.html is changed to https://xkcd.com/blue_eyes.html/ which isn't valid 172.69.90.15 15:51, 13 October 2021 (UTC)

Template here, I think it needs to be changed to solve this https://www.explainxkcd.com/wiki/index.php/Template:comic

exkcd page here https://www.explainxkcd.com/wiki/index.php/Blue_Eyes

May not be your problem, but FYI.[edit]

My typcal setup: Android tablet, with Chrome for Android (latest update), but also Firefox for Android (ditto), using default Gboard (likewise) for input.

Occasionally (notably within the last few weeks/maybe a month or so), when going in to edit an explainxkcd page through Chrome (it's how I divide up my browsing), I'm getting the cursor in the textarea box which can be used to Cut/Copy/Paste (as applicable and useful), but the on-screen keyboard isn't popping up. Page is fully loaded (can be refreshed, doesn't have the "stop loading" alternative), can go back (page viewing) and try to go back to the page editor (often to same result). Sitting and waiting doesn't pop the keyboard up, either (sat there for minutes). Happens both on home wifi and mobile connection.

If I transfer my attentions to the page to Firefox (copy URL, to use there... but I don't use that by default for expxkcd stuff) there's no problem, but then if I come back to Chrome again it seems to start working again anyway so not sure if it's just avoiding/flushing a transient problem that would also initially crop up with Firefox if I used that more.

Because editing is a different (mobile-optimised) process on Wikipedia and I can't be sure about any the equivalence of any other wiki out there (and it doesn't happen with anything else I regularly key into on Chrome) it's not something I've reproduced outwith this site, and of course desktop page-editing doesn't require touch-screen keyboard because there's a physical one.

Not getting much feedback with Chrome (really can't get on with their bugrep processes, it's too huge a project to make headway, IME), not even tried to pester the Gboard team and I've not seen anything said on here about this being a site-issue (not sure how it could be, as it's outside the remit of the core web-page rendering process and more an Android or App level of incompetence), but I thought I'd make a note of it here for future reference. Make of it what you will. Annoying but not game-breaking. And I just wanted to vent a little. 172.70.162.147 16:54, 25 December 2021 (UTC)

special:interwiki[edit]

where'd it go? 172.69.68.200 05:07, 7 January 2022 (UTC)

Please update MediaWiki + AbuseFilter[edit]

Seriously. Many scripts and such built for modern, supported versions of MW do not work here because it is so unbelievably undated. PinkAmpersand above basically covers the reason why. I also highly recommend adding the extension AbuseFilter (https://www.mediawiki.org/wiki/Extension:AbuseFilter) as it immensely makes removing vandalism easier (by straight up disallowing or blocking those that do, esp if it's like the current formulaic massive-replacement vandalism.) CRLF (talk) 00:48, 21 May 2022 (UTC)

Ditto. I feel like the main problem is that the sole person who has access to the backend either doesn't have time to update, doesn't have interest, or doesn't have the technical knowledge necessary. But yes, I agree - updating and installing an extension to help control vandalism would help this wiki tremendously. Obwankenobi (talk) 20:09, 9 February 2024 (UTC)

↑ ?[edit]

Why do some pages have ↑ at the very start? They can all be spotted by searching ↑ Is it a technical thing, vandalism, some sort of glitch? Maybe I'm just uninformed or being an idiot.

Edit logs tell me that an IP user manually reverting vandalism somehow inserted one or more extra characters while manually reverting vandalism. Davidy²²[talk] 13:59, 22 May 2022 (UTC)
Should it be removed? It's not necessary and might be confusing for screenreaders... Mushrooms (talk) 09:00, 23 May 2022 (UTC)
Maybe not en-mass, I'd say. But I've dove in to delete a rogue leading <br /> tag left from a part of a prior vandalism (likewise, just before the {{comic}}-element) and I've promised myself that I'll remove any more that I spot (and now that arrow) in any future whole-page edit I make. Plus a small shopping-list of inessential but useful edits like making {{Citation needed}}s flow better when they're mispunctuated/etc.
But that's my solitary opinion. I'm sure hunting out and squishing this isn't a problem at all. I'm just balancing my own peculiar brand of OCD with what is somehow my also my own version of casual apathy towards other details. (Also, it probably looks better for a named account of recognised good standing to start editing potentially hundreds of pages in a session, rather than myself... potentially indistinguishable from the IP who seems to relish worn out memes in a general page-trashing.) 162.158.159.121 12:20, 23 May 2022 (UTC)

Is there anything else we can do to prevent vandalism?[edit]

There's been quite a significant uptick in vandalism recently, and I don't feel we have any effective tools to combat it. I believe one of the biggest issues here is due to the way logged-out editing works on this wiki. Blocks are completely ineffective at slowing vandals, and IP editors can vandalize with basically nothing we can do to thwart them other than revert-warring. Is there a better way?

There's been some discussion of installing AbuseFilter, but I'm not sure anything became of it. We could disable logged-out editing, but that would likely be counterproductive as we get lots of legitimate contributions from logged-out users. If there's a way to switch to location-based IPs, we could rangeblock problematic users as well as proxies. Does anyone have any ideas? 162.158.78.145 16:11, 1 June 2022 (UTC)

I'm sort of making server side changes via telegraph so an extension is probably going to take a while to get installed. Takes a bunch of emails and followups to get single variables changed in the mediawiki settings file. There is an email verification option, and some edit frequency variables that could be set to make spam more time consuming. Don't love range blocks but wouldn't mind getting the CDN IPs dealt with so we can actually use the IP bans again. Davidy²²[talk] 17:16, 1 June 2022 (UTC)
I'm very grateful that you're working on changes under the hood. What do you think is the best way to deal with disruption in the meantime? Vandalbane (talk) 17:19, 1 June 2022 (UTC)
Could borrow a patrol bot like the ones people on main wikipedia have, could ask around. Davidy²²[talk] 18:53, 1 June 2022 (UTC)
There's not really a drop-in solution that you can use, especially since the server's MediaWiki version is not in sync with Wikipedia's (so a lot of the APIs etc have completely changed; when initially reverting vandalism I tried importing some scripts from enwiki but they failed as a result), but also because the bots have gotten pretty complex (using machine learning provided by the Wikimedia Foundation, for example). CRLF (talk) 03:56, 2 June 2022 (UTC)
Oh I do notice mediawiki hasn't been upgraded in a while. Looks like new version of mediawiki should be dropping extremely imminently, would be nice timing for an upgrade Davidy²²[talk] 04:45, 2 June 2022 (UTC)

Rollback[edit]

Does the rollback permission exist on this wiki? Vandalbane (talk) 17:00, 1 June 2022 (UTC)

The rollback permission of course exists but there's no group called "rollbacker" like you'd find on Wikipedia (limited to admins). You'd need the sysadmin to change the configuration to add one, which as established is not really an option right now. CRLF (talk) 03:58, 2 June 2022 (UTC)

What happened to custom JavaScript?[edit]

I put some code in User:Some user/common.js, but it is not alerting 'hi' every time I load a page. Why can't we execute JavaScript anymore? Is it in response to the crapping incident? Some user (talk) 21:16, 27 June 2022 (UTC)

Entirely because of that, yeah. Davidy²²[talk] 04:51, 28 June 2022 (UTC)

My IP[edit]

Why is my IP address a Cloudflare address in Norway? Is this a joke of some kind that I'm missing?

Other wikis like Wikipedia are showing me my actual IP when I go to Special:MyContributions, so I suspect this is a wiki misconfiguration. It changed again while I was typing this. 162.158.222.194 16:55, 19 November 2022 (UTC)

All IPs (as this one will be) are from Cloudflare gateway IPs, because that's the default IP that the Wiki understands as the source. Cloudflare mediates all the traffic, and perhaps to some advantage (not being privvy to the logs, I can only guess how much it insulates the true server from extreme problems, but I bet it does in some way).
There have been suggestions before to change some setting (in the MediaWiki implementation? ...can't recall exactly) to have it pick up and use the IP that the gateway reports (in its meta-request) was the origin, but that's not been enacted for Idunnowhat reason.
Because the black-box that is the Cloudflare traffic shapes in various ways, you will find that a single user will jump around 'apparent' IPs, and I've also been in the relatively embarassing situation of replying to another IP's info and finding that I've registered on the exact same IP so that it looks like I'm stooging myself, or something.
On the whole, though, it's a harmless quirk. And given the trivial nature of deliberately spoofing origins (even on top of assuming you get an effectively static NAT from your ISP in the first place) I don't personally see it as a problem to 'solve' this. But neither would I complain if the 'fix' were implemented if this query reminds someone that they were going to try and do the necessary tweak.
As a lay-answer, I hope that fills you in a little. If those who have more knowledge/control of the process want to add anything or correct me, I'm sure they'll do so as soon as they can, but here's a reply to keep you going for now... 172.70.85.24 01:19, 20 November 2022 (UTC)


Main page in categories[edit]

Ambox notice.png This discussion is marked as duplicate. See this discussion.

Main_Page was found wrongly appearing in some newly-created categories, such as Category:Cosmology. Could you fix it? --ColorfulGalaxy (talk) 17:49, 12 January 2023 (UTC)

Never noticed this myself, but I'll take it as read. Before checking myself, I'm wondering if this could be when the main page 'inherits' tags from the Current Comic that it features. And thus solve itself (whilst gaining others) upon a newer Current Comic. (Must surely inherit "Monday Comics"/etc, on schedule every week.)
If it is that, perhaps the solution lies in the details contained within https://m.mediawiki.org/wiki/Help:Categories#Categories_and_templates_(transcluded_pages)
Or maybe I'm wrong about it. But I have no rights to edit (thus at least examine the 'code' of) the Main page, to check my snap theory, as with most people. 172.70.162.46 19:21, 12 January 2023 (UTC)

This happened again in Category:Airplane banner. I27.O.O.I (talk) 09:00, 28 February 2023 (UTC)

Yes, and it lasted as long as the latest comic was still one with particular categories. I don't intend to worry about it. If someone goes to a category that interests them and looks at the main page, as temporarily advertised, they're likely to find (as part of it) a comic which is indeed in that category. Doesn't sound like a big problem to me, except for determinin why some cats (e.g. Friday Comics) don't link to the Main page when they might be expected to...
(PS, I know for sure that I27.O.O.I isn't the same person as ColofulGalaxy (and various others, beyond even those with the bloomin' obvious "CG" initials or other recent spoofs on the RFC1918 addresses), and I don't think I mind too much, but faking disagreements between your various IDs isn't helping, anyone... smells too much of trying to establish alibis in advance of your next attempt to vandalise the site with stupid stuff. And doesn't impress me, so I doubt it impresses anyone else either. As long as you're just doing sane things, however, I'll accept your little idiosyncracies.) 162.158.74.32 19:37, 5 March 2023 (UTC)
(PPS: You left your fingerprint on this latter attempt to 'rescue' this page. - Spammer a few minutes before midnight, my IP reversion happened shortly after. A little later "Elisabeth" then re-spammed (modified), then another IP immediately jumps on it to restore it but with the modified undo-summary line clearly indicating that some sort of a game is being played. Please don't, it's not clever.) 172.70.90.34 02:22, 7 March 2023 (UTC)

This doesn't happen to date categories, but it happens in manually added categories such as Category:Statistics. ColorfulGalaxy (talk) 21:49, 27 March 2023 (UTC)

Cannot create user page[edit]

It says: There is currently no text in this page. You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page. 2659: Unreliable Connection (talk) 22:56, 26 March 2023 (UTC)

(Removed alternative text in the link involved, to not hide behind trickery.) I think you know that there's no problem with 2659: Unreliable Connection itself, except that it had become one of several pages targeted for spamming, the only one then locked down, then finding that the spammers just retargeted to its Talk page, etc.
I'm torn between "not assuming bad faith" and "don't feed the trolls", as competing principles, so I'm spelling out the situation. However much a tribute you might think it could be, I don't think there's a future in having a new username that's directly referencing a comic which has become so frequently seen in the recent history of this wiki's edits.
Obviously any genuine contributions are more than welcome. So prove me wrong, why don't you? 172.70.91.151 03:20, 27 March 2023 (UTC)
Could you help now? 2659: Unreliable Connection (talk) 09:13, 29 March 2023 (UTC)
I've created your talk page. I guess that what you intended is to have a backup or mirror page for comic 2659. Am I right? ColorfulGalaxy (talk) 20:16, 2 April 2023 (UTC)

Fanmade comics[edit]

A fanmade comic appeared on xkcd. Could you edit the template? 172.69.23.100 07:21, 28 April 2023 (UTC)

You're going to have to say more about it, at least for me. Apart from the Sandbox attempt to make a page, I haven't seen the comic you're describing anywhere. Certainly not anywhere official. Link, for our benefit? 172.70.85.66 10:04, 28 April 2023 (UTC)

Why doesn't this code block work?[edit]

Does anybody know why the code block at the end of this page doesn't work? I've tried everything and it still looks like plain text

Can't add RSS feed because of pubDate value on 27 Nov 2015[edit]

When I try to add the RSS feed in Nextcloud News feed reader I get an error Impossible to convert date : Fri, 27 Nov 2015 17:24:34 Pacific Standard Time.

W3C Feed validation says that pubDate must be an RFC-822 date-time and points "Pacific Standard Time" portion as the cause of the error: <pubDate>Fri, 27 Nov 2015 17:24:34 Pacific Standard Time</pubDate>. Can you please fix the timestap for this?

Admin request posted here because of vandalism[edit]

I can not currently access the admin requests page because it has been vandalized... can someone please protect the latest comic page (2805). There is some pretty childish vandalism going on there right now. Thanks!

It's not the latest, seems like ALL. I went back to 2804, 2803, jumped back like 15 comics, all the same thing. To me the most offensive part is doing it with a nonsensical image. And why pipe it through Archive somehow? NiceGuy1 (talk) 02:33, 24 July 2023 (UTC)
UGH. the vandals are back at it again... we need to lock xkcd pages @NiceGuy 172.70.39.2 00:59, 25 July 2023 (UTC)

Way to contact the site hosters?[edit]

As many have pointed out the software this wiki runs on is horribly outdated. WikiEditor also isn't here for some reason. Quite a bit of messages here have seen no action. Is there some kind of contact form to reach the hosters? -- Aaron Liu (talk) 00:36, 10 October 2023 (please sign your comments with ~~~~)

There are various levels of admin who do intervene, as and when jecessary, but I understand that the (active) ones closest to the actual hosting level of intervention are not really ready to do the (increasingly greater) degree of uprooting necessary to get a "working" system to be "marginally better working", by way of that very dangerous middle-ground of potentially being ruined entirely.
I appreciate and anticipate the counter-arguments regarding letting it go totally unupdated, of course, just I've personally seen enough failures (participated in some, or been the actual invokee, myself) to be very sympathetic to the "if it aint (too) broke, don't fix it" tendency. But that inertia is not the only factor, of course, and the full motivations (or lack of them) of those involved is not for a lowly IP like me to explain, even if I think I know... 172.69.195.42 01:24, 10 October 2023 (UTC)
Have they posted some sort of statement? It also is most definitely not “marginally” better working, compare the source editor to that of Wikipedia and look at topic subscription etc features. Not to mention a lot of security fixes haven’t been added and this version has reached EOL long ago. Updating also would not ruin this entirely…Aaron Liu (talk) 17:22, 12 October 2023 (UTC)
Some have also said that quite a bit of assistive scripts for modern versions don’t work. Visual Editor, while horrible, is still easier for new people to get started with. Aaron Liu (talk) 17:23, 12 October 2023 (UTC)

I've found a new reason: This wiki doesn't even allow loading userscripts! Aaron Liu (talk) 01:34, 9 December 2023 (UTC)

That might actually have been a conscious decition, after a 'certain user' caused chaos here, not so long ago. 162.158.74.25 19:01, 9 December 2023 (UTC)
It was about a year and a half ago. I'm sorry, I shouldn't have done that. 172.68.174.143 06:41, 10 December 2023 (UTC)
Huh? What happened? Is there a place to request gadgets then? Aaron Liu (talk) 02:04, 10 December 2023 (UTC)
"What happened" involved automated vandalism (from someone who been doing it manually, then found the "better way") though I couldn't tell you the exact details, there were automated 'unvandalism's made in response, and theusafBOT/etc does some of that still, in response to non-automated(/off-site scripted) vandalism/errors that it can actually catch before ordinary users (or IPs like me) can. But certainly a certain brand of scripting was turned off to curtail the 'high intensity' vandalism phase.
You're more or less in the best place to request things, right here. Whether updates, (re)adding functionalitu or tweaking site settings. Can't tell if those who can do these things can't or won't do them... Or are actually absent, instead of just not replying. The cavalry has been known to come running in when necessary (e.g. when "what happened" happened) so it could be any manner of non-response (until you get one). Not necessarily the best state of affairs, but better than being confirmed absentees.
I ran a bot to mass-edit pages by replacing their content with the word "crap" repeatedly. I was 15 then, and I thought it was funny. It wasn't. 172.68.174.143 06:41, 10 December 2023 (UTC)
As an occasional but infrequent actual-Wikipedia editor, too, I must say that if the Visual Editor is what I currently have to use for that (at least as an anonIP when using a mobile device, which tends to be when I get the urge most) then I like the unaugmented editor here more. Straight up, honest, un'wizarded' interface, where you only have to get used to markup details and not a WYSIWYG editing environment (as well?). Not sure I'd be happy with an even more 'assistive' script imposed upon me, like I dislike modern generations of Windows (and 'user friendly' linux dists). So can I just ask that functional/visible changes of the kind you seem to be asking for, if made available, aren't overimposed/left as options rather than the default (or only) choice...? Ok, so I can (or would have to) adapt, but I'd rather not. Of course, I have no weight to pull in this matter, it's just an afterthought (even as I wish you good luck with raising an admin's eyebrow, in some useful manner). 141.101.98.135 05:14, 10 December 2023 (UTC)
I am not asking for VisualEditor, which no one likes on Wikipedia either. For some blasted reason they made it edit HTML instead of Wikitext and it’s clunky and loads for a very long time.
I’m asking about the WikiEditor, aka Wikipedia’s source editor. In VE, click on the pen next to the publish button and click on “source editing”. That editor makes this one look like freaking Stone Age, syntax highlighting is especially a game-changer. Aaron Liu (talk) 16:03, 12 December 2023 (UTC)
There’s also the annoying ReCaptcha v2 every single edit… it seems like it would be relatively easy to switch to v3 which only makes you do the challenge when you’ve visited a bit too much. Aaron Liu (talk) 16:32, 12 December 2023 (UTC)
Unfortunately, that would make things easier for someone who wanted to do mass vandalism like I did. If it didn't do it every time, someone could still edit quite quickly. 172.68.174.192 18:32, 12 December 2023 (UTC)
Well, I can tell you that it doesn't always demand that I fulfil more than a tickbox (most trouble I have is when it fails to connect to give me the tickbox (or respond with anything useful when I do), for which I'm forced into one or more Previews until it will. When it does ask me to do something about it, I do often get forced through two or more request to identify traffic lights, motorbikes, stairways, bridges, hills, tractors, buses, etc, etc, etc... But I think that's more the Tesla-training Algorithm being nust greedy for my attention than the Robot-sentry having a less casual attitude to my attempt to edit. (I believe I'm on a usually untroublesome source IP/Cloudflare gateway, but it could also depend on how many others try to do things via (part of) the same route. Very, very rarely I get Google Search requesting something similar of me ((It: "You have made a lot of searches", me: "Of course I'll have play your little game, but this is my first lookup today...")), which I'm sure isn't Cloudflared, so it might reach back to my ISP's gateway and what fellow users are currently getting up to.)
As for the guy above (and you, Liu), can't speak for how well or badly others on your own 'choice' of gateways behave. Or yourselves. Luck of the draw? For the first part, at least. 172.69.195.174 20:31, 12 December 2023 (UTC)
MediaWiki 1.40 automatically tags all edits that remove over 90% of page text with "mw-replaced". You could block all edits in mainspace with that tag, either if MediaWiki has it or through the AbuseFilter extension. While I can complete the CAPTCHAs, it's very annoying to need to Captcha every edit on a place where the main focus is edits. Aaron Liu (talk) 03:06, 13 December 2023 (UTC)
Plus, v3 doesn't just do nothing. It tracks how your cursor moves to see if it's robotic, while v2 annoyingly gives you the challenge every time. Aaron Liu (talk) 20:01, 8 January 2024 (UTC)
Presumably for touchscreen control (like mine, right this moment), it does something else than track a nonexistent mouse-pointer's passage across the monitored elements of the display... ;) 172.70.90.190 12:26, 9 January 2024 (UTC)
There are a few MediaWiki plugins that help keep vandalism/spam under control without requiring users to solve a Captcha every time they make an edit. I use https://www.mediawiki.org/wiki/Extension:Moderation on the wiki I maintain, and it works very well. However, it does require that there be enough active moderators to approve edits, as it basically requires every single edit to be approved before it's posted. Thus, it also introduces some "lag" between when stuff is written and when it can be seen by others. I think it could work if the extension could be installed (I'm not even sure if it's supported on this version of MediaWiki) and if a good list of moderators could be put together. Obwankenobi (talk) 20:02, 9 February 2024 (UTC)
I disagree with requiring edits to be approved. Unless we have extremely high vandalism, just filtering out the above tags I mentioned and using ReCAPTCHA v3 would be enough. Aaron Liu (talk) 23:16, 16 February 2024 (UTC)
Ok, fair point. However, that wouldn't stop human vandalism, just vandalism from bots. I'm not sure how much human vandalism there is, though, so it might not even be a problem. Obwankenobi (talk) 12:35, 22 February 2024 (UTC)
It's hard (for us 'civvies') to know how much bot-vandalism is stopped but probably a lot, most of which we never see, with occasional ones we might see having be dealt with. (I'm guessing these things are rare (temporarily-)successful 'bots, because flesh-and-blood vandals wouldn't be occasionally doing essentially the same insta-reverted thing on a thematically-small set of pages, over several years without moving on. It has to be a lucky unattended script-based effort that just keeps trying the same things over and over with an easily revertible but tangible result happening only infrequently.)
More obvious human vandalism tends to rumble on, with occasionally a spate of it as someone gets short-term kicks for it. Though some of them seem may repeat themself after a break. Friendly humans and friendly 'bots both tend to provide the main anti-vandalism responses fairly quickly, though, depending upon what kind of a mess they caused. I've seen worse places, definitely, and it's by no means a losing battle against chaos, just regular skermishes.
Not wanting to tempt fate, of course. I guarantee that there'll be some fool that takes all this as a challenge, so I just have to trust to the Good Guys keeping on keeping on. 172.70.90.71 14:21, 22 February 2024 (UTC)

heyo, is there a way to add actual citations to explainxkcd instead of the template citation needed? couldn't find anything, but i'm pretty new here - thanks in advance. Nigga (talk) 21:47, 17 March 2024 (UTC)

Not that I have much faith in your usernae lasting long (you're 'that guy', aren't you? ...in which case you know anyway), but for the sake of anyone else who needs to know:
  • If you mean "add an actual 'citation needed' tag", then it's {{Actual citation needed}} that you'll use.
  • If you mean "add an actual citation link to somewhere", then:
    • Link to URLs with [].
      • A link such as [<url>] will give you a superscript-number link, which isn't pretty, IMO.
      • A link such as [<url> <text>] (that's a space between the two) will link <text> to the URL, just work it into the sentence you're writing, fairly easy
    • Link to internal (or cross-wiki) pages with [[]].
      • [[<page title>]] will make a literal link to <page title>.
      • [[<page title>|<text>]] (with a pipe) is how you make the <text> your link.
    • You can use the last to link specifically to wikipedia's cross-site format, but for that it's best to use {{w}}
      • {{w|<page title>}} (w-pipe...) uses the page title
        • It will use the link as if the first character is uppercase, so you don't need to capitalise that. Other case-sensitivity is preserved.
        • {{w|<singular page title>}}s will link the obvious pluralisation of the page title, just to save you effort
      • {{w|<page title>|<text>}} (w-pipe and pipe) lets you use entirely alternate text.
    • There's also templates that shortcut (or make easier on the eye, or add appropriate warnings) for some other commonly referenced external sites, from xkcd's own what-if to TVTropes.
...hope that helps everyone that doesn't already know these few simple bits as relate to wikis in general or this wiki in particular. 172.71.242.218 22:24, 17 March 2024 (UTC)