After searched and googled, I was unable to fix that issue.
Then I use the new drupal contributed module
https://www.drupal.org/project/file_replace →
I get the same functionality using this module.
Thanks!
drush php-eval "\Drupal\field\Entity\FieldStorageConfig::loadByName('node', 'field_name')->delete();"
manishdrupaldev → created an issue.
Hi,
I have disabled the module "path redirect import" and then again enable the module.
Issue has been fixed.
Drupal- 10.2.4
path redirect import- 2.0.9
Thanks!
@SatheeshGopal,
Yes, After removing 'vendor' folder, need to run "composer update"
@Neslee Canil Pinto, I am using the php version 8.1
Thanks!
By installing module , site works fine. drush en MODULE_NAME
I just removed the vendor
folder and then worked properly.
Hi @samir_shukla,
Using this patch 5-3415912.patch, I fixed the issue.
Thanks!
When I use the patch #3, I am getting another issue.
Error: Call to a member function usesFields() on null in Drupal\dxpr_builder\Service\DxprBuilderService->getCmsElementSettings() (line 834 of /docroot/modules/contrib/dxpr_builder/src/Service/DxprBuilderService.php)
manishdrupaldev → created an issue.
Hi,
I am facing the same error.
Thanks!
Using below command, it helped me.
delete from `key_value` where collection = 'system.schema' and name = 'views_accordion';
Thanks!
I have fixed the issue using patch #12
Version: 8.x-2.9
PHP: 8.1.20