carlos romero → created an issue.
Hi, I created the MSR from the 10.4.x branch because that's the one I'm working on. I've also noticed that the JS file only loads when I'm logged in. Testing as anonymous on my portal, I see that it doesn't load the JS and assigns the is-active class from PHP, in this class:
ActiveLinkResponseFilter
I've added the fix so it works in both scenarios, although I think this should be unified (in my opinion) and the is-active class should be assigned from a single location.
I'm going to try to make the mr to the 11.x branch, although I don't have a way to test it in my environment right now.
carlos romero → created an issue.
The latest changes to the 10.3.x-3207875 branch have caused errors in my production projects. I've reinstated the code. I have applied this patch to over 50 portals. Please be careful with the code you modify.
Regards.
carlos romero → changed the visibility of the branch 10.3.x-3207875 to hidden.
carlos romero → created an issue.
Hi, I've forked, applied the change to the 10.4.x branch, and submitted the PR.
Best regards.
carlos romero → made their first commit to this issue’s fork.
Hi, in Drupal version 10.4.2, the CSS and JS folders aren't created.
I made a change to the Lazy CSS and JS optimizers. In the old one (the deprecated one that isn't lazy), it uses code to generate the folders and files. I adapted the Lazy optimizer to do this as well, and it works for me.
I created a branch from the 10.4.x branch and requested a PR.
Also for the 11.x branch.
Best regards.
carlos romero → made their first commit to this issue’s fork.
Thank you for reporting and collaborating.
I'm closing this issue!
carlos romero → created an issue.
carlos romero → created an issue.
reroll patch for 2.5
Reroll patch for 2.5 version, mr done
carlos romero → made their first commit to this issue’s fork.
carlos romero → made their first commit to this issue’s fork.
carlos romero → made their first commit to this issue’s fork.
carlos romero → made their first commit to this issue’s fork.
carlos romero → changed the visibility of the branch issue/3477713 to hidden.
carlos romero → changed the visibility of the branch feat/3477713 to active.
Hi everyone,
I just downloaded the module in Drupal 10, it gives me the error for this issue, but the mr patch is not applied, it gives an error.
I have made a new branch and a mr, this patch is applied, I hope it helps.
Greetings.
carlos romero → changed the visibility of the branch issue/3477713 to hidden.
carlos romero → made their first commit to this issue’s fork.
carlos romero → created an issue.
In the selectors above you must select the Drupal10 destination, it can be content type, paragraph or vocabulary, then by Ajax the fields of the selected type will be loaded in the selectors of the fields you say.
On the module page description is explained, i will upload a video tutorial and add more documentation.
all the best.
so have you managed to configure the users?
Hi wattsesings, maybe u are not configured the roles mapping tab.
Maybe a bug i will resolve, please try configure the roles first and later try again with users.
Thanks for use migrate wizard.
Hello,
In the migration of the taxonomy related field you must select the dependency so that migrate can then do the lookup, have you done this?
Can you put screenshots of the configuration of the taxonomy migration and of the field in the content type of that taxonomy?
Regards.
This point would correspond to the general Drupal documentation on how to do migrations, in any case we could refer to that documentation from here.
Regards.
carlos romero → made their first commit to this issue’s fork.
hi acke, u can get me a credit please?
thanks!
carlos romero → made their first commit to this issue’s fork.
carlos romero → made their first commit to this issue’s fork.
Done, I've added a new plugin that migrates the url field type from drupal 7 to a link field type from drupal10.
Please do composer update drupal/migrate_wizard
Thanks and regards
carlos romero → made their first commit to this issue’s fork.
carlos romero → made their first commit to this issue’s fork.
Hi awanson.
You must run drush ms for see the migrations avaliables.
Later you can run drush mim id_migration for run each migration.
Also you can install migrate tools module for run migration from admin interface.
Here you can see all commands for manage migrations with drush.
I understand that your problem is about migrations in general. The purpose of this module is to automatically generate the YML that are normally done by hand, the rest of the process to migrate content from Drupal 7 is the same as always. I recommend that you read documentations, tutorials. Examples and videos to learn and understand how Drupal migrations work. I close the issue. all the best.
Hi, I don't understand why you are getting data from roles and text formats, but your database configuration is not correct.
Seeing what is happening to you, I think it would be a good idea to set the fields as required.
I don't understand why it is reading your roles and text formats, but I recommend trying to put the correct data in the database configuration and then test it.
Sorry if it doesn't seem obvious what data to enter in those fields, but I assumed that it would be understood that it should be done as in the standard configuration for databases, with a quick search on Google I found this tutorial, for example:
https://octahedroid.com/blog/drupal-7-drupal-10-full-step-step-migration...
Take a look at it and do your tests.
carlos romero → created an issue.
Hello,
I think your connection configuration to the drupal 7 database is not correct.
In the database entity configuration offered in the module, you have to put the data in the same way as when you add it in the settings.php file.
There are many tutorials and documentation about how to do it.
In the description of migrate wizard there is an image that shows how it should be:
Although there is some data that I suppose will vary, such as the name of the database, user, password, host, port... adapt this data to what you need, you can see the settings.php file of your drupal7 to see what you need.
If you are using Lando, as slcak has told me, verify that the connection to the drupal database from the drupal 10 docker console works with mysql.
I use ddev for my local stack and from the drupal 10 docker console I write this:
mysql -u db -p -h ddev-drupal7-db
and I can connect to the drupal 7 database.
Sorry the issue is duplicated:
https://www.drupal.org/project/migrate_wizard/issues/3480010 🐛 TypeError: Illegal offset type when creating database Active
I just released a new release of the module with this bug fixed
Please do composer update drupal/migrate_wizard
carlos romero → made their first commit to this issue’s fork.
carlos romero → created an issue.
carlos romero → made their first commit to this issue’s fork.
carlos romero → made their first commit to this issue’s fork.
closed duplicate
Hi avpaderno,
First of all, thank you for your instructions.
I think I have solved everything you have indicated.
In the controllers, I have added a base controller MWControllerBase, which implements ContainerInjectionInterface and I extend that in all my controllers.
Also in that controller I use some traits that I needed (these were already in the original ControllerBase), but now the rest of ControllerBase is no longer there, only what I need :).
I have moved the listbuilders to the entity folder and fixed the namespaces.
I have removed the interfaces of the entities that were not needed.
I await further instructions if there are any.
Thank you very much.
Regards
carlos romero → created an issue.
carlos romero → made their first commit to this issue’s fork.
carlos romero → made their first commit to this issue’s fork.
carlos romero → created an issue.
Hi, I've fixed some bugs that were in the 2.0.x branch.
If you've already started the review, please excuse me.
Regards.