craigwilcox
Forum Replies Created
-
Forum: Plugins
In reply to: [WP CSV] Re-serializing on importThank you, Paul. Sorry I didn’t post it this way the first time.
Best,
CraigForum: Plugins
In reply to: [WP CSV] Re-serializing on importHi Paul,
Here is the exact value I have in the cell after creating the field in the UI and exporting it (to use as an example for what I’ll upload later):
a:1:{i:0;a:5:{s:4:”type”;s:4:”text”;s:8:”required”;s:2:”on”;s:5:”label”;s:44:”Please tell us what sewing machine you have.”;s:4:”slug”;s:43:”please-tell-us-what-sewing-machine-you-have”;s:5:”extra”;a:0:{}}}
After importing it and then exporting it again, I get this:
s:343:”a:2:{i:0;a:5:{s:4:”type”;s:4:”text”;s:8:”required”;s:2:”on”;s:5:”label”;s:44:”Please tell us what sewing machine you have.”;s:4:”slug”;s:43:”please-tell-us-what-sewing-machine-you-have”;s:5:”extra”;a:0:{}}i:1;a:5:{s:4:”type”;s:4:”text”;s:8:”required”;s:2:”on”;s:5:”label”;s:12:”Phone Number”;s:4:”slug”;s:12:”phone-number”;s:5:”extra”;a:0:{}}}”;
If this is beyond the scope of support you can provide, just let me know…
Thanks,
CraigForum: Plugins
In reply to: [WP CSV] Re-serializing on importThanks for your response, Paul. I didn’t get a email about it for some reason, but I did a search and this came up as the second result in google. 🙂
Just so you’re aware, I’m still on 4.4.2 right now. If you know of any other plugins I should disable besides CPT-UI, let me know.
Thanks again…
CraigI just tried this myself and received the WSOD. I just removed the “<?php” tag at the beginning, which isn’t necessary, and it works fine now.