Some taxonomy term pages don't show all associated nodes

Created on 5 July 2024, 2 months ago
Updated 6 July 2024, 2 months ago
  • PHP 8.1.29
  • 10.6.18-MariaDB-cll-lve-log
  • 10.2.6 Drupal core with no PHP customization.

In a extreme minority of taxonomy term pages not all nodes are shown β€” rather only about 1-5 nodes are shown instead of many more, tens or hundreds more.

The website is otherwise working fine with no errors or warnings.

I think that this problem might be related to converting node bundles of some nodes which I did a few months ago with the module.
Your opinion? Thanks.

πŸ’¬ Support request
Status

Postponed: needs info

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @bendqh1
  • Status changed to Postponed: needs info 2 months ago
  • πŸ‡ΊπŸ‡ΈUnited States el1_1el

    There are so many reasons this could happen I'd need more information.

    Assuming you are using the default taxonomy view page look at /admin/structure/views/view/taxonomy_term first to check and test.

    If you left the default Content Teaser display style in the view, you may want to take a look at the content type display at /admin/structure/types/manage/[content_type_machine_name]/display and see if the Teaser type if enabled is displaying anything.

    Its also possible you modified some twig files.

    Also verify that the converted nodes are still tagging the term and if not its possible that the term data was not mapped properly in the second step of the convert bundles form. The default is to remove the data if the field name is not the same. When it isnt the same field name you have to select a field to map the data to if one of that type exists.

    If the last item is the case, hopefully you have backups or revisions.

    Hope that helps

  • I use the default taxonomy term view with no customization whatsoever. It's display setting is indeed a node teaser.

    I use the default node display settings for all content types and further more --- one node of a certain content type is shown in the taxonomy term page but at least one other node from the same content type aren't.
    I have repeated this finding with two other content types.

    The only Twig file I have modified is themes\globalrs\templates\layout\page.html.twig and the changes there are minor such as adding an HTML-CSS structure and perhaps printing a Drupal region in it. Nothing more.

    I no longer recall which nodes have been converted exactly and can't access any relevant logs as I have already removed the module several months ago just after converting the nodes but based on searches with the Drupal search engine I get the impression that no tag was deleted anywhere at all.

Production build 0.71.5 2024