Yes. Url is not used anywhere on code. Module developer will do the specific change for it.
nivethitha โ made their first commit to this issueโs fork.
For 7.x-1.x, It has README.txt file and it's replaced with README.md and below is the merge request:
https://git.drupalcode.org/project/ofed_switcher/-/merge_requests/2
For 8.x-1.x, It does not have any README file, so I have added a new README.md file and below is the merge request:
https://git.drupalcode.org/project/ofed_switcher/-/merge_requests/3
Merge these 2 requests. Thanks.
I am not get this type of issue on this version. Please check it once again.
This is an issue with Symfony Dependency Injection component on version 5.3.7.
Just add this to your composer.json:
"conflict": {
"symfony/dependency-injection": "5.3.7"
},
This way you can keep the rest of the dependencies updated, and it will just exclude DI 5.3.7 in favour of 5.3.6.
PHP 7 and lower just would ignore the missing parameter, while PHP 8+ displays the warning. It may also vary with your environment / debug settings.
In drupal 7, If you select the Access by Role settings, then you must select the atlease one role on view otherwise it gives an issue when you apply/save the changes on view itself. If you maintain the view properly, then it won't give any issue on view migrate from drupal 7 to drupal 9 using "Views Migrate" module.