superromeo
superromeo
***Codebase*** Built-in vanilla Drupal **Describe your issue** When I run functional JS test I have: ``` The test wasn't able to connect to your webdriver instance. For more information read...
***OS type*** Linux ***Drupal version*** 9 ***Codebase*** Built-in vanilla Drupal or mounted codebase **Describe the bug** After containers installed, changes to `image: wodby/drupal-php:$PHP_TAG` are ignored. To reproduce: Install with any...
OS type: Windows WSL2 Drupal version: 8 Codebase: mounted codebase **Problem** `PROJECT_BASE_URL=lom-ru.localhost` - OK. `PROJECT_BASE_URL=lom-ru.loc` - portainer and others: "Server IP address cannot be found'". **Output of `docker info`** ```...
Used command: ``` drupal generate:cache:context \ --module="rg_location" \ --cache-context="current_city" \ --class="CurrentLocationCacheContext" ```
First, thank you for your work! There is error: "Expected {" on `function get(): bool` Have you plan port it to PHP7?
> [email protected]:/var/www/lom $ composer update > Gathering patches for root package. > Loading composer repositories with package information > Info from https://repo.packagist.org: #StandWithUkraine > Updating dependencies > Your requirements could...
Is there any online service using this package? To get result via http-request? Because it is quite difficult to install it to my server. I ready to pay.
In GoogleGeocode.class.php in lines $url = "http://maps.googleapis.com/maps/api/geocode/json"; $url .= '?latlng='.$lat.','.$lon; $url .= '&sensor=false'; will bee good to add parameter "language". Thank you.
Error: > $ dorgflow > PHP Warning: require_once(/var/www/drupal_8/vendor/joachim-n/dorgflow/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/drupal_8/vendor/joachim-n/dorgflow/dorgflow on line 6 I think we should replace: `require_once __DIR__ ....
Thank you for tool! But I think it will be useful give full example for particular project. Commands from A to Z. For example: cd /var/www/patches git clone --branch 8.7.x...