๐Ÿ‡ฎ๐Ÿ‡ณIndia @Sana.Neyazi

Account created on 3 January 2018, almost 7 years ago
  • Senior Associate Consultant at Infosysย 
#

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Hi.. I want to upload the public files folder (sites/default/files) on Azure blob storage  instead of local. I tried with Azure File Sharing but its not working. Is anyone having any idea on this?

Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

This issue is only happening with Drupal core 10.2 and it is working fine with Drupal 10.0, do we have any patch for this issue?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

I am also getting the similar error on INTG environment, strange is that this error is not reproducible in local dev environment.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Hi @shalini_jha This issue is with drupal 10.1.x and field_group 3.0

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

I am also facing the similar issue on node/add/article form not with paragraph but the multivalued field(a taxonomy entity referenced field in article content type). This issue is appearing after upgrading drupal core from 10 to 10.1.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

@SoCalErich Could you please explain how did you fix? I am also getting the similar issue while updating drupal core from 10.0.11 to 10.1

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Hi @jrockowitz
Could we know by when we can expect Drupal 10 stable release of webform?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

This patch is working for me , getting no issues on applying this patch. But I think this patch does not covers the unit test case part because we still have more Drupal 10 compatibility issue ( as per scanning the upgrade_status for this module ) after applying patch as well.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Dear @maintainers, can we get any updates on this?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Sana.Neyazi โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Any dedicated maintainer of this module?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Any update on this?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Hi @aronbauman, Could we know when we can expect Drupal 10 stable release component module?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Dear @maintainers, do we have any updates on this?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Thanks alot for this update @minnur

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Hi @minnur, First of all I want to thank you very much for the Drupal10 RC release.
Could we know when we can expect Drupal 10 stable release for http_response_header ?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Any active maintainer here? Any idea about stable D10 release of components module?

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Hi All, As we know this "color" module will be removed in drupa10 and and we can use this module of its contributed version.
Can anyone please help me what is the best way to switching color module from core to contrib version.
Below steps I followed but not sure anything more needed here.

1. Took backup of my db
2. Commented out the dependency of this module (we are using color module in our custom theme)
3. Uninstall core color module
4. Download contributed COLOR โ†’ module using composer
composer require 'drupal/color:^1.0'
5. Now COLOR module is not showing under core

Can anyone please suggest me is there any more steps need to do here or is it fine?

Thanks in advance

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

I am also getting this same issue. Copying rector.php (cp vendor/palantirnet/drupal-rector/rector.php ) and pasted at project root but it doesn't help

[ERROR] Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator::__construct(): Argument #1
         ($container) must be of type Symfony\Component\DependencyInjection\ContainerBuilder,
         RectorPrefix202302\Symfony\Component\DependencyInjection\ContainerBuilder given, called in
         /var/www/html/vendor/rector/rector/vendor/symfony/dependency-injection/Loader/PhpFileLoader.php on line 67
๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

I set $defaultheme as stark via custom code for my test, so its picking up the correct theme and TEST is PASSING successfully without any issue but on upgrade-status scanning it is assuming this as error. Any thoughts here would be much appriciated !!!

Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

I am also getting the similar issue while scanning one of my custom module,

0 	
PHPStan command failed:

/usr/bin/php /var/www/html/voya-project/drupal-platform/vendor/bin/phpstan analyse --memory-limit=1500M --error-format=json --configuration=/tmp/upgrade_status/deprecation_testing.neon /var/www/html/voya-project/drupal-platform/docroot/modules/custom/purgatory/voya_van_migrate_content
Command output:

Empty.
Command error:

! [NOTE] No files found to analyse. [WARNING] This will cause a non-zero exit code in PHPStan 2.0.

Core : 9.5
Php : 8.1

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

@Maintaners: Do you have any idea if your team plans to be releasing a D10 compatible version of this module in the near future? Any help you can provide would be appreciated!

Thanks

๐Ÿ‡ฎ๐Ÿ‡ณIndia Sana.Neyazi

Can anyone please confirm this fixed it for Drupal Core 9.5.7, PHP 8.1, Focal Point 2.0.0-alpha2 as well?

Production build 0.71.5 2024