SubMirror plugin doesn't add any menu in the user's profile tab

Hi all,

I'm trying to add the SubMirror plugin to my Statusnet instance. But I don't find a README file in the plugin's directory, so I don't know if there are some specials tricks to do. So I just add this line in my config.php :
addPlugin('SubMirror');

After that, no additional menu appears in the user's profile tab (even after disconnect and reconnect).
I notice this error in the statusnet log file :
2011-06-13 21:44:15 LOG_ERR: [microblog.univers-libre.net:10847.691eee25 GET /] SubMirror::fixIndexes: DB Error: already exists

It seems that SubMirror try to recreate each time the "submirror" index, even if it already exists. I just try to comment the call to fixIndexes function in the code, but this doesn't solve my problem.

I missing something ?

Thanks in advance.

Comments

  • Do you see anything at /settings/mirror ?
    You should also run from the cli
    php /$baseinstallpath/scripts/checkschema.php
    To make sure all the right db tables exist after enabling the plugin.
  • Oh ok, it's me, I'm stupid!

    Yes this URL work fine and shows me the form to add new feeds.

    Actually, I'm expected to see this form in a new tab here : example.com/settings/profile, but the link is in the user's sidebar, in "statistic" category… :-D

    Thanks!
  • When adding new rss, I got the an error: FeedSubNoHubException

    @jordanc: coold you help me in details on how to run cli?

    thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID