Migrate module support was implemented in the module in #1635608: Migrate module support. However, this doesn't work for me. The field handler does not show up on the migrate configure page. It requires the fivestar.migrate.inc to be in the same location as the .module file and also listed in the .info file. I tested this against latest release of Migrate 2.6. It should work for earlier versions too.

CommentFileSizeAuthor
#1 fivestar-migrate-2225407-1.patch3.26 KBhussainweb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hussainweb’s picture

Status: Active » Needs review
FileSize
3.26 KB

I am attaching the patch which moves the .migrate.inc file to the module root path and adds an entry to .info file.

whiteph’s picture

Thanks, I'll look at this when I get back from vacation.

SiliconMind’s picture

Any word on this? Same issue here: the fivestar.migrate.inc is never included and the handler is not available for migration classes.

The patch works for me. Tested with Migrate 2.5.

hussainweb’s picture

Thanks @SiliconMind for the review. I have tested this with Migrate 2.6-dev and it is working fine.

If you are satisfied with the patch, please mark it as RTBC so that things can move ahead.

SiliconMind’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
Issue tags: +RTBC

No objections here. Works like a charm.

emilorol’s picture

Hi,

I am using the file with Migrate D2D and it is not registering. I have move the file in and out the includes folder and properly add it to the info file (with/out the includes) and it is not working. I had to copy the code an add it to my custom made migrate file and then it will register.

Now I am trying to migrate rating from nodes and comments, but I can figure it how since in the source node in D6 I don't see the rating field.

What am I missing?

Note: I am migrating D6 to D7

  • whiteph committed c1c12ec on 7.x-2.x authored by hussainweb
    Issue #2225407 by hussainweb: Migrate Module Support doesn't work
    
whiteph’s picture

Status: Reviewed & tested by the community » Fixed

@emilorol - please open another issue if you still have your problem with nodes & comments.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.