Groups Error

Warning: file_get_contents(http://thebadseed.net/main/groups/orca/?action=group_last_topics&forum=Mobsters-Whore-List&trans=1) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /inc/classes/BxDolGroups.php on line 417

Warning: Cannot modify header information - headers already sent by (output started at /inc/classes/BxDolGroups.php:417) in /inc/design.inc.php on line 488

Quote · 24 Aug 2008

try changing inc/classes/bxdolgroups.php line 417

$sRet = file_get_contents("{$site['groups']}orca/?action=group_last_topics&forum={$sForumUri}&trans=1");

to:

$sRet = file_get_contents("http://yoursite.com/groups/orca/?action=group_last_topics&forum={$sForumUri}&trans=1");

I did and it got what it needed.

I have video tutorials to help you mrpowless.com
Quote · 25 Aug 2008

Hi,

Am getting a similar error message. Only in mine, the second warning says:

"Warning: Cannot modify header information - headers already sent by (output started at /home2/hassnetw/public_html/exboysparade/inc/classes/BxDolGroups.php:417) in /home2/hassnetw/public_html/exboysparade/inc/design.inc.php on line 488"

I checked in /inc/classes/BxDolGroups.php like was suggested iin the earlier post but i was surprised not to find the line in question there. infact, line 417 is blank.

What can i do please?

Quote · 31 Aug 2008

Line wrapping will throw off line numbering  .....  turn off line wrapping  ..... 

Quote · 31 Aug 2008

Hi,

Thanks for the reply. But how do I turn off line wrapping? I am using dreamweaver to edit and I dont think there's a function for turning line wrapping on or off.

Quote · 1 Sep 2008

In dreamweaver 8 = view options > word wrap   ..... 
.

Quote · 3 Sep 2008

Thanks for the reply.

However, line 417 still is blank. I had uploaded installed another dolphin yesterday in a different directory so that i could and i didnt get the same error from it. Its working fine. I just downloaded its own BxDolGroups.php file now to cross check if there was any difference and i found it was the same (with line wrapping off). Line 417 is still blank.

Will still keep trying to figure it out. Will also appreciate any help.

Thanks.

Quote · 3 Sep 2008

Found the bugger on line 833 in the end.

Replaced it like suggested but the error is still there.

Quote · 3 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.