I upgraded from Yosemite to El Capitan. MySQL needs to be upgraded to at least 5.7.9. This version corrects previous issues with starting mysql on boot as Apple changed the launch process on OSX Yosemite onwards. At the time of this article the current version is 5.7.10, download it from http://dev.mysql.com/downloads/mysql/ and choose the DMG version. …
Many thousands or million + people use JIRA every day. Raise your hand if you find a ticket by going to JIRA then change the URL to the ticket number or find it on the board? Ok put your hands down, no one can even see you… HA! So let’s make our lives easier. The …
Every once in awhile I do something that I think should be easy. It should be easy to turn on mysql query logging but it took me a little too long to find examples. So to save everyone time here is what I did. I’m on a Mac so please adjust accordingly. $ cd …
Recently I’m working on implementing Google Publisher Tag (GPT) on one of the sites that I work on. This is on a Drupal 7 (D7) site and we are using the Doubleclick for Publishers (DFP) contributed module. Here’s the introduction text from the DFP module: The DFP module integrates Google Publisher Tags (GPT) as supported …
I have just installed Zend Studio and now the task to configure it for Drupal. Luckily I have found two good articles on this. I won’t repeat them so take a look at them: Configuring Eclipse Drupal plug-in for Eclipse IDE by XTND.US Drupal has unique coding standards and are different from the ones that …