Istanbul
Account created on 3 January 2008, over 17 years ago
#

Merge Requests

More

Recent comments

🇹🇷Turkey orkut murat yılmaz Istanbul

It's not directly related to this issue, but this blog post has given some ideas to me:

https://www.gomomento.com/blog/valkey-turns-one-how-the-community-fork-l...

🇹🇷Turkey orkut murat yılmaz Istanbul

After a few cache clear and drush updb, upgrade to Webform 6.3 went well. I'm closing this issue.

Thanks for everything.

🇹🇷Turkey orkut murat yılmaz Istanbul

Sorry for the previous message.

I've just tested the MR as a patch and scanned with Upgrade Status module. The result is:

There is an error in user_one_time_login/src/Form/UserOneTimeLoginConfigForm.php file, line 36:

Call to deprecated function user_role_names(). Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\user\Entity\Role::loadMultiple() and, if necessary, an inline implementation instead.

🇹🇷Turkey orkut murat yılmaz Istanbul

This is the output of the audit command:

composer audit
Found 1 security vulnerability advisory affecting 1 package:
+-------------------+----------------------------------------------------------------------------------+
| Package           | drupal/faq                                                                       |
| Severity          |                                                                                  |
| CVE               | NO CVE                                                                           |
| Title             | Frequently Asked Questions - Critical - Unsupported - SA-CONTRIB-2019-077        |
| URL               | https://www.drupal.org/sa-contrib-2019-077                                       |
| Affected versions | *                                                                                |
| Reported at       | 2019-11-13T18:00:36+00:00                                                        |
| Advisory ID       | SA-CONTRIB-2019-077                                                              |
+-------------------+----------------------------------------------------------------------------------+
🇹🇷Turkey orkut murat yılmaz Istanbul

@greg boggs thanks for refactoring and the missing comments too:)

🇹🇷Turkey orkut murat yılmaz Istanbul

Can someone test and review this?

🇹🇷Turkey orkut murat yılmaz Istanbul

It is a little commit, but looks working. Can someone review and test it too?

🇹🇷Turkey orkut murat yılmaz Istanbul

@axelm, thanks for correcting my mistake, D10 support will be over in a year.

🇹🇷Turkey orkut murat yılmaz Istanbul

It is very interesting that the status of this issue has remained as "Needs review" for 6 months. Also, Drupal 10's support will be over in 6 months.

The feeling of abandonment is a heavy burden to carry for everyone.

We need to analyze this case carefully and find out what can be done for the benefit of our community.

🇹🇷Turkey orkut murat yılmaz Istanbul

I've created an MR, with the help of ollama and gemma3 :)

Can you review it please?

🇹🇷Turkey orkut murat yılmaz Istanbul

@andeersg, any chance for reviewing this issue too?

🇹🇷Turkey orkut murat yılmaz Istanbul

This is my upgrade status output, after applying the latest MR as a patch:

ddev drush us-a phone_number          

================================================================================
Phone Number,  2.0.0-alpha7
Scanned on Mon, 03/24/2025 - 10:50

FILE: web/modules/contrib/phone_number/src/Element/PhoneNumber.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Ignore         36   Class Drupal\phone_number\Element\PhoneNumber extends       
                    deprecated class Drupal\Core\Render\Element\FormElement.    
                    Deprecated in drupal:10.3.0 and is removed from             
                    drupal:12.0.0. use                                          
                    Drupal\Core\Render\Element\FormElementBase instead.         
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/phone_number/modules/sms_phone_number/src/Element/SmsPhoneNu
mber.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 103  The 'sms_phone_number/element' library is not defined       
                    because the defining extension is not installed. Cannot     
                    decide if it is deprecated or not.                          
--------------------------------------------------------------------------------
🇹🇷Turkey orkut murat yılmaz Istanbul

Sorry, my bad. It's working. Keep calm and clear the cache:)

🇹🇷Turkey orkut murat yılmaz Istanbul

When I try to run cron or update the translations, I receive the error below:

TypeError: fgets(): Argument #1 ($stream) must be of type resource, false given in fgets() (line 248 of /var/www/html/web/core/lib/Drupal/Component/Gettext/PoStreamReader.php).

I guess, it is related to this error.

🇹🇷Turkey orkut murat yılmaz Istanbul

