Skip to main content
John Brandenburg

Main navigation

  • Home
  • About Me
  • Tech
  • Voting Rights
    • Close Polling Stations:
    • Reject Absentee Ballots
    • 482,000 de-registered voters in Wisconsin since 2016
    • Deceptive Practices by poll workers
    • Gerrymandering
    • Lack of Early Voting
    • Purge Voters
    • Removing Voting Rights from Former Felons
    • Unreliable Voting Equipment
    • Voter ID Laws
User account menu
  • Log in

Breadcrumb

  1. Home

Drupal 7

By John, 22 March, 2019

Debugging in Drupal 8 Vs. Drupal 7: Quick reference

I keep digging up this same information from some obscure sources, so I thought I would post it here. Now if you have not set up XDebug with a project locally, I highly recommend that, but still, nothing beats a good stack trace. In Drupal 7, I would drop this into settings.php to show errors, regardless of the site settings:

Tags

  • Tech
  • Drupal 7
  • Drupal 8
By John, 8 November, 2017

Sticky Cookie: Uploading Large Files to a load-balanced environment.

This post originally appeared on forumone.com

Tags

  • Drupal 7
  • Varnish
  • AWS
  • Tech
  • Systems Engineering
By John, 11 November, 2016

drush up and drush dl failing

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

Tags

  • Drupal 7
  • Drupal 8
  • drush
  • wget
  • Tech
By John, 14 July, 2016

Contribigeddon

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.

Tags

  • Tech
  • Security
  • Drupal 7
By John, 24 May, 2016

Missing widget.js or iframedialog.js? It may be due to Ckeditor module's mysterious install process

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:

Tags

  • Tech
  • Drupal 7
By John, 25 February, 2016

Why is Drupal using the page title "Search result" for my menu link title?

This is an odd one. I had a Drupal site, which when I tried to rename a menu link, would revert to using the title of the destination page instead of the text I entered for the title. For example, I have a Apachesolr search page that allows you to search for users on the site. When you are on the page, the title appears as "Search Results." Nothing unusual there. But, I wanted the menu item that allows users to get to the page to use the text "Member Directory." However, after saving the menu link, the text reverted to using "Search Results" in the menu instead of "Member Directory"

Tags

  • Drupal 7
  • Apache Solr Search
  • Menu
  • Translation
  • Internationalization
By John, 8 February, 2016

Should I delete disabled modules in Drupal?

A good reason to remove inactive modules: drupal_system_listing(). In some recent on a Drupal 7 site, I kept noticing errors when running database updates via drush, which looked something like this:

Tags

  • Drupal 7
  • Tech
Drupal 7
RSS feed
Powered by Drupal