Jump to content

4.3.6 download has 4.3.5 setup folder and no ini.inc.php


Guest aguser

Recommended Posts

I just downloaded the latest 4.3.6 package.

When I try to upgrade, it says you already have 4.3.5

What's more, the change differences file in the post http://forums.cubecart.com/index.php?showtopic=39766 does not mention in.inc.php file.

I hope Develion are reading this, I am worried more is missing e.g. any sql changes that need to be done????

Link to comment
Share on other sites

I upgraded 2 stores yesterday and had no issue with the setup folder, I downloaded the zip version. I agree that the ini.inc.php change was not in the changed file list but just changed the following line in the old file.

$ini['ver'] =  '4.3.5';

to

$ini['ver'] =  '4.3.6';

Link to comment
Share on other sites

Guest Roger Huston

True, I did just that and the upgrade worked, thanks.

There was another change to inc.inc.php

if (version_compare(PHP_VERSION, '5.1.0', '<')) {


to


if ((bool)version_compare(PHP_VERSION, '5.1.0', '<')) {

I also find mysterious capitalization issues in other files, $_get to $_GET, stuff like that.

I have another question. All of my ION and ZEND php files in the root have different encrypted strings.

admin_enc_ion.php, admin_enc_zend.php, index_enc_ion.php, index_enc_zend.php

Do I need to upgrade these files as well?

- Roger

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...