• Resolved thomasmartinstudio

    (@thomasmartinstudio)


    I’m trying to do a test import with custom fields. I’ve tried both CFS and ACS for custom fields. Everytime I get the following message repeated twice:
    Note: Please include post_type value if that is possible.
    Content, title, and excerpt are empty.
    WP_Post object is not set.
    WP_Post object is not set.
    WP_Post object is not set.
    WP_Post object is not set.
    WP_Post object is not set.
    WP_Post object is not set.
    WP_Post object is not set.
    WP_Post object is not set.

    I’ve checked and double checked my csv. But I’m sure I’m missing something. Any help would be great.

    https://wordpress.org/plugins/really-simple-csv-importer/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takuro Hishikawa

    (@hissy)

    Please upload this PHP file and activate as a plugin, then re-run importing, share the results. Thanks

    https://gist.github.com/hissy/7175656

    Thread Starter thomasmartinstudio

    (@thomasmartinstudio)

    Thanks. This is what I get:
    $is_update:
    bool(false)
    $post:
    array(0) {
    }
    $meta:
    array(7) {
    [““post_title””]=>
    string(14) “”TM12FT01””
    [“”post_id””]=>
    string(0) “”
    [“”post_type””]=>
    string(10) “”post””
    [“”post_status””]=>
    string(11) “”draft””
    [“”post_tags””]=>
    string(0) “”
    [“”field_54ca79abf869e””]=>
    string(11) “”FT 01””
    [“”field_54ca79cbf869f””]=>
    string(10) “”2012””
    }
    $tax:
    array(0) {
    }

    Plugin Author Takuro Hishikawa

    (@hissy)

    OK, your problem is the double quotation. Please do not add quotes manually, use the export option of spreadsheet software. I recommend you to use LibreOffice.

    Thread Starter thomasmartinstudio

    (@thomasmartinstudio)

    Thanks. I have it working now. What I did with Excel was Save As Windows Comma Separated and that did the trick. Normal save as csv didn’t give me the quotes, which is why I added them. Then, once I realized, I saved as Windows and that’s how I got the double quotes. I may go ahead and try Libre Office for my big import.

    Thread Starter thomasmartinstudio

    (@thomasmartinstudio)

    FYI, I did a test import from a CSV made in Google docs. It went fine, though I wasn’t doing anything fancy. Just Excel for Mac was weird.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP_Post object is not set.’ is closed to new replies.