Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Existing Post Data Doesn't Updategot it
Forum: Plugins
In reply to: [Really Simple CSV Importer] Existing Post Data Doesn't UpdateI’m so sorry, but I was so busy last few weeks. anyway, you pastebins are all removed. could you re-upload these? thanks
Forum: Plugins
In reply to: [Really Simple CSV Importer] importing csv to meta boxYes, you can.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Random 'Could not insert post into the database'It seems database sql errors happens through the process.
https://github.com/WordPress/WordPress/blob/4.2.1/wp-includes/post.php#L3395Please check out your sql error log file in your server.
Thanks
Forum: Plugins
In reply to: [Really Simple CSV Importer] Large CSV file upload timeoutNo, there is not an another way. Please separate your csv file. Thanks
Forum: Plugins
In reply to: [Really Simple CSV Importer] post_thumbnail issue withThe Importer can’t treat images with url queries (e.g. v=foo&w=bar) correctly.
Forum: Plugins
In reply to: [Really Simple CSV Importer] post_thumbnail – How it works?I don’t use windows, but this article may help you.
https://technet.microsoft.com/en-us/magazine/ff678296.aspxForum: Plugins
In reply to: [Really Simple CSV Importer] Check for a valid post statusThank you for your advice. I’ve added the one to my list.
https://github.com/hissy/rs-csv-importer/issues/34Forum: Plugins
In reply to: [Really Simple CSV Importer] Import tag slugI’m sorry, I’ve activated my account. thanks.
Forum: Reviews
In reply to: [Really Simple CSV Importer] Need helpSounds weird. Do you use any caching plugin?
Forum: Reviews
In reply to: [Really Simple CSV Importer] Not so much 'simple' as 'raw'Good review. thanks
Forum: Plugins
In reply to: [Really Simple CSV Importer] Existing Post Data Doesn't UpdateCould you activate this add-on-plugin and give me a debug information?
Forum: Reviews
In reply to: [Really Simple CSV Importer] Need helpCan you try add posts with categories manually (not from csv file)?
If these posts aren’t show on your category archive, the issue is your theme’s side.Forum: Plugins
In reply to: [Really Simple CSV Importer] post_thumbnail – How it works?I can’t understand why. The weirdest thing is post_thumbnail is ignored in debug information. The debugging add-on is hooked before importing. If the problem is server side, like deference of file system of OS or firewall of your network, post_thumbnail should appear in debug information.
Forum: Plugins
In reply to: [Really Simple CSV Importer] post_thumbnail – How it works?post_thumbnail seems ignored by the importer. can you share raw csv data for me?