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 seem to have a problem with installing and starting up my Drupal 8 site on my Linux based webserver. I've been searching for potential solutions for a week now, without any success.
Maybe I have a "bug". I added a comment field in some content types and my site is running on an akamai CDN. So after my CDN delivered the site, there is no comment form. For Example and better understanding:
I installed uploadprogress using this build https://github.com/Jan-E/uploadprogress.git and successfully installed the PECL extension on CentOS 7. This is uploadprogress running on PHP 7.
I'm trying to create a simple block that have some link fields. those links have some predefined values and after get any new values from the admin replace with values and then render that values to the theme:
my_module\src\Plugin\Block\MyBlock: