Page 1 of 3 12 ... LastLast
Results 1 to 10 of 29

Thread: Ray IM Invite Error

  1. #1
    justmedanny
    Guest

    Default Ray IM Invite Error

    Hi guys,

    I searched this forum for a solution for this problem before I posted this. Does anyone have a problem with the java when clicking on the link to IM someone? When I click on the link to IM someone I get the "Error on Page". I assume that it's a java error. Oh, and I'm using 5.6

  2. #2
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default

    You try checking it out with the "error console" in firefox? Go to the tools menu, click on error console. Clear the errors. Refresh the page and click on the link. Take a look at the error console and it will 'help' you decipher the problem with your java.
    -Lodlock

  3. #3
    jarnolde's Avatar
    Join Date
    Jun 2006
    Posts
    162

    Default

    Speaking of Firefox, and things that help.

    How many of you are using Firebug?

    If you are modifying things, and are looking for where something is located, this has to be the single most useful tool I have found. I WISH I had found it when I was just starting with Dolphin. It would have made things a LOT easier.

    John
    Retired for the time being.....

  4. #4
    justmedanny
    Guest

    Default JS Bug

    Hi Guys,

    I took your advice and looked under Firefox and Firebug. At least both of them are consistent in telling me the error. When I click on the link that says "IM 'user' Now!" I get the following errors:

    Error: o has no properties
    Source File: http://www.mydomain.com/ray/modules/im/js/invite.js
    Line: 96


    Line 96 of invite.js is the follwing:
    o.style.top = pos_hide + 'px';

    Anyone having a similar problem?

  5. #5

    Join Date
    Mar 2007
    Posts
    154

    Default re:

    Hi Danny,

    at least you get an Error, i dont even get an Error.

    When i click on the Link to IM someone there simply happens nothing.

    Tried it with Firefox and IE 6 ...both nothing.

    I mean the buildt in IM-Function from 5.6.2 Release.

    Ive also deactivated Pop-Up Blockers and anything, but nothing.

    Does this IM Thing need some Configuration ?

    Do i have to write some Values or Url`s in some File there or why it doesnt work ?

    Well, i did nothing than installing Dolphin normally, and activating IM in Admin Panel ...normally it should work so already or ?

    Greets

    Fax

    PS: The Presence Function loads and reacts, but when i click on the Bubble right above in it to start IM, a grey Field opens and says "Invalid Parameters" ...what does that mean and how can i fix that ?

  6. #6
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default

    A lot of times that means you forgot to change the:

    ray/modules/im/js/open.js

    file to remove the path_to with your websites' path.
    -Lodlock

  7. #7

    Join Date
    Mar 2007
    Posts
    154

    Default re:

    Quote Originally Posted by lodlock
    A lot of times that means you forgot to change the:

    ray/modules/im/js/open.js

    file to remove the path_to with your websites' path.
    File Content of my open.js here:

    function IMOpen(iSndId, sPassword, iRspId)
    {
    var popupWindowTest = window.open ("http://www.faxels-domain.eu/ray/modules/im/im.php?sndID=" + iSndId + "&password=" + sPassword + "&rspID=" + iRspId, "im" + parseInt(Math.random()*100000), "top=10,left=10,width=350,height=470,copyhistory=n o,directories=no,menubar=no,location=no,resizable= yes,scrollbars=no");
    if( popupWindowTest == null )
    {
    alert( "You must disable your popup blocker software to view RAY PRESENCE" );
    }
    }

    The correct path was already there, there was nothing to change.

    Any more Ideas @ Lodlock ?

    Edit: Ah, and Javascript Console of Firefox shows "IM open is not defined" ? ...how can that be when the Path in Open-js is correct ? *wonders.

    What about the File IM.php in line 10 ?

    Code:

    $sRayHeaderPath = isset($sRayHeaderPath) ? $sRayHeaderPath : "../../inc/header.inc.php";

    Do the Dots need to be edited maybe ?
    Last edited by Faxel; 03-13-2007 at 06:59 AM.

  8. #8
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default

    looks fine for me. Do you want to PM me your url and i'll test it out from my end?
    -Lodlock

  9. #9

    Join Date
    Mar 2007
    Posts
    154

    Default re:

    You have PM Lodlock.

    What wonders me, on another Site (but same Server) i have aedating 4.1 IQ running and the IM there works flawless, without any Modifications or Values to be set.. ...wonder why it isnt that way in Dolphin ^^
    Last edited by Faxel; 03-13-2007 at 08:44 AM.

  10. #10
    chips29
    Guest

    Default

    Just wondering if you had this problem fixed? I've got the same exact one.

Page 1 of 3 12 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Problem in invite a friend
    By Baktheeswaran in forum General Troubleshooting
    Replies: 0
    Last Post: 05-09-2008, 04:32 AM
  2. invite a friend
    By valentino in forum Promotion and Affilliates
    Replies: 5
    Last Post: 01-21-2007, 04:18 AM
  3. Help please with Invite a Friend!
    By LG in forum General Troubleshooting
    Replies: 0
    Last Post: 01-20-2007, 05:40 AM
  4. Invite friend
    By raeyo in forum General Issues, Comments, Questions
    Replies: 4
    Last Post: 09-03-2006, 03:14 AM
  5. Invite a friend
    By iscaweb in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 07-27-2005, 07:09 AM

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
  •