AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: quekbhj on March 28, 2015, 09:18:12 AM

Title: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on March 28, 2015, 09:18:12 AM
Hi

I have just updated to version 1.2.1.
However, the system keeps sending message to upgrade AbanteCart to version 1.2.1.
Is it normal?

Thank you
Jasmine
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: abantecart on March 28, 2015, 07:39:20 PM
There are 2 messages.

1. Upgrade notification message
2. Current version note.

Can you please post your screenshot to confirm?

Title: Re: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on March 28, 2015, 08:35:03 PM
Hi

Enclosed the notification message for upgrade though I had deleted the message, it still keep in the message.

For the current version note that is to need add "define xxxx" inside the config.php, no longer appear after I had deleted the message. Note, I had added this "define xxx" inside the config.php before deleted the message.

Regards
Jasmine
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: eCommerce Core on March 28, 2015, 09:22:58 PM
What is a version set in core/version.php ?
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on March 28, 2015, 11:51:34 PM
Where can I find the version set in core and version.php?
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on March 30, 2015, 12:18:53 PM
Hi

Please guide me to find the version set in core and version.php.

Thank you
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: abantecart on March 30, 2015, 07:25:14 PM
Open file /core/version.php for view. Post what you have in this file
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on March 30, 2015, 07:58:15 PM
Hi

Here the code below from core/version.php

<?php
define('MASTER_VERSION', '1');
define('MINOR_VERSION', '2');
define('VERSION_BUILT', '0');


Regards
Jasmine
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on March 31, 2015, 12:25:23 PM
Hi

Any advise on this?

Thank you
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on April 01, 2015, 04:35:34 AM
Hi

I did a compare of the files content between public_html/ and source code of upgrade 1.2.1, there is no different as to ensure that the upgrade of 1.2.1 is correct and there is no missing file.
I did the upgrade of 1.2.1 manual because of the database.
In this case, can I manual update the version.php as below? Will there be any impact?
<?php
define('MASTER_VERSION', '1');
define('MINOR_VERSION', '2');
define('VERSION_BUILT', '1');

Please advise.

Thank you
Jasmine
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: Basara on April 01, 2015, 04:38:12 AM
Hi

I did a compare of the files content between public_html/ and source code of upgrade 1.2.1, there is no different as to ensure that the upgrade of 1.2.1 is correct and there is no missing file.
I did the upgrade of 1.2.1 manual because of the database.
In this case, can I manual update the version.php as below? Will there be any impact?

Yes, you can.
Title: Re: Keep display notication to upgrade version 1.2.1
Post by: quekbhj on April 01, 2015, 04:49:05 AM
Thank you