Installation of: News Failed -- Check the Dolphin version for compatibility: The module is not compatible with your version of Dolphin script
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 |
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 |
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'; |
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! |
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 |
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 |
All you need to do change it '7.1.x' /public_html/modules/adminmysite/facebook_rating/install/config.php
'title' => 'Facebook rating', |
Well, if the version numbers your listing are correct, then the problem should be quite obvious. https://www.deanbassett.com |
Well, if the version numbers your listing are correct, then the problem should be quite obvious. 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. |
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( http://boonexpert.com |