Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello!
My apache server crashes with segfault on some pages of drupal 8 (admin/people for example) or when trying to install it (on page 'core/install.php') if Zend Guard Loader is enabled.
I created the Hello world example module for Drupal 8 -> https://www.drupal.org/node/2464207.
When accessing /hello page, I get an Access denied screen. If I remove _permissions: 'access content' and add _access: 'TRUE', the /hello page runs correctly.