I just upgraded from 7.0.9 to 7.1 and ran into some issues that may be related to each other all within the Admin Panel. The first issue deal with the version number. First, I can’t install any modules and every removed a few to try to install them again with no luck.
Installation of: Store Failed
-- Check the Dolphin version for compatibility: The module is not compatible with your version of Dolphin script
I have made the changes in inc/header.inc.php adding the version to:
$site['ver'] = '7.1';
$site['build'] = '0'; // B1
Second, I can’t access the Basic Setting with in the Admin Panel. It is just loading a white page. All other functions seem to be working fine.
Any help, please as I am stuck! Thank you for your time.