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.
I have created a sub-domain and trying to install drupal on it, by using "Installation Guide". When trying to run "Sub-domain name/installation.php" I am getting error HTTP 500 saying unable to handle this request.
When Checking Error log I found PHP Fatal error: Class 'Drupal\Component\Utility\OpCodeCache' not found in mysubdomain/install.php on line 37
I have given correct permissions (755 to directories, install.php and 644 to other files)
Whenever I load a page in Drupal 8 (logged in as admin), the page doesn't just load, but it slides in from the top with animation. How do I turn that off? It's way too much animation. Very distracting. I don't want any animation on my sites.
Edit: could it just be slow rendering of the admin bar? On this connection it looks like a jerky animation as the content loads -- maybe it's the steps as each part of the admin bar is loaded?
I am using Drupal 8. I have some views blocks and I would like to make the block titles linkable.
I tried adding this at the block title field : <a href="/mylink">My Link</a> but when i clicked "apply" the field turns yellow and doesn't let me click "save".
I read there is module called "Block Title Link" but there is no D8 version.
Any suggestions?
Thank you.