Upgrading from 7.3.5 to 7.4.0

We get the followng error in upgrading from 7.3.5 to 7.4.0

PHP Fatal error: Call to undefined method BxDolConfig::BxDolConfig() in /home/nomorelonely.com/modules/misterpopper/googleanalytics/classes/MPGoogleAnalyticsConfig.php on line 23

It appears Google Analytics version 1.2.0 by paan is not compatible with Dolphin 7.4.0

Will upreciate your support.

 

 

Quote · 23 Feb 2019

 

We get the followng error in upgrading from 7.3.5 to 7.4.0

PHP Fatal error: Call to undefined method BxDolConfig::BxDolConfig() in /home/nomorelonely.com/modules/misterpopper/googleanalytics/classes/MPGoogleAnalyticsConfig.php on line 23

It appears Google Analytics version 1.2.0 by paan is not compatible with Dolphin 7.4.0

Will upreciate your support.

 

 

First step is to contact the developer.

Geeks, making the world a better place
Quote · 23 Feb 2019

Hello 

If your Dolphin has the modules from 3rd party developers you need to contact them about upgrades of their packages for the correct work with PHP 7.x. as GeekGirl answered before. First of all, they need to get rid from the using constructions with the name of classes like:

 

function BxGroupsConfig($aModule)
    {
        parent::BxDolConfig($aModule);
    }

 and change it as:

 

function __construct($aModule)
    {
        parent::__construct($aModule);
    }

 

The common thread about it you may find here https://www.boonex.com/forums/topic/Dolphin-7-4-has-been-released.htm

Quote · 25 Feb 2019

Thank you,

Will forward to developers

Quote · 25 Feb 2019
 
 
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.