Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Groups page completely messed up

  1. #1

    Join Date
    Dec 2006
    Posts
    16

    Default Groups page completely messed up

    Hello,

    I'm using Dolphin 6.1.6. I have had this problem since 6.1.2. When a user creates a group at my site, the pages appear all messed up and with an error message at the top. It seems like it's unable to find the css in order to build the page up.


    Here is the error message, could anyone please help me out?

    Warning: file_get_contents(http://www.xanadoe.nl/groups/orca/?a...Freaks&trans=1) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/xanadoe/public_html/inc/classes/BxDolGroups.php on line 417

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



    Kind regards,

    Shade

  2. #2
    bigal0228's Avatar
    Join Date
    Sep 2007
    Posts
    409
    Blog Entries
    1

    Default Two things to check...

    First, check your file permissions to make sure they are set up properly. BxDolGroups is the file to check your permissions for. You can try adjusting it to several different file permissions to see if the error message disappears.

    Secondly, take a look at that file. Open it up in a text editor and see if ther is a space above or to the left of your <? or <?php at the beginning of the page.
    If there is a blank line above it or it is indented to the righ, make sure to remove ANY blank spaces in front of it.

    See if these suggestions fix it.
    If at first you don't succeed, go to a forum and ask like hell. (Using Joomla 1.5.18, JomSocial 1.6.12, Fully Customized)
    <div>

<a href="http://www.fancamtastic.com/?idAff=5"><img src="http://www.fancamtastic.com/media/images/banners/Banner6.gif" width="445" height="49" border="0"></a><br />
<a href="http://www.fancamtastic.com/?idAff=5"></a>

</div>

  3. #3

    Join Date
    Dec 2006
    Posts
    16

    Default

    Thanks Bigal,

    I have checked the file with the tips you gave. There are no spaces left and right of the opening tags of the php. I have also tried different settings for the file permissions, but without any luck. I left it on 644, as all the other files in that folder had that same permission setting.

    What I find preculiar is that, apart from the error messages, the file appear fine in Google Chrome and scrambled in IE.
    In IE it seems as if it is not rading the .css file.

    Here is the link: Xanadoe! Online Dating & Friendship Community / Groups / MovieFreaks

    I created that group as a test. The result is the same as in all the other groups I have created to test with. This problem has also been persistant since 6.1.2 The upgrades were done in the 2 settings, spanning over 2 days.

    Any ideas where else I could look.

  4. #4
    bigal0228's Avatar
    Join Date
    Sep 2007
    Posts
    409
    Blog Entries
    1

    Default Not sure at this point

    My guess is that it will end up being some type of URL issue then. If you copy and paste JUST the http:// url from that error message, it results in a "page not found" error. So the call from inside the script is to a non-existant url which is probably throwing the error.

    Maybe open a ticket with Smoge. He could probably fix it in about 3 minutes.
    If at first you don't succeed, go to a forum and ask like hell. (Using Joomla 1.5.18, JomSocial 1.6.12, Fully Customized)
    <div>

<a href="http://www.fancamtastic.com/?idAff=5"><img src="http://www.fancamtastic.com/media/images/banners/Banner6.gif" width="445" height="49" border="0"></a><br />
<a href="http://www.fancamtastic.com/?idAff=5"></a>

</div>

  5. #5

    Join Date
    Dec 2006
    Posts
    16

    Default

    I think your last assumption is very accurate. I just couldn't figure out which file or URL. Who is smoge? (sorry, I'm not committing blasfemy, am I?) How do I reach him/her? I remember hearing that name before, but I have just been away for too long.

    Regards, Shade

  6. #6

    Join Date
    Dec 2006
    Posts
    16

    Default

    Hello Bigal,

    I think I just found out that at the creation of a group, the script is unable to create a forum for that group, and the when the group is accessed it gives the error message sayimg it can't find the forum in orca. If this is true, I guess the question is now, why ?
    Then it also means that the appearance of the page in IE & the errormessages are two distinct problems, that perhaps should be dealth with seperately.
    Hmmmmmm I guess I'll keep looking, trying to find out where things go wrong.

    BTW I found Smoge... and submitted a ticket. (It did feel like I commited blasfemy) Thanks for the tip.

    Regards, Shade

  7. #7
    bigal0228's Avatar
    Join Date
    Sep 2007
    Posts
    409
    Blog Entries
    1

    Default Just use this link....

    to open a ticket with Smoge. He is the site owner/administrator here, and most likely by opening a ticket, you'll get a much faster response than awaiting an answer in the forums. There is no cost to open a ticket, and Smoge will let you know what cost, if any, would be required to fix your issues. Well worth it in my opinion. He's done a number of jobs for me, all very inexpensive and very thorough in his work and his communications with me.

    MySiteGroup - Powered by Kayako SupportSuite Helpdesk Software
    If at first you don't succeed, go to a forum and ask like hell. (Using Joomla 1.5.18, JomSocial 1.6.12, Fully Customized)
    <div>

<a href="http://www.fancamtastic.com/?idAff=5"><img src="http://www.fancamtastic.com/media/images/banners/Banner6.gif" width="445" height="49" border="0"></a><br />
<a href="http://www.fancamtastic.com/?idAff=5"></a>

</div>

  8. #8

    Join Date
    Dec 2006
    Posts
    16

    Default

    On the groups page, when I try to post a topic it gives a 500 Internal server error. The url it tries to reach is: http://www.xanadoe.nl/groups/orca/fo...ic=MovieFreaks

    I have looked in the dir ../groups.orca/ and there is no directory called "forum". I guess the script failed to create it together with the htm file it leads to, when the group was created. Which confirms that it is some type of URL issue, but it also shows that it goes a bit further then that.

    Any idea how that process works?


    Regards,
    Shade
    Last edited by Shade; 10-08-2009 at 07:56 PM.

  9. #9

    Join Date
    Dec 2006
    Posts
    16

    Unhappy

    I'm having really big problems with that stupid orca, it only works half the time. Could anyone please help me with this problem?
    It's really holding me back. Any help is welcome, I would really appreciate it.

    Regards,
    Shade
    Last edited by Shade; 10-12-2009 at 10:09 AM.

  10. #10
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Yes - Orca is trouble - we try not to use it (at least, in it's current version included in v6.1.x).

    You could install another forum, but this is not trivial.

    As for not getting back to your ticket - we have been really busy here the last couple of weeks - and I don't see it slowing up until the end of the month...

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. groups
    By bykespace in forum Boonex Dolphin 7
    Replies: 0
    Last Post: 09-06-2009, 07:37 PM
  2. Date Of Birth Field - Messed Up
    By andantesash in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 11-13-2008, 06:13 PM
  3. Dolphin 5.6.0004: Profile fields order messed up
    By Disco Justice in forum Bugs Dolphin 5.6.4
    Replies: 5
    Last Post: 03-29-2008, 03:00 PM
  4. Going completely NUTS!!!
    By bigal0228 in forum General Troubleshooting
    Replies: 5
    Last Post: 02-03-2008, 09:38 PM
  5. I Messed My Script Up Modding To MySpace
    By scottlpool2003 in forum General Troubleshooting
    Replies: 0
    Last Post: 05-24-2007, 04:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •