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
Bookmarks