1.0.8.3 Questions / Comments / Concerns

Ask the community for help and support.
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

1.0.8.3 Questions / Comments / Concerns

Post by ecartz »

Update instructions (from 1.0.8.2): https://github.com/CE-PhoenixCart/Updat ... /README.md
Update SQL: https://github.com/CE-PhoenixCart/Updat ... update.sql
Update zip: https://github.com/CE-PhoenixCart/Updat ... update.zip
Release: https://github.com/CE-PhoenixCart/Phoen ... g/v1.0.8.3

This is the 1.0.8.3 release, in the 1.0.8.* series. Primary changes:

1. New object-based autoloader.
2. Migration of all the admin general.php functions to class/object methods.
3. New Session and mysql_session classes to replace functions/session.php.

This is a normal sized release in terms of numbers of files and commits to source control, but it is a relatively far reaching release in terms of how much it affects. Both the autoloader and the session handling are used on every page. Ideally, things should look just the same from the outside, even though under the hood, everything's different.

Tags:
Nigel
Posts: 107
Joined: Mon Jan 11, 2021 1:39 am
Has thanked: 25 times
Been thanked: 6 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by Nigel »

If I only have categories and a few items, a couple of added shipping / payment options, is it worth updating from 1.0.8.2 to 1.0.8.3 or shall I install a fresh 1.0.8.3 ?
My site is little more than a test site.
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by heatherbell »

Nigel wrote: Sun May 09, 2021 10:47 pm If I only have categories and a few items, a couple of added shipping / payment options, is it worth updating from 1.0.8.2 to 1.0.8.3 or shall I install a fresh 1.0.8.3 ?
My site is little more than a test site.
If you wanted to update, this update would not take long to do (much quicker than a clean install) or you could try using app.php/addons/free_addon/ce_phoenix_upgrader_utility/
Fiber
VIP Member
VIP Member
Posts: 121
Joined: Mon Oct 26, 2020 12:16 pm
Has thanked: 12 times
Been thanked: 19 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by Fiber »

After update store not able to select the right zone, this is also with a new install

Image
Turn up the Max
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by ecartz »

Fiber wrote: Mon May 10, 2021 7:56 am After update store not able to select the right zone, this is also with a new install
TY. https://github.com/CE-PhoenixCart/Phoen ... 5c438ddebf
radhavallabh
VIP Member
VIP Member
Posts: 364
Joined: Tue Oct 27, 2020 4:09 am
Has thanked: 23 times
Been thanked: 1 time

Re: 1.0.8.3 Questions / Comments / Concerns

Post by radhavallabh »

ecartz wrote: Mon May 10, 2021 8:21 am
Fiber wrote: Mon May 10, 2021 7:56 am After update store not able to select the right zone, this is also with a new install
TY. https://github.com/CE-PhoenixCart/Phoen ... 5c438ddebf
So will we need to make any change to the update SQL for the above fix dear?
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by ecartz »

radhavallabh wrote: Mon May 10, 2021 11:32 am
ecartz wrote: Mon May 10, 2021 8:21 am
Fiber wrote: Mon May 10, 2021 7:56 am After update store not able to select the right zone, this is also with a new install
TY. https://github.com/CE-PhoenixCart/Phoen ... 5c438ddebf
So will we need to make any change to the update SQL for the above fix dear?
Yes. https://github.com/CE-PhoenixCart/Updat ... ecaa03083b

I fixed it in the update.sql, so if you prefer, you can just download a new version.

If you already ran the update.sql, you could do

Code: Select all

UPDATE configuration SET set_function = 'Config::select_zone_by(STORE_COUNTRY, ' WHERE set_function = 'Config::select_zone_by('
Nigel
Posts: 107
Joined: Mon Jan 11, 2021 1:39 am
Has thanked: 25 times
Been thanked: 6 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by Nigel »

First impressions...

Surprised to see the "old name" in the corner.
stilloscomm.png
You do not have the required permissions to view the files attached to this post.
Ginov
Posts: 3
Joined: Fri May 07, 2021 3:56 am

I Have Installed CE Phoenix v1.0.7.9 Do I Need Update or New Install CE Phoenix v1.0.7.15

Post by Ginov »

Hello,
I Have Installed on my store CE Phoenix v1.0.7.9 and i was wondering if it is possible to install the new version 1.0.8.3 or if I must upgrade a level up at the time to arrive to version 1.0.8.3?
Do I Need Update or New Install CE Phoenix 1.0.8.3?
The system is offering to upgrade to version v1.0.7.15 right now.
Can you assist me, please. :)
Hello, I'm Gino Venegas and I have the website https://bookoflikes.com/stores Needful Things Store Is a small store online hosted by Book Of Likes
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: I Have Installed CE Phoenix v1.0.7.9 Do I Need Update or New Install CE Phoenix v1.0.7.15

Post by heatherbell »

Ginov wrote: Tue May 11, 2021 11:02 pmI must upgrade a level up at the time to arrive to version 1.0.8.3?
Yes, this.
You can try this addon to do it - app.php/addons/free_addon/ce_phoenix_upgrader_utility/
Post Reply