Hello @aleix,

Sorry, I haven't noticed the 2.x version. I'm going to try it very soon. I also have starred Map Libre modules, those are needed for Drupal community as well:) I've sent a message via your contact form too:)

Thanks for all:)

🇹🇷Turkey orkut murat yılmaz Istanbul

Today a new release is created for Entity Usage. After that, this is the output:

$ ddev composer up -W                          
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
  - Upgrading drupal/entity_usage (2.0.0-beta22 => 2.0.0-beta23)
  - Upgrading drupal/views_dependent_filters (dev-1.x 56e4a2d => 1.3.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
  - Downloading drupal/entity_usage (2.0.0-beta23)
  - Syncing drupal/views_dependent_filters (1.3.0) into cache
  - Upgrading drupal/entity_usage (2.0.0-beta22 => 2.0.0-beta23): Extracting archive
  - Upgrading drupal/views_dependent_filters (dev-1.x 56e4a2d => 1.3.0): Checking out 8.x-1.3 from cache
Generating autoload files
67 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
🇹🇷Turkey orkut murat yılmaz Istanbul

This is what I see:

$ ddev composer require 'drupal/views_dependent_filters:^1.3' --no-update
./composer.json has been updated
$ ddev composer update --dry-run                                         
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 2 updates, 0 removals
  - Upgrading drupal/entity_usage (2.0.0-beta21 => 2.0.0-beta22)
  - Locking drupal/views_dependent_filters (dev-1.x 56e4a2d)
  - Upgrading phpstan/phpstan (1.12.20 => 1.12.21)
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 2 updates, 0 removals
  - Upgrading drupal/entity_usage (2.0.0-beta21 => 2.0.0-beta22)
  - Upgrading phpstan/phpstan (1.12.20 => 1.12.21)
  - Installing drupal/views_dependent_filters (dev-1.x 56e4a2d)
67 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
$ ddev composer update          
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 2 updates, 0 removals
  - Upgrading drupal/entity_usage (2.0.0-beta21 => 2.0.0-beta22)
  - Locking drupal/views_dependent_filters (dev-1.x 56e4a2d)
  - Upgrading phpstan/phpstan (1.12.20 => 1.12.21)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 2 updates, 0 removals
  - Downloading drupal/entity_usage (2.0.0-beta22)
  - Syncing drupal/views_dependent_filters (dev-1.x 56e4a2d) into cache
  - Upgrading drupal/entity_usage (2.0.0-beta21 => 2.0.0-beta22): Extracting archive
  - Upgrading phpstan/phpstan (1.12.20 => 1.12.21): Extracting archive
  - Installing drupal/views_dependent_filters (dev-1.x 56e4a2d): Cloning 56e4a2de04 from cache
Generating autoload files
67 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
🇹🇷Turkey orkut murat yılmaz Istanbul

I've applied the @arunkumark's MR as a patch and I confirm that I can delete the related field now.

🇹🇷Turkey orkut murat yılmaz Istanbul

Sorry @emulamba, it was my bad. I've done the necessary things.

Thanks for your contribution:)

🇹🇷Turkey orkut murat yılmaz Istanbul

@emulamba, thanks for the commit, but can you correct your MR please? We need it to be merged with 3.0.0-rc1 version.

🇹🇷Turkey orkut murat yılmaz Istanbul

It looks beautiful on live demo and if I can find a chance to test it locally, I'll update this issue. :)

🇹🇷Turkey orkut murat yılmaz Istanbul

Sorry for very late reply, it is solved with setting the dimensions of the custom icons.

Thanks for everything:)

🇹🇷Turkey orkut murat yılmaz Istanbul

@vandana, there is a conflict in your MR. can you resolve it and then update your MR please?

🇹🇷Turkey orkut murat yılmaz Istanbul

I think the correct project for the issue is SMS Framework. Having a similar error, as I paste below:

Drupal\sms\Exception\SmsPluginReportException: Missing reports for 1 recipient(s). in Drupal\sms\EventSubscriber\SmsMessageProcessor->ensureReports() (line 122 of /var/www/html/web/modules/contrib/smsframework/src/EventSubscriber/SmsMessageProcessor.php).

What could be the reason?

Best,
Orkut

🇹🇷Turkey orkut murat yılmaz Istanbul

