Opensocial error

Admin => Extensions => Opensocials

 

Produces this result:

 

Fatal error: Class 'BxDolPageView' not found in /home/tbcsi1/public_html/d7/modules/boonex/open_social/classes/BxOSiModule.php on line 216

 

Code is:

 

//if ($this->_bAdminMode == false) {
   // Collect all applications with settings in designbox modes
   $aMemberApplications = ($iVisitorID == $this->_iProfileID) ? $this->_oDb->getProfileApplications($this->_iProfileID) : $this->_oDb->getActiveProfileApplications($this->_iProfileID);
   foreach($aMemberApplications as $sKey => $aApplInfo) {
    $iAppliID = (int)$aApplInfo['ID'];
    $sOSiUrl = $aApplInfo['url'];
    $sOSiTitle = $aApplInfo['title'];

    $sApplFormDiv = $sAction = '';
    if ($iVisitorID>0 && $iVisitorID == $this->_iProfileID) {
                    $sAction = BxDolPageView::getBlockCaptionMenu(mktime(), array(             (Line 216)
                        'crss_t1' => array('href' => $_SERVER['PHP_SELF'], 'title' => $sEditC, 'onclick' => "ToggleAppSettings('{$sPreferSpeed}', {$iAppliID}); return false;")
                    ));

     $sApplForm = bx_file_get_contents(BX_DOL_URL_ROOT . "modules/boonex/open_social/integration/html/profile/member_app_sett_by_id/{$iVisitorID}/{$iAppliID}");
     $sApplFormDiv = <<<EOF
<div id="manage_applications_block" class="OsApplSettCont_{$iAppliID}" style="display:none;" >
 {$sApplForm}
</div>
EOF;

Please add to Trac to be corrected.  Thanks

 

Version:  Dolphin 7 Beta (3)  Fresh Install, no problems on Install of site or modules, all modules are installed

 

 

Quote · 7 Aug 2009

I Get the Exact same error wth Beta 3 on:

CentOS

MySQL 5.1.30

PHP 5.2.5

Quote · 9 Aug 2009

Try to put

bx_import('BxDolPageView');

at top of this cla

Quote · 10 Aug 2009

I can not get that module to install. All other mods have, but this one always fails for me. I had it going in beta 2 but not beta3.

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 10 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.