The challenge: I have a view with an exposed filter on a coordinate field. The filter can be filled with the GET parameters field_koordinaten_proximity-lat and field_koordinaten_proximity-lng. Note that only the first part of the parameter name can be… mehr »
Kategorie: "Arbeit"
I had a view with a field that does only contain values for a subset of nodes. It is rendered with a label. However, I wanted the label to disappear if the content is empty. This worked fine on my dev installation, but did not work on stage. The view… mehr »
I'm using the Wodby docker stack for the development of a web application. One requirement is to have a Drupal multisite, so I need Apache to not only listen to project.localhost, but also to another sudomain, i. e., subdomain.project.localhost. The key… mehr »
A couple of years ago Microsoft announced SQL Server for Linux. Time to check it out for dev purposes. It is technically possible to install it on Ubuntu 18 from a Microsoft PPA. However, it is not recommended. On my computer it turned out to be a… mehr »
I configured the database connection in .env as follows DATABASE_URL=mysql://bla:password@mariadb:3306/bla?serverVersion=mariadb-10.3.14 The problem seems to be that MariaDB uses a type bit which is unknown to Doctrine albeit the obligatory version… mehr »