Page 3 of 3 FirstFirst ... 23
Results 21 to 22 of 22

Thread: Dolphin V.5.5 Error in Profiles.inc.php Fixed :p ;)

  1. #21
    TheOutdoors
    Guest

    Default

    I'm using 5.5, with English as the language.

    I figured it out. There were several brackets missing from line 106 in profiles.inc.php:

    I changed this:

    $ret = "<a href=\"javascript:void(0);\" onclick=\"javascript: window.open( 'vkiss.php?sendto=$iRecipientID', '', 'width=$oTemplConfig -> popUpWindowWidth,height=$oTemplConfig -> popUpWindowHeight,menubar=no,status=no,resizable=n o,scrollbars=yes,toolbar=no, location=no' );\"><img src=\"" . $site['icons'] . "kiss.gif\" alt=\"" . _t( "_Send Kiss" ) . "\" title=\"" . _t( "_Send Kiss" ) . "\" /></a>";

    To this:

    $ret = "<a href=\"javascript:void(0);\" onclick=\"javascript: window.open( 'vkiss.php?sendto=$iRecipientID', '', 'width={$oTemplConfig -> popUpWindowWidth},height={$oTemplConfig -> popUpWindowHeight},menubar=no,status=no,resizable= no,scrollbars=yes,toolbar=no, location=no' );\"><img src=\"" . $site['icons'] . "kiss.gif\" alt=\"" . _t( "_Send Kiss" ) . "\" title=\"" . _t( "_Send Kiss" ) . "\" /></a>";

    Thanks for your help...

  2. #22

    Join Date
    Sep 2008
    Posts
    1

    Default Fixed

    Quote Originally Posted by TheOutdoors View Post
    I'm using 5.5, with English as the language.

    I figured it out. There were several brackets missing from line 106 in profiles.inc.php:

    I changed this:

    $ret = "<a href=\"javascript:void(0);\" onclick=\"javascript: window.open( 'vkiss.php?sendto=$iRecipientID', '', 'width=$oTemplConfig -> popUpWindowWidth,height=$oTemplConfig -> popUpWindowHeight,menubar=no,status=no,resizable=n o,scrollbars=yes,toolbar=no, location=no' );\"><img src=\"" . $site['icons'] . "kiss.gif\" alt=\"" . _t( "_Send Kiss" ) . "\" title=\"" . _t( "_Send Kiss" ) . "\" /></a>";

    To this:

    $ret = "<a href=\"javascript:void(0);\" onclick=\"javascript: window.open( 'vkiss.php?sendto=$iRecipientID', '', 'width={$oTemplConfig -> popUpWindowWidth},height={$oTemplConfig -> popUpWindowHeight},menubar=no,status=no,resizable= no,scrollbars=yes,toolbar=no, location=no' );\"><img src=\"" . $site['icons'] . "kiss.gif\" alt=\"" . _t( "_Send Kiss" ) . "\" title=\"" . _t( "_Send Kiss" ) . "\" /></a>";

    Thanks for your help...
    I did this and it fixed mine. I am just wondering how it happened. It used to work and I had it running for years then all of a sudden the communicator stopped. How did this get changed?

Page 3 of 3 FirstFirst ... 23

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sharing profiles error
    By deedooz in forum Dolphin General Discussion v6.00 and above
    Replies: 3
    Last Post: 05-09-2008, 05:41 PM
  2. bug fixed -- groups_browse.php
    By mark in forum Dolphin CLEAN 6.0.4 Bugs And Fixes
    Replies: 7
    Last Post: 03-06-2008, 01:02 PM
  3. enoying error Expected '/' how can it be fixed?
    By birkenstam in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 5
    Last Post: 06-22-2007, 03:41 AM
  4. When in edditing profiles in admin database access error
    By PLAYMATE in forum General Issues, Comments, Questions
    Replies: 7
    Last Post: 05-08-2007, 04:40 AM
  5. Fixed UK postcodes
    By Smithp0 in forum General Troubleshooting
    Replies: 2
    Last Post: 10-10-2006, 03:50 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
  •