Drupal sites contain a settings.php file with site-specific settings, that is based off default.settings.php at the time the site is installed. As Drupal evolves, default.settings.php will change. Sometimes, it’s worth incorporating those changes into the...
A recent Wired article about the Parler data hack talked about how a hacker group was able to steal publicly available information from the Parler website using an Insecure Direct Object Reference (IDOR) or enumeration attack. This type of attack involves a hacker...
Today, for the second consecutive year, Acquia was named a Leader in Gartner’s Magic Quadrant for Digital Experience Platforms (DXPs). Our leader position improved compared to last year. Acquia is now the number two. Market validation from Gartner on our vision...
What is hook_update_N()? Let’s say you are developing a Drupal module (custom or contrib) which tracks how many visitors landed on specific node pages, version 1 of your code might track visitors by nid (node id) in the database using a table like this: nid visitors 1...
Photo of Hilmar Hallbjörnsson at DrupalCon Amsterdam trivia night 2019 by Illek Petr. 10 minute read How often do you get to chat with a viking about web development? After DrupalCon Europe last December a few folks got together on Zoom to emulate our usual...
Recent Comments