wp-posts-to-posts
wp-posts-to-posts copied to clipboard
missing files?
The contents of the "scb" folder, are missing..
Can you be more specific? Are you cloning Posts to Posts from the GitHub repo? If so, you'll need to do a recursive clone like this:
git checkout https://github.com/scribu/wp-posts-to-posts.git --recursive
If you're downloading the .zip from GitHub, then yes, it seems that GitHub doesn't automatically include submodules in the .zip files it generates automatically. If you download from the WordPress plugins repository, all the required files should be included.
That solved the issue for me. Thanks!