Hello again,

Thanks for all the things you do:)

Can you update module info page and the issue summary too?

Best,
Orkut

🇹🇷Turkey orkut murat yılmaz Istanbul

Hello and thanks for the contributions,

Are you going to add Drupal 11 compatibility info to the module page?

Best,
Orkut

🇹🇷Turkey orkut murat yılmaz Istanbul

Any chance for review?

🇹🇷Turkey orkut murat yılmaz Istanbul

@matsbla, thanks for the fix and new release too:)

🇹🇷Turkey orkut murat yılmaz Istanbul

I've tested @immaculatexavier's MR as a patch and it works.

Thanks for contributions.

🇹🇷Turkey orkut murat yılmaz Istanbul

When I updated my core with drupal 10.4.x-dev, I start reaching to my web interface and all the errors become warnings. After rebuilding the cache, warnings disappear, as told on comment #2.

🇹🇷Turkey orkut murat yılmaz Istanbul

When check the browser, I see the WSOD, with the full error message below:

The website encountered an unexpected error. Try again later.
Error: Class "Doctrine\Deprecations\Deprecation" not found in Doctrine\Common\Lexer\Token->offsetGet() (line 104 of /var/www/html/vendor/doctrine/lexer/src/Token.php).

Doctrine\Common\Lexer\Token->offsetGet() (Line: 619)
Drupal\Component\Annotation\Doctrine\DocParser->Annotations() (Line: 338)
Drupal\Component\Annotation\Doctrine\DocParser->parse() (Line: 101)
Drupal\Component\Annotation\Doctrine\SimpleAnnotationReader->getClassAnnotations() (Line: 125)
Drupal\Component\Annotation\Doctrine\SimpleAnnotationReader->getClassAnnotation() (Line: 145)
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 119)
Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 213)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
Drupal\Core\Plugin\DefaultPluginManager->getDefinition() (Line: 135)
Drupal\Core\Entity\EntityTypeManager->getDefinition() (Line: 260)
Drupal\Core\Entity\EntityTypeManager->getHandler() (Line: 195)
Drupal\Core\Entity\EntityTypeManager->getStorage() (Line: 42)
Drupal\eca\Token\CurrentUserDataProvider->__construct() (Line: 261)
Drupal\Component\DependencyInjection\Container->createService() (Line: 179)
Drupal\Component\DependencyInjection\Container->get() (Line: 438)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters() (Line: 275)
Drupal\Component\DependencyInjection\Container->createService() (Line: 179)
Drupal\Component\DependencyInjection\Container->get() (Line: 438)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters() (Line: 239)
Drupal\Component\DependencyInjection\Container->createService() (Line: 179)
Drupal\Component\DependencyInjection\Container->get() (Line: 438)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters() (Line: 239)
Drupal\Component\DependencyInjection\Container->createService() (Line: 179)
Drupal\Component\DependencyInjection\Container->get() (Line: 105)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() (Line: 239)
Symfony\Component\HttpKernel\HttpKernel->handleThrowable() (Line: 91)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 50)
Drupal\ban\BanMiddleware->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 741)
Drupal\Core\DrupalKernel->handle() (Line: 19)
🇹🇷Turkey orkut murat yılmaz Istanbul

It still exists with the version 8.x-1.34.

🇹🇷Turkey orkut murat yılmaz Istanbul

Hello all,

I've just created an issue Merge with "Openlayers 6" project Active , about project merge.

Best,
Orkut

🇹🇷Turkey orkut murat yılmaz Istanbul

Also, I've tried it with Drupal 11, PHP 8.3 and PostgreSQL 17 :)

🇹🇷Turkey orkut murat yılmaz Istanbul

Thank you @Oulalahakabu for the new version. I've tried it with the new one and it works so nice.

🇹🇷Turkey orkut murat yılmaz Istanbul

As I said before, I strongly do agree with @jcandan. This could be a good opportunity for community involvement.

I'd like to add that, Elastic's decision is inspirational. Please adopt it.

🇹🇷Turkey orkut murat yılmaz Istanbul

Thanks for this wonderful work:)

🇹🇷Turkey orkut murat yılmaz Istanbul

Dear @damien laguerre, thank you for your beautiful effort:)

Production build 0.71.5 2024