Open to all! Ask other shopowners for help.
bonbec
Contributor
Posts: 190 Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times
Post
by bonbec » Tue Apr 09, 2024 11:52 am
Thanks !
The includes/version.php with the right version number is missing in the update.zip
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
heatherbell
Senior Contributor
Posts: 2540 Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times
Post
by heatherbell » Wed Apr 10, 2024 8:26 am
bonbec wrote: ↑ Tue Apr 09, 2024 11:52 am
The includes/version.php with the right version number is missing
After updating, ensure to edit your file, /includes/version.php
Change 1.0.9.0 to 1.0.9.1
bonbec
Contributor
Posts: 190 Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times
Post
by bonbec » Wed Apr 10, 2024 8:41 am
Hello @heatherbell
Thanks but that's what I did.
It makes more sense to provide the file in question in update.zip
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
raiwa
Certified Developer
Posts: 1640 Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
: Buy Me A Beverage
Has thanked: 70 times
Been thanked: 152 times
Post
by raiwa » Wed Apr 10, 2024 9:35 am
In: includes\system\versioned\1.0.7.other\1.0.7.12\guarantor.php
These 2 functions should probably also bee removed:
Code: Select all
function &tep_guarantee_subarray(&$data, $key) {
trigger_error('The tep_guarantee_subarray function has been deprecated.', E_USER_DEPRECATED);
return Guarantor::guarantee_subarray($data, $key);
}
function &tep_guarantee_all(&$data, ...$keys) {
trigger_error('The tep_guarantee_all function has been deprecated.', E_USER_DEPRECATED);
return Guarantor::guarantee_all($data, $keys);
}
zipurman
Builder
Posts: 540 Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times
Post
by zipurman » Tue Apr 30, 2024 4:49 pm
When editing or adding new Customer Data Groups, the class is being set to "12" where it should be "col-12", as a result, the layout breaks.
Last edited by
zipurman on Tue Apr 30, 2024 5:14 pm, edited 1 time in total.
zipurman
-----------
zipurman
Builder
Posts: 540 Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times
Post
by zipurman » Tue Apr 30, 2024 5:14 pm
zipurman wrote: ↑ Tue Apr 30, 2024 4:49 pm
When editing or adding new Customer Data Groups, the class is being set to "12" where it should be "col-12", as a result, the layout breaks.
Looks like the issue is in the admin, where it is saving the class as 12 rather than col-sm-12.
zipurman
-----------
burt
Core Team
Posts: 4546 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Tue Apr 30, 2024 6:26 pm
I cannot recreate this...
It saves as whatever I input into the box.
I do notice that when adding a new group, a value of 12 is inserted into the box, which should be changed to eg col-sm-12. I'll fix that in 1.0.9.2 - thanks for noticing.
I am not here to build for you.
I am here to build with you. Let's help each other.
burt
Core Team
Posts: 4546 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Tue Apr 30, 2024 6:29 pm
I am not here to build for you.
I am here to build with you. Let's help each other.
zipurman
Builder
Posts: 540 Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times
Post
by zipurman » Tue Apr 30, 2024 7:40 pm
burt wrote: ↑ Tue Apr 30, 2024 6:26 pm
I cannot recreate this...
It saves as whatever I input into the box.
A fresh install has all set to 12. Also, as you mentioned, any new entries also were defaulted to 12 instead of col-sm-12
zipurman
-----------