Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,840
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,882
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
Eventually I found the problem.. Every Media that gets uploaded is stored in the wp_x_posts table and when I transfered the Data, I thought why not delete all these Auto Save files (with the status “inherit” in it).. Well this deleted the post attachments too.
So the post_attachments are stored in the postmeta aswell as the posts table (in case somebody else runs in the same problem)