Author Topic: Keep display notication to upgrade version 1.2.1  (Read 6852 times)

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Keep display notication to upgrade version 1.2.1
« 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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Keep display notication to upgrade version 1.2.1
« Reply #1 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?

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #2 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

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #3 on: March 28, 2015, 09:22:58 PM »
What is a version set in core/version.php ?
“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #4 on: March 28, 2015, 11:51:34 PM »
Where can I find the version set in core and version.php?

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #5 on: March 30, 2015, 12:18:53 PM »
Hi

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

Thank you

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Keep display notication to upgrade version 1.2.1
« Reply #6 on: March 30, 2015, 07:25:14 PM »
Open file /core/version.php for view. Post what you have in this file
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #7 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

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #8 on: March 31, 2015, 12:25:23 PM »
Hi

Any advise on this?

Thank you

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #9 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #10 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.

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Keep display notication to upgrade version 1.2.1
« Reply #11 on: April 01, 2015, 04:49:05 AM »
Thank you

 

Powered by SMFPacks Social Login Mod