This is the log output:
> Migration to many-to-many post relationships started.
> Dropped table "wpmn_toolset_associations".
Dropped table "wpmn_toolset_relationships".
> The toolset_associations table created.
> Relationship definitions migrated.
I'm trying to get my page to export with Duplicator for a couple of days now, even my hosting provider has helped check why it doesn't finish.
Can I send you different package to duplicate the site on your end?
We're using All-in-one WP migration without any issues, can I send you that?
I was able to reproduce the problem on my local copy of your site, where I note a PHP fatal error was reported in the debug log. That should give our developers enough to trace the problem.
I've escalated this thread and I'll update you here when I hear back from them.
Note that you are adding the betas to a site which uses other Toolset plugins. You will certainly find that anything connected to post relationships with the other plugins (e.g. CRED forms) will no longer work, and you may run into issues with the betas that will not be fixed until the final versions are released.
do you have some feedback for this issue? I'm really behind with this project, mostly because the loading speed of my site si way to slow, when Toolset Views is enabled. I figured because it has to go trough to many posts to query, so I was hoping I could reduce the number of posts by using the new many-to-many relationship option. This would drastically reduce the number of posts and I hope also the load time.
Just for the record: are all of the post types created in Toolset saved in the same table, and is there a way to save each post type in it's own table - that would increase load times as the query wouldn't always have to run trough all posts, right?
It's been almost two weeks since your last reply, can I at least get some feedback?
In the mean time, the Views plugin started producing Error 500 that could only be fixed by disabling and reenabling the plugin. What the hell is going on?
I'm sorry, I missed the notifications for your replies.
I passed the copy of your site on to my colleagues for testing. While they were able to reproduce the error messages they are somewhat handicapped in identifying the issue because the site copy is in the after-state, not the before-state.
Nevertheless the developers have it and will ensure that the update wizard works on that site before we come to publish the final release of the updated Types.
All posts are stored in wp_posts. In the current version, post relationship data is stored in wp_postmeta using a single custom field to connect child posts to their parent.
In the new version custom tables are added to manage the relationships. The posts are still stored in wp_posts, but the relationships get dedicated, indexed tables which should lead to a significant performance improvement on large sites.
Bear in mind that these are betas, so it is to be expected that there will be some issues.
If you have been seeing 500 errors arising from Views, are these from the stable or beta version? Please let us know the details of the errors and what you were doing at the time they occurred.
thank you for your reply.
I am aware these are betas and was only trying to test this functionality to speed up load times on my site. I will try to solve this issue with Beda trough the other ticket.
As for the migration to the new version: I would be happy send you a before-state version of the site, so your team can try to figure out the migration.
If that doesn't work, I could start a new installation with types beta, but I'm not entirely sure on how to migrate the whole site to that version then.
As for the the 500 errors. Unfortunately I have been spending hours on end trying to figure out where these come from, and my best guess so far is they are related to timeouts/limited resourses. I've changed all that (php limit etc) with my hosting provider, but 500 errors still accour somehow randomly.
The issue should be fixed in the current version of the beta.
It may not be possible to fix the version of the site where you already tried and failed to complete the wizard, but if you use your backup from before you tried that then you should now find that it completes successfully.
If not, please let me know the details of how and where it fails.