@TweXXX here is what I did to get code. I did register first.
1. go to http://gitorious.org/hack-of-statusnet
2. click "Source Tree"
3 . find the four files @smoothdvd changed for this. they are lib/mediafile.php, actions/newnotice.php, classes/not…
@aric, I got a wordaround for this: copy the meteor.js to /plugins/Meteor and change the path of meteor.js in MeteorPlugin.php to that path. not the best solutin but it fixes the IE issue.
@zensh in class/notice.php, the function of savetag uses a regular expression to match a tag. the current regular expression does not support Chinese characters.
I had to replace the "dcgettext($domain, $msgid, LC_MESSAGES);" with "_($msgid)" and the issue is gone now. don't know exactly why dcgettext is not working.
I had the same error. it seems that console is for firebug which is an addon for firefox . I commented that line out in the realtimeupdate.js and everything is fine now.
@Hayden. like I said, the system Admin of my hosting server fixed it. here is what he said: "It was a mod_security rule that was causing this issue, i have removed that rule and now your script is working properly without any issues."
thanks @aric. I am not familiar how openid works but will look into it.
you mentioned "status.net is a drupal site" in your previous reply. what do you mean by that?