AbanteCart Community

General Topics => News and Announcements => Topic started by: abantecart on March 17, 2019, 09:11:17 PM

Title: AbanteCart 1.2.14 is now released
Post by: abantecart 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: Sam_78 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.
Title: Re: AbanteCart 1.2.14 is now released
Post by: Basara 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: CTGO.co 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: Basara on March 22, 2019, 06:17:37 AM
AbanteCart upgrade is described here https://abantecart.atlassian.net/wiki/spaces/AD/pages/4980799/AbanteCart+Upgrade
Title: Re: AbanteCart 1.2.14 is now released
Post by: everchanging 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');
Title: Re: AbanteCart 1.2.14 is now released
Post by: abolabo 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: CTGO.co 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: Basara 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: CTGO.co 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
 
Title: Re: AbanteCart 1.2.14 is now released
Post by: everchanging 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: everchanging 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  ;)
Title: Re: AbanteCart 1.2.14 is now released
Post by: CTGO.co 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: llegrand 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 (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
Title: Re: AbanteCart 1.2.14 is now released
Post by: Dubai City Tour 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
Title: Re: AbanteCart 1.2.14 is now released
Post by: jimcooncat on February 07, 2020, 04:32:14 PM
Went to upgrade today from 1.2.13 to 1.2.14 (then I was going to 1.2.15), but got this message:

 Marketplace error: Error: Can't get length of data(file). HTTP status code : HTTP/1.1 400 Bad Request

What's the best way to go from 1.2.13 to 1.2.15?
Title: Re: AbanteCart 1.2.14 is now released
Post by: Basara on February 10, 2020, 12:11:02 AM
Hello.
You can download upgrade and full installation packages at AbanteCart github https://github.com/abantecart/abantecart-src/releases
Title: Re: AbanteCart 1.2.14 is now released
Post by: jimcooncat on February 10, 2020, 07:02:42 PM
Thank you so much, I got the packages! Would you please direct me to where I can find the upgrade howto? I did try to find it on my own.
Title: Re: AbanteCart 1.2.14 is now released
Post by: llegrand on February 10, 2020, 07:39:50 PM
At the top of the forum pages is always a link to the manuals - 

But here is the precise page for you:

https://abantecart.atlassian.net/wiki/spaces/AD/pages/4980799/AbanteCart+Upgrade

Title: Re: AbanteCart 1.2.14 is now released
Post by: jimcooncat on February 11, 2020, 05:00:11 AM
Thanks so much!!