-
En réalisant la MAJ du plugin ajd en v2.0.2, la connexion à mon serveur OCS c'est coupé.
Lorsque je fais un test de connexion au serveur depuis le plugin j'obtiens le message: Echec de connexion à …
-
#### What are you trying to achieve?
$I->seeElement('.notice');
so I expected something like the same output as when I use $I->see('something')
when it fails. (like a hint on what it couldn't see)
…
-
Snippet from codeception.yml
```
coverage:
enabled: true
remote: false
include:
- file1.php
- file2.php
```
`vendor/bin/codecept run --coverage --coverage-xml`…
-
Hello @jmolivas , I found that the commit 8cdf2ef related to the PR #2499 caused an error.
When I work with the latest master branch (d6a5499), after run `composer install`, type `drupal`
```
$ drup…
-
:bug: **I'm reporting a Bug** :bug:
I'm trying to run this docker command on Ubuntu:
> docker run -u www-data -v $(pwd):/srv/pim -w /srv/pim --rm akeneo/pim-php-dev:4.0 \
> php -d memory_limi…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.16 + GLPI inventory …
-
The `dmore/behat-chrome-extension` repo looks to have been made private and requires a gitlab login. It looks like this repo has actually moved to `behat-chrome/behat-chrome-extension`. (v1.3.0 is the…
-
Sharing because the error text suggests it's not on CCP's side. All packages up to date.
`Seat\Eveapi\Jobs\PlanetaryInteraction\Character\Planets`
```
Seat\Eseye\Exceptions\RequestFailedExcep…
-
Hi all,
I don't kown if this issue si same see by other guy (i have used a search tools xD), after and installation on wamp environnement, i have a stack trace on http://localhost/fusio/public/ (se…
-
Im currently using phalcon framework, how to implement adapter for your phpfastcgi ? Any hints ? Creating something similar like for slim/symfony/silex is enough ?