Education

How to display PHP error messages in Drupal 8 and 9

If you are ever working with code in Drupal and encounter the typical message, "The website encountered an unexpected error. Please try again later," it’s a sign that there’s a bug. However, there’s no way to know exactly where it occurred, and it's tedious to go back and forth trying to find it manually. Drupal has an error level manager to help display errors.

The following tip is a trick developers can use to make the most obvious errors visible.

All you have to do is copy the following code.

Codigo PHP

And paste it into the "settings.php" file of your Drupal installation.

SeeD presents the free workshop 'Hello Drupal!' for August and September

Companies, institutions and organizations face a great challenge in building their team. Drupal offers all the tools necessary for companies to stand out in the global market, from government agencies to start-ups, boutiques, chain stores and all the possibilities for growth in administration, consulting, development, design, and sales projects.

Correct problem with shadowbox after paginating a "view" with ajax

When pagination is performed for a "view" that has ajax enabled, a problem arises if we have used shadowbox, it happens that on the second page shadowbox does not work, to solve this temporarily while a stable version for Views comes out with this patch . Include the following code in the view footer.

Training: Drupal 7 in a day

This workshop covers aspects of the core structure and all the basic modules that operate in Drupal. Learn about essential Drupal concepts and features through focused activities. By the end of the day, you will be familiar with Drupal terminology and be able to identify how Drupal sites are built, as well as which modules to choose to get the functionality you need. This course is perfect for people who are still undecided about whether to use Drupal or not and for those looking for a detailed introduction.

DrupalEasy Learning at DrupalCon Portland 2022

DrupalEasy is a Drupal crash course and consultancy located in Cocoa, Florida. They are passionate about Drupal and especially developing Drupal talent. Its professional development workshops and training programs are presented through DrupalEasy Academy, which is licensed by the Board of Independent Education, Florida Department of Education.

A look at the base Zen theme in Drupal 8

With around 118,713 reported installs at the moment,  Zen  is almost twice as popular as Omega, which comes in second. This means there is a large community answering questions, writing documentation, and fixing bugs, along with some hardened code, that other base themes can't match.