Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bhanumunjal

    (@bhanumunjal)

    Got this working but now when I go to approve it I get this message
    “Post updated, but cannot be published since some required data is not filled properly.”, but all the data is in there

    Thread Starter bhanumunjal

    (@bhanumunjal)

    Alright, it works if the status is changed to published from Quick Edit option, but if used Edit option and then published is clicked in there it gives that message “Post updated, but cannot be published since some required data is not filled properly.”

    Plugin Author Greg Winiarski

    (@gwin)

    Hi, this message should show only if one of the fields in Additional Information tab (when editing Ad) is not filled properly

    Thread Starter bhanumunjal

    (@bhanumunjal)

    Thanks

    I just downloaded and installed (Version 1.0.8) and got same issue as others:”Post updated, but cannot be published since some required data is not filled properly”

    As admin, I setup 2 test categories, and a couple ads, and made sure the adds were filled in completely, including Additional Information tab (as indicated *required, for both category and adverts) still not published.

    I looked back at entries, and notice the meta tags not filled for categories, I filled in again but does not save??
    Thinking that might cause advert to not publish, I unchecked all categories and tried to publish – still same message “…required data is not filled properly”. (I tried the default category also – still no good)

    stuck – Any ideas ?

    Plugin Author Greg Winiarski

    (@gwin)

    Do you have all the data filled (including: title, description, expired)? If not then fill them and save the form again.

    If nothing else you can disable checking if provided data is valid by adding following code to your theme functions.php

    add_action("init", "my_custom_init", 50);
    function my_custom_init() {
        remove_action( 'save_post', 'adverts_save_post_validator');
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘moderate="1" not working’ is closed to new replies.