Skip Navigation

[Resolved] WP Allexport/import-Toolset has big bugs? On Post-Export, -Import + -Update

This support ticket is created 3 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 16 replies, has 2 voices.

Last updated by Christian Cox 3 years, 9 months ago.

Assisted by: Christian Cox.

Author
Posts
#1927137

finally i solved all problems, few days ago.
It was tricky, oh boy.

for every desperate toolset user, facing the same problems, this might help you with WP Allimport:

function felddaten_anhand_id( $id, $feldname ) {
return types_render_field($feldname, array('item' => $id));
}
Useful to get any field value from any post by id and fieldname. You can use ist like this in WP Allimport to get the toolset field „hausnummer“ in a post:

[felddaten_anhand_id({seminarortid[1]},"hausnummer")]

Important: The Guid Solution mentioned before to get reference fields does not work! At least not in any test with my custom posttypes. You need the id of the referenced post! That will do it.

Solution for the datefield: Toolset needs something else than a timestamp. Cristian posted a helpful function to format the datetime for your needs. This is what i needet to setup to make it work and believe me, timestamp does not work, even the exportformat is a timestamp ...

[my_fix_date({beginnlesbarddmmyyhi[1]},"d.m.y H:i","M d, Y H:i")]

i spent a lot of time with this, felt like a betatester, solved the needs with custom workarounds and was nearly happy to end this. Than I saw a toolset update just wanted to install this and go to bed .... and voila. The whole website was not accessible anymore.

Troubleshoot-Mode: Wp Allimport Toolset Plugin caused the error. I needet anger management, wrote to WP Allimport support. They confirmed the plugin conflict. 2-3 days and they solved it with v. 1.03 . I needet to install the update by hand, no update functionality.

It was an adventure, i hope it wont keep being one.

Thanks Cristian, my issues are solved now. You can close this topic/ticket.

Best Regards

#1928105

Thanks for your update with details for other users!