Help - Search - Members - Calendar
Full Version: Changing Version Number for 3.0.14
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
CaseyC
Just upgraded two stores, one from 3.0.12 to .14 and one from 3.0.13 to .14.

After upgrading the .12 store to .14 I ran the .12 to .13 upgrade script. The download file for 3.0.14 did not have an upgrade script for .13 to .14. Now both stores show "Updates Available" in the admin screen. How do I manually update this information? I changed the version number in the ini.inc.php file. That corrected the version number on the admin page, but the red "Updates Available" msg is still there.

Thanks,
KLaus Cook
Houston, Texas USA
PMinteractive
in the ini.inc.php file you should have this somewhere near the bottom:

CODE
$ini['ver'] = '3.0.14';
$ini['CCver'] = '30019';


Did you change the CCver too? And more importantly, did you actually make the updates to 3.0.14? I know they're not vital in all cases but its always good to keep up to date just in case a later problem is caused by the missing changes
CaseyC
QUOTE(PMinteractive @ Nov 6 2006, 05:53 PM) *
in the ini.inc.php file you should have this somewhere near the bottom:

CODE
$ini['ver'] = '3.0.14';
$ini['CCver'] = '30019';


Did you change the CCver too? And more importantly, did you actually make the updates to 3.0.14? I know they're not vital in all cases but its always good to keep up to date just in case a later problem is caused by the missing changes


Thanks for the answer....I upraded both stores to 14......and changed the 'ver' the 14. Didn't touch the CCver, didn't know what to put in there
PMinteractive
In future if you use WinMerge to compare the latest release and your shop you won't be able to miss out bits of the update. If you make any modifications yourself, you would hopefully recognise them and not overwrite them during the compare smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.