I Originally wrote this in February 2017, and had not previously published it. But given his recent facebook spat, and the abhorrent call for violence against journalists just before the shooting in Annapolis, I decided to go ahead and publish it.
I shouldn't have to say this to the type of person who follows this site, which is mostly myself, and a bunch of trump supporting Russians that speak very strange languages... but here is a reminder to be careful when copy-pasting code, especially from comments/descriptions from a ticketing system. Depending on your operating system, the following lines will look identical, but there is a subtle difference.
I went to my first public night with the Analemma Society on Dec 9th at Turner Farm park in Great Falls. It was an amazing experience. A friend and I went thinking it would just be a typical astronomy meetup, in a field, with a few enthusiasts and their scopes (since this was our first meetup, we had no idea, but this seemed like a reasonable expectation). In reality, the Analemma society had just opened their roll-top observatory, with three permanently mounted telescopes, all open to the public.
My apologies if you have been mislead here. I once had a web-came set up to watch my cat. It's gone now. If you would like to see my cat, he has several pictures up on facebook.
I've noticed an issue crop up recently where drush seems unable to download new modules, or update existing ones with the drush dl and drush up commands. The issue is that some versions of wget shipped with Redhat Enterprise Linux failed to check SAN names in certificates properly. This article from fastly explains the issue well. Note that Drupal.org hosts its updates server on fastly.
You can see where drush is failing by using the verbose flags
Recently, I've taken up an interest in Astronomy. My folks acquired an Orion Skyview Deluxe 6" EQ telescope last year (basically a older version of this bad boy), and after some time collecting dust, I grabbed it and and started teaching myself the ropes. I was inspired to start the hobby after spending an evening looking at the Star Walk app, which came a week after I had watched the movie Contact (for the umteenth time).
So yesterday was another big one for anyone who maintains Drupal sites. If you haven't patched your sites by now, you should assume at this point that any site you maintain with the Coder, RestWS or Webform Multiple File Upload modules has been compromised.
Here I go, still posting articles on Drupal 7, but hey, maybe someone will find these useful since that version isn't going away any time soon. Now how about a little SEO for the error message:
TL;DR: Why are my dates being converted to November 30th in PHP? Because zero is an invalid month and day.
One thing that strikes me odd is how to handle dates with wide granularities in PHP, and Drupal as usual. I came across this problem in a content migration project. In Drupal 6, a date field that was only granular to the year would like something like this:
I ran into an issue where I was not able to use the Localization update module in Drupal on an Acquia hosted site. This is because the default location where the module stores translation files, sites/all/translations could not be created due to this directory being write protected. I suppse write protecting any directory location that could contain executable code is a good practice.