Antoine DAUTRY

Results 5 issues of Antoine DAUTRY

Hi, I set up in the app a destination to create a mantis ticket when an error is thrown. I set the following connection string : ``` Type=Mantis;Username=administrator;Password=P@ssw0rdj;Url=http://mantis.hostname.fr/api/soap/mantisconnect.php;ProjectId=1;Category=General;Severity=70;Status=10;SendAttachment=False;SuccessIfAttachmentFails=False;AddVersionIfNotExists=False; ``` But...

Hi, I read that I could set up php and composer path in the config file : **MY CONFIG FILE** ``` public function configure() { return $this->getConfigBuilder() ->server('[email protected]') ->deployDir('/kunden/homepages/9/d77835205/htdocs/des-hauts-debats') ->repositoryUrl('[email protected]:antoine1003/des-hauts-debats.git')...

Hi, I installed this pluggin follow all steps but when I add the line : `->add('recaptcha', EWZRecaptchaType::class)` the form id not rendered. Here is aa photo of the bottom of...

When I am using the `EmailCampainApi`, if I pass true the the `excludeHtmlContent` is does not exclude html. ```php private function getSentEmailCampaigns(): ?GetEmailCampaigns { $res = null; try { $res...

Hi, I am developing a website without any framework and I want to integrate some test using panther. ### Infos **My folder structure :** ``` myproject/ ├── src/ │ ├──...