Account created on 27 January 2014, almost 11 years ago
#

Recent comments

🇮🇳India sandip27

I even tried with the DEV branch i.e. 8.x-1.x-dev and yet, same, no option to add the message notification. Module is awesome but needs to fix the issue at earliest to make it working.

🇮🇳India sandip27

Further updates, this issue appears when I set the custom search paths in the block. If I leave that field empty, then by default the search functionality searches the site and works perfectly okay with respecting the encoding of "&" for results. However, when I give the custom paths, the search module starts behaving weirdly as mentioned above.

🇮🇳India sandip27

Just an update... This issue doesn't come when I am integrating the search block on plain page... but If I integrate the custom search block programatically in one of my overlay, the problem with "&" starts appearing..

🇮🇳India sandip27

I know, you must not be needing the "Thank you" anymore... BUT I must say, Thanks a ton ! You've solved my issue pending for long time..

🇮🇳India sandip27

During migration, I tried the patch provided by @unkelhoebbi at #17. When I used this patch with my custom code migrations in "custom_module/migrations" folder it worked. However when I applied the same patch and used it for "configuration entities" generated in my "custom_module/config/install" folder, it didn't work. The Nodes are no more attached to the Domains I had assigned in D7 version of site.

No matter whether I use d7_node_domain_access or d7_node_complete, it still doesn't connects the nodes to domains in migrated database.
More details can be found at : https://drupal.slack.com/archives/C226VLXBP/p1693222680688409

Any suggestions ?

🇮🇳India sandip27

There is still error with this module during the Migration.

Error: Cannot use string offset as an array in Drupal\mailsystem\Plugin\migrate\process\MailSystemModules->transform() (line 36 of /web/modules/contrib/mailsystem/src/Plugin/migrate/process/MailSystemModules.php).

The code line at Line # 36 of MailSystemModules.php file -
$value[$module][$index]['formatter'] = $data;

Since this issue is closed(fixed) and only maintainers can reopen, so would like this to be attended by the maintainers please and @srishtiiee at Acquia to please fix this broken functionality.

Thanks

🇮🇳India sandip27

@quietone, well, then the document PHP versions supported definitely needs to be updated as I can clearly see and am seamlessly using the Drupal 9 with PHP 8.2.4. Check the below screen shot -

Nonetheless, why selected 2 modules ? Have you tried selecting all 3 ? OR at least try installing 'Migrate Drupal UI' alone and see if error appears. It should.

🇮🇳India sandip27

Hello @quietone,

Basic Details of System -

  • Drupal Version : 9.5.10
  • PHP Version : 8.2.4
  • Database System : MySQL, Percona Server, or equivalent
  • Database Version : 8.0.32
  • Web Server : Apache/2.4.56 (Unix) PHP/8.2.4

Here are the Steps -

  1. Start a FRESH Install.
  2. Upon Installation Completion, head to Enable the Module(s)
  3. Do enable your needed other modules.
  4. Next, select the followin modules for Installations -
    • Migrate
    • Migrate Drupal
    • Migrate Drupal UI
  5. You land up on Error Page.

The Error Shown on Browser is -
"The website encountered an unexpected error. Please try again later."

The error shown in Error Log -
[Tue Jul 25 15:43:36.682665 2023] [php:notice] [pid 70899] [client 127.0.0.1:64881] Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\RouteNotFoundException: "Route "migrate_drupal_ui.upgrade" does not exist." at /Users/sandipt/Sites/D9/web/core/lib/Drupal/Core/Routing/RouteProvider.php line 206, referer: http://D9.lo:8080/admin/modules

When I add the line \Drupal::service('router.builder')->rebuild(); in function migrate_drupal_ui_install() in migrate_drupal_ui.install file, the error Doesn't appear anymore after installation.

🇮🇳India sandip27

I have experienced this issue with the Fresh Install.. I was installing modules one by one and when I came to "migrate_ui" module, faced this issue. Applied the changes suggested in given patch manually, and it worked like a charm.

🇮🇳India sandip27

That worked like a charm !

I have updated the Status to "Reviewed and Tested".

Maintainers, Please roll out this patch to merge into the module.

Thanks

🇮🇳India sandip27

The patch worked fine for removing the items off of User Login Block. However, it removes just the Links, but wrapping <ul><li></li></ul> is still there making the looks of user login block weird.

There should be some fix that will eliminate the entire

    structure off of login block. Check attached screenshot.

    🇮🇳India sandip27

    @shailja179,
    As I mentioned in Description, I am not sure about the by default out of the box behaviour of this module, but I am rendering the login block programatically in one of twig file through .theme file via hook_preprocess_node().

    In that scenario, When some one renders the User Login Block Programatically, the link to reset the password is missed to be eliminated and still present.

    Production build 0.71.5 2024