Groups show error messages
I just finish set up my community site and now still under testing. I got some
error when I go to groups. I have upgraded to 0005. But did not fix the error
When I go to http://www.indomate.com/group.php?ID=2
I get error messages :
Warning:
file_get_contents(http://www.indomate.com/groups/orca/?action=group_last_
topics&forum=2&virtID=0&virtPass=&trans=1) [function.file-get-contents]
: failed to open stream:HTTP request failed! HTTP/1.1 500 Internal Server Error
in /home/indomate/public_html/group.php on line 245
Warning: Cannot modify header information - headers already sent by
(output started at /home/indomate/public_html/group.php:245)
in /home/indomate/public_html/inc/design.inc.php on line 667
I am not an expert, hopefully someone can help me.
Thanks!
I cannot believe that no one is paying attention to such a huge bug. All you can see in FireFox when you go to Ocra is a page a garbage.
Can a Dolphin developer at least let us know that you know about this.
================================
Some of the garbage
===============================
<div id="FloatDesc" style="position:absolute;display:none;z-index:100;"></div> <script src="AC_OETags.js" language="javascript"></script> see more
1. Open group.php in your dolphin root
2. Round about line 257, find
return DesignBoxContent( _t("_Group forum"), $ret, 1, $caption_item );
3. Comment it out. It should now look like this
// return DesignBoxContent( _t("_Group forum"), $ret, 1, $caption_item );
4. Well, at least it hides the Ocra link and error for me.
I hope this helped a little.
Thanks