Clear PODs cache or saving POD changes all PODs to Type = Custom Post Type
-
When I do any of the following the Type of all my PODS are changed to “Custom Post Type”:
1. Clear the PODs cache
2. Click ‘Save Pod’ in an existing Pod (even if I do not make any changes)
3. Upgrade PODs to any version above 2.6.10Before I do any of these, I have PODs of many types (e.g., Custom Taxonomy, Custom Settings Page, Post Type (extended), Custom Post Type). After I do any of these all PODs have Type = Custom Post Type. I see this on the Edit Pods page.
And my website breaks because get_term_by() returns false, since the taxonomy cannot be found in this code:
if ( ‘term_taxonomy_id’ !== $field && ! taxonomy_exists( $taxonomy ) ) {
return false;
}Debug Information
WordPress Version: 4.9.8PHP Version: 5.6.37
MySQL Version: 5.6.39
Server Software: Apache
Your User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Session Save Path: /tmp
Session Save Path Exists: Yes
Session Save Path Writeable: Yes
Session Max Lifetime: 1440
Opcode Cache:
Apc: No
Memcached: No
OPcache: Yes
Redis: No
Object Cache:APC: No
APCu: No
Memcache: No
Memcached: No
Redis: No
WPDB Prefix: wpw_WP Multisite Mode: No
WP Memory Limit: 40M
Pods Network-Wide Activated: No
Pods Install Location: /home/uscwmmob/public_html/weaveStaging/wp-content/plugins/pods/
Pods Tableless Mode Activated: No
Pods Light Mode Activated: No
Currently Active Theme: Weave
Currently Active Plugins:
Pods – Custom Content Types and Fields: 2.6.10
WP Favorite Posts: 1.5.8
- The topic ‘Clear PODs cache or saving POD changes all PODs to Type = Custom Post Type’ is closed to new replies.