• I started getting this error and not sure when it started. No error on submission it just not showing anything for the repeating fields.

    Unknown column ‘pandarf_parent_pod_id’ in ‘where clause’ for query SELECT * ,(
    SELECT GROUP_CONCAT( psl0_tb.related_item_id ORDER BY psl0_tb.weight ASC SEPARATOR “,” )
    FROM msc_podsrel AS psl0_tb
    WHERE psl0_tb.pod_id = “1570”
    AND psl0_tb.field_id = “1575”
    AND psl0_tb.item_id = pod_tb.id
    GROUP BY psl0_tb.item_id
    ) AS author FROM msc_pods_revenue_source AS pod_tb WHERE 1=1 AND pandarf_parent_pod_id = 77 AND pandarf_parent_post_id = 1569 AND pandarf_pod_field_id = 95 ORDER BY CAST( pandarf_order AS UNSIGNED ) ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/scratchpad-child/single-application.php’), get_template_part, locate_template, load_template, require(‘/themes/scratchpad-child/edit-application.php’), pandarf_items_fn, get_pandarf_items

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Coding Panda

    (@codingpanda)

    @mullerroland

    It looks like the repeater field’s columns are not available. Is it possible to export the related Pods for me to investigate?

    Thread Starter mullerroland

    (@mullerroland)

    Impossible as this was solved by downgrading both Pods and Repeater plugins. Kept downgrading them till it started working. PHP 7.4, Pods 2.7.31, and Repeater 1.2.1. Do get some WordPress errors like invalid arguments and such but, I am working through them one after the other. The original tables did have the necessary columns and not sure why would not find them. Thank you for responding.
    Roland

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unknown column’ is closed to new replies.