Hi Chuck,
The FeedPress plugin is fully functional on WordPress 3.6.
Could you activate the debug mode on WP and check what’s the exception look like?
on activation:
The plugin generated 226 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
then this.
Notice: Undefined index: token in /var/www/vhosts/xxxxxxxxxx.com/html/wp-content/plugins/feedpress/feedpress.php on line 120
Fatal error: Call to undefined function curl_init() in /var/www/vhosts/xxxxxxxxxx.com/html/wp-content/plugins/feedpress/feedpress.php on line 83
Thanks.
It looks like the cURL PHP module is not installed on your setup. You should install it in order to use the plugin.
got that installed and working… now:
Notice: Undefined index: token in /xxxxxxxxxx.com/html/wp-content/plugins/feedpress/feedpress.php on line 120
Notice: Undefined property: stdClass::$errors in /xxxxxxxxxx.com/html/wp-content/plugins/feedpress/feedpress.php on line 255
You should deactivate the debug mode, and it will be OK.
heh.. ok. #bandaide
thx man