heyyoyo

Results 9 issues of heyyoyo

By using the application cachefilesd it's posibble to get performance on NFS shared folder by caching lots of NFS calls. To install it: sudo apt-get install cachefilesd sudo echo "RUN=yes"...

I saw a lot of good noise on the IDE PHPStorm from JetBrain, so I gave it a try. This IDE seems really well adapted to Drupal. But because of...

D9 - Drupal init fails generating automplete files. The Class 'Symfony\Component\Process\ProcessBuilder' is not available anymore in Symfony 4.4 Similar issue: https://github.com/pact-foundation/pact-php/pull/61/commits/085d7bf5adf402201782d1cc1303ccd163f2cfeb Fixed by using intead: `use Symfony\Component\Process\Process;`

Is it possible to add the package pv ? I'm using it to see the progression of import sql file with drush. Thanks.

We are experiencing a memory leak on nginx container with 1.23 5.25 on a Drupal 9 website We will try soon last version on alpine 3.17 used by D4D version...

I'm trying to install with no luck yet the library simplesamlphp inside my drupal website. http://mywebsite.com/simplesamlphp should be an alias to /var/www/simplesamlphp. What I did till now: I create a...

I'm expecting some issue with microcache and drupal commerce. Adding product to cart, should redirect to the same product page with content slightly modified for the cart section and a...

Need help to modify NGINX configuration to add support for the the module **js**. This module allows to use a really light and customized Drupal bootstrap for AJAX callback. The...

I'm using the module subfolders domains (https://www.drupal.org/project/subfolders_domain) to create domains as subfolders(uri) of my main domain. PS: This module is using the module Domain Access This module create symbolic links...