🇮🇳India @magendiran

Account created on 12 December 2012, almost 12 years ago
#

Recent comments

🇮🇳India magendiran

Thanks @ vinoth.babu ,

It is working fine.

🇮🇳India magendiran

Hi @cilefen

No, It's an object retrieving from another source. like the below.

{
"openapi": "3.0.2",
"info": {
"title": "Open lorem",
"description": "simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,.\n\n# Authentication\n\n

<!-- ReDoc-Inject: <security-definitions> -->

",
"version": "1.0.0"
},.....
.....
....

🇮🇳India magendiran

Thanks @Mahmoud Helmy,

Your #20 patch works for me, Along with I modified the content of the web/modules/contrib/file_entity/file_entity.install file.

Comment the following lines (113-114):

$definition = $update_manager->getFieldStorageDefinition('type', 'file');
$update_manager->uninstallFieldStorageDefinition($definition);

and uninstall the module.

🇮🇳India magendiran

Thanks @zakiya !

I had facing the same issue for 9.5.1 Drupal and JSON:API module. #Patch 50 is fixed my issue.

My Error is "LogicException: Only content and config entity types are supported. in Drupal\jsonapi\ResourceType\ResourceTypeRepository->getAllFieldNames() (line 340 of /var/www/html/devportal/core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php)."

Production build 0.71.5 2024