Author Topic: AbanteCart 1.2.14 is now released  (Read 18547 times)

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
AbanteCart 1.2.14 is now released
« on: March 17, 2019, 09:11:17 PM »
New version of AbanteCart 1.2.14 is out.

Master branch is set to be 1.2.14.
https://github.com/abantecart/abantecart-src

New Features and improvements highlight:
https://github.com/abantecart/abantecart-src/releases/tag/1.2.14
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 Sam_78

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +42/-1
    • View Profile
Re: AbanteCart 1.2.14 is now released
« Reply #1 on: March 18, 2019, 02:24:52 PM »
Hi,

Thanks for v 1.2.14 is there a way we can see demo of v 1.2.14 ?
I have signed in for demo here at http://www.abantecart.com/shopping-cart-demo and it shows 1.2.10 not 1.2.14
I have made some custom changes to my version and I want to make sure if I should update to latest version or no as that will take lot of work.

I read all the changes here https://github.com/abantecart/abantecart-src/releases/tag/1.2.14 and liked that you now working on PHP 7.3 and MySQL 8.0 but if we can view the latest version's demo that would be great.

I guess I have to download the latest version and install it locally.


Thanks for all the updates and making this awesome shopping cart.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile
Re: AbanteCart 1.2.14 is now released
« Reply #2 on: March 19, 2019, 02:30:50 AM »
Hello.

Demo will be updated soon.

For testing you can also use bitnami stack with latest AbanteCart https://bitnami.com/stack/abantecart

CTGO.co

  • Guest
Re: AbanteCart 1.2.14 is now released
« Reply #3 on: March 22, 2019, 05:47:18 AM »
Hello!

Thank you for new update, I read all info about new update but i have a request. Can you do us a favour and include the steps especially for updating to last version (1) if we have online website. (2) if we want to use the abantecart for the 1st time. Please??? my personal website now in v1.2.13, but there is a person who's interested to use my Database which now working on my website and new version of abantecart on his domain, what he should do too please?

regards

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile
Re: AbanteCart 1.2.14 is now released
« Reply #4 on: March 22, 2019, 06:17:37 AM »

Offline everchanging

  • Jr. Member
  • **
  • Posts: 90
  • Karma: +9/-0
    • View Profile
    • Ancient Greece Reloaded
Re: AbanteCart 1.2.14 is now released
« Reply #5 on: March 25, 2019, 11:57:34 PM »
Hi guys,

I updated to the latest version, the message was that the update was successful but when I looked at the bottom of the page I still saw version 13 instead of 14.

When I checked if everything was updated (in install/Upgrade History) everything was upgraded OK.

Afterwards, when I checked the error log I saw the following:

"
database error: AbanteCart core v.1.2.13 SQL Error: Duplicate column name 'store_id'
Error No: 1060
SQL:
ALTER TABLE `abdw_custom_lists`
ADD COLUMN `store_id` INT NULL DEFAULT 0 AFTER `id`;
in <b>/.../core/database/amysqli.php</b> on line <b>109</b>
"

Finally, when I went to the specific database, the column "store id" does exist etc...

What is more, when I open a product the option of:

Stock Locations:
Locations:


 is available in my cloned store but in the live version it does not appear.

OK, I am puzzled.

Any insights guys I would highly appreciate?

I thank you in advance.  :)

PS: I read the documentation but couldn't find anything in regards to this.
PS 2: when opening the version.php file it displays the correct version.
Code: [Select]
<?php
define
('MASTER_VERSION''1');
define('MINOR_VERSION''2');
define('VERSION_BUILT''14');
« Last Edit: March 26, 2019, 12:02:06 AM by everchanging »
"I know one thing; that I know nothing"

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: AbanteCart 1.2.14 is now released
« Reply #6 on: March 26, 2019, 05:16:18 AM »
database error: AbanteCart core v.1.2.13 SQL Error: Duplicate .....

Hello.
We hope you did test upgrade on separate engine instance.
Please note, table custom_lists does not contains column store_id in v.1.2.13 ( note your warning).
We have no idea why you already have it.
To resolve you should delete it before upgrade.

Also be sure that host do not use some php-cache libs such as varnish or opcache etc
« Last Edit: March 26, 2019, 05:18:37 AM by abolabo »
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

CTGO.co

  • Guest
Re: AbanteCart 1.2.14 is now released
« Reply #7 on: March 26, 2019, 05:54:43 AM »
Hello Guys!


I hope all are well and fine,

I have a question it would be strange but I have to ask it,
1. how to know which version am using now??
2. Is it possible that your website been upgraded alone and automatically??

