• In continuation of my testing of CPT Tables, here’s a new experience of trouble that I wish to bring to your attention and possible fix.

    1. Local install, with test content.
    2. CPTs and Custom Fields created with ACF.
    3. CPT Tables successful migration of CPT to own DB tables.
    4. Frontend form created with ACF Extended plugin.
    5. Logged-in as Subscriber from front-end –> filled in CPT form there –> submitted form.
    6. Successful submission, zero errors.
    7. Back to backend as Admin.
    8. No post found on backend under CPT menu
    9. Post instead found under Posts (standard) menu
    10. Zero custom field content inside post.
    11. Even post title simply reads Post and not the title published from the front-end form.
    12. CPT DB table had zero entrries of submitted form from frontend
    13. wp_post had entry for submission, but wp_post_meta had zero entry.
    14. Repeated the test even as admin user from front-end, same result. A total of 7 repeat submissions, same result.
    15. Absence of errors displayed made things messy.
    16. Finally, went to CPT Tables Settings and REVERTED the CPT table. This reset the destination of content for the CPT under wp_post and wp_post-meta
    17. Repeated the front-end submission again. This time, the submission worked successfully, producing complete capture of submitted content. All custom field content and CPT Title field were successfully captured. All inside wp_post and wp_post_meta.
    18. BTW, with CPT Tables migrated –> Admin user –> from backend –> create CPT content –> SUCCESS –> data captured inside wp_cpt and wp_cpt_meta.
    19. It is observed that ONLY submissions from front-end for migrated CPT Tables gave the above abnormal observation.

    Perhaps you would be able to guess where the issue is and trouble-shoot any bug that may exist? Request you to kindly advise a solution.

    Thanks in advance.

    Vy

    PS: Due to several screenshots to showcase, I have not added them – instead tried to give you a step-by-step narration of the problems experienced. Hopefully this provides you adequate inputs to reproduce and debug?

    • This topic was modified 1 year, 10 months ago by vy name. Reason: formatting corrections
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vy name

    (@vy-name)

    Just to add, I am using ver 1.2.4 of your plugin. Win 11, Local by Flywheel, PHP 8.19, MariaDB 10.4.10

    Thread Starter vy name

    (@vy-name)

    Hi,

    Just checking if you had a chance to evaluate/recreate the problem reported here. I request you to kindly suggest a fix/solution to this.

    Your plugin has a lot of promise and can be a game-changer for large content sites with many CPTs (as in the case of the project we are at the start of) and especially when they are non-profit (as in my case). Front-end posting is the only non-working part in your wonderful plugin (at this time).

    Grateful for an early response.

    Vy

    Plugin Author sebastianklaus

    (@sebastianklaus)

    Can you check your database if there are some of theses custom entries in the _posts or _postmeta?

    Plugin Author sebastianklaus

    (@sebastianklaus)

    Okay. I read your submission now exactly. I think I found some lacking and the trigger to move the data is not working properly.

    I try to fix that and provide an update. We’ll see if that fixes it for you

    Thread Starter vy name

    (@vy-name)

    Greetings

    Just checking with you if you had any update?

    Can you check your database if there are some of theses custom entries in the _posts or _postmeta?
    
    

    My apologies… I forgot to respond to this query from you – Yes, indeed there were entries in wp_post & wp_post_meta tables for the CPT post submitted, but these were NOT found in the CPT table itself.

    Hoping to receive an update from you. Your plugin will make a big difference to our project.

    Thank you in advance.

    With regards

    Vy

    Thread Starter vy name

    (@vy-name)

    Hi @sebastianklaus

    Hope to hear from you on this please.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘New Posts for CPT from Front End – Errors and Problems’ is closed to new replies.