Page 1 of 5

1.0.8.3 Questions / Comments / Concerns

Posted: Sun May 09, 2021 4:26 pm
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.

Re: 1.0.8.3 Questions / Comments / Concerns

Posted: Sun May 09, 2021 10:47 pm
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.

Re: 1.0.8.3 Questions / Comments / Concerns

Posted: Mon May 10, 2021 6:39 am
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/

Re: 1.0.8.3 Questions / Comments / Concerns

Posted: Mon May 10, 2021 7:56 am
by Fiber
After update store not able to select the right zone, this is also with a new install

Image

Re: 1.0.8.3 Questions / Comments / Concerns

Posted: Mon May 10, 2021 8:21 am
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

Re: 1.0.8.3 Questions / Comments / Concerns

Posted: Mon May 10, 2021 11:32 am
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?

Re: 1.0.8.3 Questions / Comments / Concerns

Posted: Mon May 10, 2021 2:44 pm
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('

Re: 1.0.8.3 Questions / Comments / Concerns

Posted: Tue May 11, 2021 12:11 am
by Nigel
First impressions...

Surprised to see the "old name" in the corner.
stilloscomm.png

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

Posted: Tue May 11, 2021 11:02 pm
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. :)

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

Posted: Wed May 12, 2021 5:06 am
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/