elementor error post #103

Open
opened 8 months ago by rbsetiawan · 0 comments
Owner

Duplikat and post draf

  • Pilih menu Post -> duplicate ->
  • pilih post duplicate -> Edit With Elementor -> Publish

Solusi

error pada post besar kemungkina karena paket elementor via url tidak terkirim ke wordpress front ent, maka perlu dilakukan perubahan url
  1. duplikat post yg error pastikan saat di post bisa di prevew
  2. catat post id old dan new
  3. update log post old ke new log by id

-- Cek old log 801 dan new log 18557 by id
SELECT * FROM wp_statistics_pages where id in (801, 18557) order by id DESC

-- update old log 801 dan new log 18557 by id
update wp_statistics_pages set id = 18557
where page_id in (4, 23, 33, 34, 103 ....)

# Duplikat and post draf - Pilih menu Post -> duplicate -> - pilih post duplicate -> Edit With Elementor -> Publish # Solusi ``` error pada post besar kemungkina karena paket elementor via url tidak terkirim ke wordpress front ent, maka perlu dilakukan perubahan url ``` 1. duplikat post yg error pastikan saat di post bisa di prevew 2. catat post id old dan new 3. update log post old ke new log by id -- Cek old log 801 dan new log 18557 by id SELECT * FROM `wp_statistics_pages` where id in (801, 18557) order by id DESC -- update old log 801 dan new log 18557 by id update `wp_statistics_pages` set id = 18557 where page_id in (4, 23, 33, 34, 103 ....)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.