• Resolved hartleystone

    (@hartleystone)


    Hi,

    Been looking for this kind of plugin for ages. Thanks for the hard work.

    I followed the step-by-step instructions but am getting the following error when I go to ‘Comics’ pod. Wondering if you could assist.

    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_parent_pod_id"
    
    WordPress database error: [Duplicate column name 'pandarf_parent_pod_id']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_parent_pod_id</code> int(11) NOT NULL
    
    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_parent_post_id"
    
    WordPress database error: [Duplicate column name 'pandarf_parent_post_id']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_parent_post_id</code> int(11) NOT NULL
    
    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_pod_field_id"
    
    WordPress database error: [Duplicate column name 'pandarf_pod_field_id']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_pod_field_id</code> int(11) NOT NULL
    
    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_order"
    
    WordPress database error: [Duplicate column name 'pandarf_order']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_order</code> text NOT NULL
    
    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_created"
    
    WordPress database error: [Duplicate column name 'pandarf_created']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_created</code> DATETIME NOT NULL DEFAULT "0000-00-00 00:00:00"
    
    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_modified"
    
    WordPress database error: [Duplicate column name 'pandarf_modified']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_modified</code> DATETIME NOT NULL DEFAULT "0000-00-00 00:00:00"
    
    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_modified_author"
    
    WordPress database error: [Duplicate column name 'pandarf_modified_author']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_modified_author</code> int(11) NOT NULL
    
    WordPress database error: [Table 'wp_comic_content' doesn't exist]
    SHOW COLUMNS FROM <code>zrc5_comic_content</code> LIKE "pandarf_author"
    
    WordPress database error: [Duplicate column name 'pandarf_author']
    ALTER TABLE <code>zrc5_pods_comic_content</code> ADD <code>pandarf_author</code> int(11) NOT NULL
    • This topic was modified 9 years, 7 months ago by hartleystone. Reason: Forgot to tick Notify by email
Viewing 4 replies - 1 through 4 (of 4 total)
  • Just a heads up here, Pods 2.7 will include functionality similar to this but it works with Post types, Taxonomies, Users, and Advanced Content Types. We aren’t officially supporting this plugin and cannot guarantee it will continue to work when 2.7 comes out in the next month.

    Thread Starter hartleystone

    (@hartleystone)

    Thanks Scott

    Plugin Author Coding Panda

    (@codingpanda)

    Just wonder if you have created a table with Advanced Content Type, because it should be wp_pods_comic_content rather than wp_comic_content.

    Plugin Author Coding Panda

    (@codingpanda)

    Hi Hartleystone, Scott

    The problem should be fixed now.

    Please update the plugin and have a look.

    Thanks for reporting the problem.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Table doesn’t exist’ is closed to new replies.