webevyash
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hi @sc0ttkclark , Any update?
Post running the script, our single post (Custom Post Type) is also failing with below error:
Database Error; SQL: SELECT DISTINCT
t
.* FROMWJa_posts
ASt
LEFT JOINWJa_pods_legal_cases
ASd
ONd
.id
=t
.ID
WHERE ( (t
.post_status
IN ( 'publish' ) ) AND (t
.post_type
= 'legal_cases' ) ) ORDER BYt
.menu_order
,t
.post_title
,t
.post_date
LIMIT 0, 15; Response: Table '****<MY DB>***.WJa_pods_legal_cases' doesn't existAlso I was not able to find “Pods Converter” on WordPress Marketplace as mentioned in Readme. Note: I downloaded the zip file and then uploaded the plugin. Ref: https://github.com/pods-framework/pods-convert/blob/master/readme.txt#L44
Thanks,
Hi, Thanks for this info.
Facing the below error. Can you please share elaborated documentation if there is any?
# wp pods-convert migrate --pod=legal_cases --new_storage=table
Found pod legal_cases (#847 - post_type) to migrate.tml/*****]#
Error: Error: Database Error; SQL: SELECT
DISTINCT
t
.*,d
.*
FROMWJa_posts
ASt
LEFT JOINWJa_pods_legal_cases
ASd
ONd
.id
=t
.ID
WHERE ( (t
.post_status
IN ( 'publish' ) ) AND (t
.post_type
= 'legal_cases' ) )
ORDER BYt
.menu_order
,t
.post_title
,t
.post_date
LIMIT 0, 100; Response: Table '****MY DB***.WJa_pods_legal_cases' doesn't existThanks,
Got it, Thanks!
Can I update existing pod to use table storage or I need to create a new pod from scratch?
Viewing 4 replies - 1 through 4 (of 4 total)