All module failed

Installation of: Facebook rating Failed
-- Check the Dolphin version for compatibility: The module is not compatible with your version of Dolphin script

 

Installation of: Google Search Failed
-- Check the Dolphin version for compatibility: The module is not compatible with your version of Dolphin script

Installation of: News Failed -- Check the Dolphin version for compatibility: The module is not compatible with your version of Dolphin script

Quote · 6 Apr 2014

Have you recently upgraded Dolphin? If so, make sure you upped the version in /inc/header.inc.php.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 6 Apr 2014

 

Have you recently upgraded Dolphin? If so, make sure you upped the version in /inc/header.inc.php.

Yes I upgraded it to version 7.1.4 at the time as soon as the update was available on,

and I have put in there the latest version 7.1.4

$site['ver']               = '7.1';
$site['build']             = '4';

Quote · 6 Apr 2014

 

The module is not compatible with your version of Dolphin script

If this is from adminmysite, you need to edit a file.

Change the > adminmysite/install/config.php

look for>

'title' => 'Facebook rating','version' => '1.0.0','vendor' => 'AdminMySite','update_url' => '','compatible_with' => array('7.0.x'

edit like this, change what is in red >

'title' => 'Facebook rating','version' => '1.0.0','vendor' => 'AdminMySite','update_url' => '','compatible_with' => array('7.x.x'

 

Not sure about your other modules.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 6 Apr 2014

Just fishing, but what's the version numbers listed for the affected modules?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 6 Apr 2014

 

Just fishing, but what's the version numbers listed for the affected modules?

all most all is 1.1.1 and 2 is 1.0.0

Quote · 6 Apr 2014

All you need to do change it '7.1.x'  /public_html/modules/adminmysite/facebook_rating/install/config.php

 

'title' => 'Facebook rating',
    'version' => '1.0.0',
    'vendor' => 'AdminMySite',
    'update_url' => '',
    'compatible_with' => array(
        '7.1.x'

Quote · 6 Apr 2014

Well, if the version numbers your listing are correct, then the problem should be quite obvious.

Your upgrade was not done properly. Those version numbers are not the right ones.

https://www.deanbassett.com
Quote · 7 Apr 2014

 

Well, if the version numbers your listing are correct, then the problem should be quite obvious.

Your upgrade was not done properly. Those version numbers are not the right ones.

When i update 7.1.4 version all forks fine, all module working fine i install 5 module and instaled fine, but now canot install coming this message.

Quote · 7 Apr 2014

You just have to upgrade these modules or try to set their compatibility to 7.1.x as stated before:

 

/modules/[vendor]/[mod_name]/install/config.php

 

  'compatible_with' => array(
        '7.1.x'  // <<---- on this line

http://boonexpert.com
Quote · 8 Apr 2014
 
 
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.