#fgm,
I have tested it with Drupal 11 and confirmed that it is working as expected.
Therefore, I am proceeding with RTBC.
@dvenukumar, can you update the MR.
@fmg, 2.x series is not compatible with Drupal-11.
So, please make it Drupal-11 compatible.
#daffie,
Mongodb : 3.1
Drupal : 11.6
Existing project
Issue Summary:
The MongoDB 3.1 module currently assumes that MongoDB will act as the primary database. This design leads to conflicts when trying to integrate it into a Drupal project that already uses MySQL (or any SQL-based system) ā especially when upgrading from Drupal 10 to 11.
---
Problem Points You Noticed:
Module doesn't provide an option to use MongoDB alongside MySQL (hybrid setup).
Upgrading Drupal 10 to 11 forces you to recreate the site just to change DB.
Ability to register MongoDB as a secondary database in settings.php.
What You Can Do Right Now:
Provide hybrid DB support documentation.
Allow MongoDB to be added as a secondary connection, not primary.
Update README to clarify that it is not drop-in compatible with Existing project.
Iām experiencing the same issue with the existing site after installing the MongoDB 3.1 module. My website is currently running version 11.6.
I am trying to install mongodb 3.1 in my current Drupal 11.6 project.
Current project is running with mysql db. I want integrate mongodb 3.1 module as well.
After installing module getting following error.
PHP Fatal error: Uncaught Error: Call to undefined method Drupal\mysql\Driver\Database\mysql\Connection::getConnection() in /var/www/html/web/modules/contrib/mongodb/src/Driver/Database/mongodb/TableInformation.php:70
Please raise merge request or make a patch for this issue.
I am moving it RTBC.
issue has been fixed in 8.x-2.x-dev.
Please check dev version.
Please raise new MR.
code is merged in dev branch.
Fix nested field validation issue.
shashank5563 ā changed the visibility of the branch 3501575-errors-after-update to hidden.
I am moving it for RTBC.
duplicate : https://www.drupal.org/project/conditional_fields/issues/3501575 š Errors after update to alpha6 Active
Hi @goose2000, I have tested the patch on my local. it is working as expected.
Can you test once at your end.
@drupgirl, I am facing the same issue and i have applied the #5 comment link. but my is not resolved.
I have created a new issue and added the proposed solution here.
https://www.drupal.org/project/conditional_fields/issues/3525700
š
TypeError: \NestedArray::getValue(): Argument #2 ($parents) must be of type array,
Needs work
shashank5563 ā created an issue.
shashank5563 ā created an issue.
@divyansh, Please check once with following drupal version .
Module version: 3.1.0
Drupal version: 10.3.6
shashank5563 ā created an issue.
Drupal 11 is already deployed.
Hi Anish, Your code is merge in 8.x-1.x-dev Branch. Please review once at your end as well.
access check has been added in latest release.
This issue has been fixed. Please test and confirm.
Hi Mably,
I have checked your branch and saw lot of changes there.
Your code has been merged. Please check dev( https://www.drupal.org/project/audio_embed_field/releases/8.x-2.x-dev ā ) version.
Until, I will also testing your code in dev version.
Hi Mably,
Your code has been merged. Please check dev( https://www.drupal.org/project/audio_embed_field/releases/8.x-2.x-dev ā ) version.
Until, I will also testing your code in dev version.
I am also experiencing the issue. Can you please address this in the latest release?
shashank5563 ā created an issue.