Unable to Determine Version/Update

Permalink
Hey, I installed Concrete 5 using Simple Scripts on Bluehost. I then downloaded the theme Natural Essence and went into Add Functionality on the control panel. I clicked the Install button next to Natural Essence and get the message I need Concrete 5.5 or later. I went into the Update tab, but it tells me that Concrete is already updated. I can't seem to find the name/number of the version I have installed, and I'm not sure I know enough to update manually. Has anyone else dealt with this?

 
guythomas replied on at Permalink Reply
guythomas
Simple Scripts is installing version 5.4.2.2 right now. You can verify this by logging into your website dashboard and looking for the version number in the top right hand corner of the page, just below the sign out button.

Because of the major differences between 5.4 and 5.5, the in-site update will not roll you into the new version.

The natural essence theme was recently updated to include support for version 5.5, and it is possible that the developer simply got a bit overzealous in his controller.php.

You can ask for support from him directly here:http://www.concrete5.org/marketplace/themes/natural_essence/?cID=22...

Alternatively, if you are feeling frisky you can edit the controller.php file yourself which is located in the theme_natural_essence folder.

Change the
protected $appVersionRequired = '5.5';

to
protected $appVersionRequired = '5.4';


and see what happens.

Good Luck!

-Guy