3. What does this error log means?? 
2019-03-26 9:37:28 - warning: AbanteCart core v.1.2.14 Use of undefined constant CACHE_DRIVER - assumed 'CACHE_DRIVER' (this will throw an Error in a future version of PHP) in <b>/home/public_html/core/helper/system_check.php</b> on line <b>126</b>


Thank you for your help...

Regards

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile
Re: AbanteCart 1.2.14 is now released
« Reply #8 on: March 26, 2019, 06:24:13 AM »
2. Is it possible that your website been upgraded alone and automatically??

Upgrade can be run by admin (manual upgrade (db sql run and files replace) or with abantecart_upgrade_key auto installation).
And rare case but upgrade may run by Softaculous in your Cpanel.

3. warning: AbanteCart core v.1.2.14 Use of undefined constant CACHE_DRIVER -
This is not a critical warning. Not sure why you see it because it suppose to be fixed in latest version

CTGO.co

  • Guest
Re: AbanteCart 1.2.14 is now released
« Reply #9 on: March 26, 2019, 06:51:04 AM »
2. Is it possible that your website been upgraded alone and automatically??

Upgrade can be run by admin (manual upgrade (db sql run and files replace) or with abantecart_upgrade_key auto installation).
And rare case but upgrade may run by Softaculous in your Cpanel.

3. warning: AbanteCart core v.1.2.14 Use of undefined constant CACHE_DRIVER -


This is not a critical warning. Not sure why you see it because it suppose to be fixed in latest version

Thank you BASARA for taking time and do your support,

I don't think that my Softaculous did the upgrade because I checked the settings and that's why I did asked how to know the version on my website which could be?

regarding the error log info, I cleared and deleted cashes and still appearing.

Thank you BASARA
 

Offline everchanging

  • Jr. Member
  • **
  • Posts: 90
  • Karma: +9/-0
    • View Profile
    • Ancient Greece Reloaded
Re: AbanteCart 1.2.14 is now released
« Reply #10 on: March 26, 2019, 10:46:20 AM »
Hi abolado,

yes, first I upgraded the Abantecart version on my test site and there were no problems.

Then, I went to the live version.

Basically, the live version has not issues besides some that I did point out (on the admin side).

So, to the topic at hand:
Are you suggesting that I should go to the database

find the table  `abdw_custom_lists

delete the 'store_id' column and than re-install version 14?

Just to be sure before I proceed doing anything.

Regards,
Nik
"I know one thing; that I know nothing"

Offline everchanging

  • Jr. Member
  • **
  • Posts: 90
  • Karma: +9/-0
    • View Profile
    • Ancient Greece Reloaded
Re: AbanteCart 1.2.14 is now released
« Reply #11 on: March 27, 2019, 03:52:49 PM »
Hi guys,

just as an update.

As I was waiting for Abolado's reply - so as to make sure that I will not mess up things - the next day; everything appears to have been updated?!

I mean all features (from what I could see) have been added and AbanteCart has been updated to the newest 14 version (something that is also shown at the bottom of the page).

On top of that, another serious issue that I was confronted with (namely a js file that would mess up my product relations) has been resolved as well!!

Wow  :)

My guess would be cloudflare but I cannot be sure about it.

And finally, as if it wanted to troll me, I still receive a massage to upgrade to the newest version.

I do not know what to say but I do love the new features that you guys did add.

Thanks  ;)
"I know one thing; that I know nothing"

CTGO.co

  • Guest
Re: AbanteCart 1.2.14 is now released
« Reply #12 on: March 28, 2019, 12:37:15 AM »
Hello Guys!

I upgraded my website now and everything is fine. Thank you for your support.

Regards
SAMY

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1796
  • Karma: +519/-7
    • View Profile
Re: AbanteCart 1.2.14 is now released
« Reply #13 on: March 29, 2019, 11:06:41 AM »
Hello.

Demo will be updated soon.

For testing you can also use bitnami stack with latest AbanteCart https://bitnami.com/stack/abantecart




Hey Guys -  it's 10 days later  and the AbanteCart Demo  still is using v 1.2.11 -  can you please get it updated so folks (new and old)  who want to evaluate Abantecart can do so with all the new bells and whistles to look at?


Thanks for considering getting your site up to date?


Lee

Offline Dubai City Tour

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
  • dubai City Tour packages
    • View Profile
    • dubai city tour
Re: AbanteCart 1.2.14 is now released
« Reply #14 on: April 16, 2019, 03:21:49 PM »
Hi,
Can we please know when could be the demo updated.
I really in need of it
We are the leading Dubai City Tour transport provider.
Running Tourism business in Dubai since 2007.
We offer low rates Transport service for guests, tourist in UAE.

 

Powered by SMFPacks Social Login Mod