1.0.8.3 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 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:


Join The Code Co-op to get access to your library in the Code Co-op Forum
Nigel
Contributor
Posts: 114
Joined: Mon Jan 11, 2021 1:39 am
Phoenix Version:
Has thanked: 29 times
Been thanked: 8 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
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 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
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 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
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 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
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

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
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 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
Contributor
Posts: 114
Joined: Mon Jan 11, 2021 1:39 am
Phoenix Version:
Has thanked: 29 times
Been thanked: 8 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

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. :)
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 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/


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply