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
You should also run from the cli
php /$baseinstallpath/scripts/checkschema.phpTo make sure all the right db tables exist after enabling the plugin.
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!
@jordanc: coold you help me in details on how to run cli?
thanks