well,
my settings now are:
addPlugin('Meteor', array('webserver' => 'meteor.mypage.com', 'webport' => 80, 'controlserver' => '127.0.0.1', controlport => 4671));
port 4670 is redirected to 80 (the same server, different IP)
When I set:
$config['queue']['enabled'] = false;
sending posts to twitter works just fine! http://ur1.ca/07so3
but xmpp is off
do I need $config['queue']['enabled'] = true; ???
should I install stopm?
$_passphrase = 'test';
addPlugin('Meteor', array('webserver' => 'meteor.mypage.com', 'webport' => 80, 'controlserver' => '127.0.0.1', controlport => 4671));
It`s refreshing but not the posts...
anything to do with queeing? http://ww…
some progress:
addPlugin('Meteor', array('webserver' => '127.0.0.1', 'webport' => 4670, 'controlserver' => '127.0.0.1', controlport => 4671, 'channelbase' => $_passphrase));
server is refreshing but new posts are not...
??
@aric I have activated th eplugin; it works, but as I wrote above I do not understand what are bookmarks for and how to use them ; the same with filters etc. The plugin lacks the good documantation...