Hello @smustgrave,
I have the same issue, these are my specs:
Drupal: 10.3.10
PHP: 8.1.30
Module version: 3.0.0
Hello avpaderno,
I have already been permitted for grevil as maintainer.
guilherme-lima-almeida β created an issue.
Hi @Daniel Korte,
I can help maintain this module if you want.
Hi @mageshbcet1,
OpenSocial 11.11.4 requires "drupal/core": "~9.5" and "drupal/lazy": "3.11.0" which isn't compatible with Drupal 10 (
https://www.drupal.org/project/lazy/releases/8.x-3.11 β
).
So I think the best approach is to update the OpenSocial first and then update Drupal Core, since OpenSocial 12.0.0 requires "drupal/core": "~10.0.0" and "drupal/lazy": "3.12.0" which is compatible with Drupal 10.
I'm having the same problem.
Hi everyone,
With:
- Drupal: 10.0.11
- Redirect: 8.x-1.9
The patch #149 works for me and the URL redirect is added to either node's edit form.
Hi there,
Here is the patch to solve this problem.
guilherme-lima-almeida β created an issue.
Works well for me, and it's important to add this patch to version 2.0.0 otherwise this version doesn't work. At least for me.
Hi @TolstoyDotCom,
Despite what you said, I'll create a patch even if it's just me using it. This way, in future updates, I can keep track of the changes on this issue.
Hi @tyler36,
Having the same problem, adding patch.
Hi Andrey Proh,
I added dependency injection and added the validateForm method to check if the routes the user insert exists.
Hi Dharti Patel,
Already approved your merge request.
Thanks for the help.
Hi thejimbirch and mikohl,
Already merged the changes to the dev branch.
Thanks for the help.
guilherme-lima-almeida β made their first commit to this issueβs fork.
Hi there refringe,
X-Powered-By is not removed, because the header is not part of the response object, given that it is not set by the Symfony application but by PHP itself. And I think the same thing applies to the Server header.
I don't know how to remove the Server header but for the X-Powered-By you can alter your php.ini to fix it:
expose_php = Off
Sorry nayana_mvr,
I was using Drupal Standard on PHPCS and not DrupalPractice. I've already made the changes pointed out by DrupalPractice.
Thanks for the help, everyone.
Hi Kamlesh Kishor Jha,
I'm still getting these errors with the PHPCS. I'll fix this on your fork and approve the merge request.
---------------------------------------------------------------------------------------
FOUND 14 ERRORS AFFECTING 14 LINES
---------------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
6 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
7 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
33 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
34 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------
Time: 78ms; Memory: 8MB
guilherme-lima-almeida β made their first commit to this issueβs fork.
guilherme-lima-almeida β created an issue. See original summary β .
Hi vistree,
Can you give me more information? I tried to replicate the problem and I didn't have the problem with the strip slash from the path.
Hi annmarysruthy,
I already approved the merge request and create a new release.
Thanks for the help.
Here's the patch to solve the problem. Needs review.
guilherme-lima-almeida β created an issue.
Having the same issue as DuneBL.
Hi @bvoynick,
Already merge the changes to 8.x-2.x-dev.
Thanks for the fix.