Had the same issue because WP was installed in a folder. Apparently the plugin didn’t like that. Turned out to be an easy fix though. Opened up afp.php and changed all the instances of “bloginfo(‘url’)” to “bloginfo(‘wpurl’)”
http://codex.ww.wp.xz.cn/Template_Tags/bloginfo
Deactivate/Activate Plugin and everything worked perfectly.
WP 3.7.1 & AFP 1.7.4
Hope it helps.
Confirmed – thank you for your speedy response.
Change:
The default arguments did not get committed to the repository properly. Edit GetPostsQuery.php line 183. Change this:
‘data’ => ‘author,parent,thumbnail’,
to this:
‘join’ => ‘author,parent,thumbnail’,
wp-content/plugins/custom-content-type-manager/includes/GetPostsQuery.php