Many people complained at the forums that flagged topics in orca are not working as it should:
Access denied. You must have special permissions to access this area or you are not logged in.
This message was displayed when one click on a flagged topic. It was exatcly the same in my case and you can see that even here at Unity you cannot display flagged topic.
To fix this:
open ./orca/classes/Forum.php
find: {$r['topic_title']} (somewhere around line #620)
change to: {$r['topic_uri']}
Dead simple - and works for me. I wonder why this was not solved so far (maybe it was, but I just could not find it?) - please test and comment!
Do not forget to compile language to apply changes. Same changes required for orca groups.
Update: PLease find the following piece of code, line 620, then change first occurence of topic_title to topic_uri
<topic id="{$r['topic_id']}" new="$new_topic" lpt="{$r['last_post_when']}" lut="{$user_last_act}">
<uri>{$r['topic_title']}</uri>
<title>{$r['topic_title']}</title>
<desc>{$td}</desc>
<count>{$r['count_posts']}</count>
<last_u>{$lp['user']}</last_u>
<last_d>{$lp['when']}</last_d>
<first_u>{$fp['user']}</first_u>
<first_d>{$fp['when']}</first_d>
</topic>
change to: {$r['topic_uri']}
Stuart
Stuart
Also it's atypical that they won't fix or post a patch or fix. Will release in next version. This is a common thing for sites that grow too big for their shoes. When you start to see things like this it often leans towards the company has shifted from a small to medium I support my members, to a medium to larger scale I have more important things see more