+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 5 of 5

Thread: Intergrating Vbulletin 3.7.x with Dolphin 6.x.x

  1. #1

    Join Date
    Jun 2008
    Posts
    2

    Smile Intergrating Vbulletin 3.7.x with Dolphin 6.x.x

    Hi all .
    I have installed dolphin 6.1 and uploaded all files vbb the root/forum ( and i have installed vbb )
    now , The errors that I am receiving:

    - when I successfully upload the vbull.aemod module file and then click REFRESH it says:
    refresh.php returned:
    Module error: synchronizeProfiles(): exec(/usr/bin/php -f refresh.php 1 admin ) returned 2

    Could you possibly list the steps you took to get the module to work? Thanks!

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

    Default

    Quote Originally Posted by davidkral View Post
    refresh.php returned:
    Module error: synchronizeProfiles(): exec(/usr/bin/php -f refresh.php 1 admin ) returned 2
    If I am not mistaken - error code 2 is - file not found.

    Check your php executable path - and also make sure that refresh.php is in public_html and it is executable.

    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.

  3. #3

    Join Date
    Jun 2008
    Posts
    2

    Default

    Quote Originally Posted by Smoge View Post
    If I am not mistaken - error code 2 is - file not found.

    Check your php executable path - and also make sure that refresh.php is in public_html and it is executable.

    Smoge
    sorry
    error is :

    refresh.php returned:
    Module error: synchronizeProfiles(): exec(/usr/local/bin/php -f refresh.php 1 Admin ) returned 127

  4. #4

    Join Date
    Jul 2008
    Posts
    35

    Default

    I get similar error:
    refresh.php returned:
    Module error: synchronizeProfiles(): exec(/usr/local/bin/php -f refresh.php 1 admin ) returned 1

    Any ideas what does it mean?

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

    Default

    Well... looking at the code..
    Code:
    	if (chdir(BX_DIRECTORY_PATH_ROOT.'modules/'))
    	{
    		$scriptReturnValue = 'value was not set';
    		exec("{$PHPBIN} -f refresh.php ".$CommandLineArgs->GetCommandLine(), $scriptOutput, $scriptReturnValue);
    		if ($scriptReturnValue !== 0)
    		{
    			echo "refresh.php returned: <br />\n";
    			foreach ($scriptOutput as $outputLine)
    			{
    				echo $outputLine.'<br />';
    			}
    			modules_err("synchronizeProfiles(): exec({$PHPBIN} -f refresh.php ".$CommandLineArgs->GetCommandLine().") returned ".$scriptReturnValue);
    		}
    Looks like it calls refresh.php - but in DOLPHIN 6.1.6, this file does not exist.

    But it does exist in 6.1.5 - you may want to grab it from there - and try.

    You can find Dolphin 6.1.5 in our downloads section:

    http://www.modmysite.com/downloads

    Warm regards,
    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.

+ Reply to Thread (include dating software, release, and patch number!)

LinkBacks (?)

  1. 06-23-2008, 10:27 AM
  2. 06-12-2008, 06:58 AM

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Vbulletin + Dolphin 6x
    By bambie in forum Dolphin General Discussion v6.00 and above
    Replies: 3
    Last Post: 07-27-2008, 07:29 AM
  2. Trouble Intergrating Vbulletin with Dolphin 6
    By spikefaery in forum BBS / Forum Applications (non-Orca)
    Replies: 9
    Last Post: 06-06-2008, 12:35 PM
  3. vbulletin and dolphin 6
    By Smoge in forum BBS / Forum Applications (non-Orca)
    Replies: 6
    Last Post: 04-06-2008, 01:15 AM
  4. Intergrating AVchat into Dolphin?
    By afrogeek in forum Chat / ShoutBox / Instant Messenger (non-Ray)
    Replies: 1
    Last Post: 01-15-2007, 12:36 PM
  5. Dolphin V5.2 Vbulletin Module Bug
    By bond2u in forum Bugs Dolphin v5.2
    Replies: 7
    Last Post: 10-01-2006, 08:56 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