Sharique Ahmed Farooqui
Sharique Ahmed Farooqui
**Describe the bug** I'm using twig tweak module 3.1.3. Using one of the filter from it in a template and getting error on `blt validate` is giving error **To Reproduce**...
Updatign php version for 8.1.
BLT-5194: Scaffold file assets/scaffold/files/drupal.INSTALL.txt not found in package drupal/core.
I want to... use blt artifacts as upstream on pantheon. ** Steps ** - Create a drupal project as per pantheon recommended upstream. - Add and configure blt. - Configure...
I used Drupal9CI project 1-2 yrs and after using now, I feel that it quite matured now. It is much simpler to configure CI and tweak it as well. I've...
Hi Hussain We started using DrupalQA in our pipeline. We are using with Acquia/blt and MariaDB. On version with php8.2, we are getting error on `bit setup` ``` Undefined constant...
I'm using following code to call inside drupal custom module ``` try { $response = $this->soap->__soapCall('MyMethod', [ $param, ]); } catch (Exception $e) { $resp = new RedirectResponse(\Drupal::url('mymodule.error_page')); $resp->send(); }...
I'm newbie to capistrano, I'm trying to write build script for simple Drupal installation, I want to know how I can write db and other settings to settings php?