Account created on 9 January 2019, over 5 years ago
#

Recent comments

I'm getting this message as well when trying a single node ID, e.g. drush mim MIGRATION_NAME --idlist=9879.

Unfortunately, adding --update at the end causes it to barf (although --update works fine without --idlist) with the error . I tried --update=TRUE and it complained that update doesn't take values.

Any help appreciated!

Thank you! This did the trick for me. (Not using teasers though, per  cmwelding β†’ ). 

I came across this a decade after OP when migrating from D6 to D8/9 and dealing with the "nodereferencecount" being an option for new fields in D6 from a module only supported through D7 ( https://www.drupal.org/project/nodereference_count β†’ ). 

Creating a View seems like the right direction, and the steps from @ dariogcode β†’  mostly still worked! Here's what I did with differences in bold.
 

  • Change "Use Aggregation" to "Yes" under Advanced section
  • Also under Advanced, add a relationship where I looked up the field machine name of the field from the other CT that references the current CT that I'm building this View for.
  • Still under Advanced, add a Contextual Filter and select simply ID.
  • That's it!

Simple spelling/grammar changes. 

I was trying to make a custom block using PHP, but nothing was printing due to the PHP filter missing. I already had `filter` installed from core, but still had to go to /admin/config/content/formats and configure "PHP code" for it to work.

Production build 0.69.0 2024