-
I will have a functioning email test for some period of time, then randomly the check to find the email will throw a nasty exception... Any ideas?
```
exception 'PHPUnit_Framework_ExpectationFaile…
-
php artisan migrate
INFO Running migrations.
2021_04_14_141211_update_locations_tables ...................................... 1s DONE
2021_04_14_141222_create_locations_table ...........…
-
I have this line in a MySQL dump:
```
CONSTRAINT `FK_2F87D51A81E27D` FOREIGN KEY (`isco_group_id`) REFERENCES `isco_group` (`id`)
```
When reaching that line, the script fails:
```./sql2markd…
-
**Describe the bug**
```
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 255
!!
!! Fatal error: Uncaught TypeError: Maxbanton\Cwh\Handler\CloudWatch::__con…
-
The SdkBundle by design only acts as a bridge between opentelemetry-php and Symfony.
The Symfony InstrumentationBundle should allow for auto-instrumentation of Symfony applications
by leveraging …
tidal updated
2 years ago
-
When that kind of code is validated with twig:lint:
```
{{ 'print.my.date'|trans({
'%date%': myDate|date('date.format'|trans|desc('m/d/Y H:i'))
})|desc('%date%')
}}
```
It's failing with thi…
-
I'm getting this error when trying to run the dependency check:
```
magerun -vvv mpmd:dependencycheck -m app/code/local/SDM/*/
Load dist config
Search for Magento in folder /Users/steverobbins/html/…
-
When migrating about 10,000 products, the script aborts around 5,000 products because the API access token expires. Is there any way to lengthen the token time or remove the timeout?
output:
`
D…
-
Sorry for the issue per day.. After working through my previous issues, I am receiving the following on alpha3.
```
Migrating products data...
[Akeneo\Pim\Exception\ClientErrorHttpException…
-
I tried to install the module using composer but as there is no `composer.json` on the root of the project throws error while installation.
## Steps Taken:
```
composer config repositories.mean…