๐Ÿ‡ฎ๐Ÿ‡ณIndia @nivethitha

Account created on 2 October 2020, over 3 years ago
#

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia nivethitha

Yes. Url is not used anywhere on code. Module developer will do the specific change for it.

๐Ÿ‡ฎ๐Ÿ‡ณIndia nivethitha

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia nivethitha

I am not get this type of issue on this version. Please check it once again.

๐Ÿ‡ฎ๐Ÿ‡ณIndia nivethitha

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia nivethitha

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia nivethitha

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.

Production build 0.69.0 2024