1.0.8.9 Questions / Comments / Concerns
-
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.9 Questions / Comments / Concerns
Update instructions (from 1.0.8.8): https://github.com/CE-PhoenixCart/Updat ... /README.md
Update zip: https://github.com/CE-PhoenixCart/Updat ... update.zip
Release: https://github.com/CE-PhoenixCart/Phoen ... g/v1.0.8.9
This is the 1.0.8.9 release, in the 1.0.8.* series. Primary changes:
1. Modernizes the files in includes/system, includes/classes, and includes/languages
2. Makes the row onclick optional in the paginated table component.
Update zip: https://github.com/CE-PhoenixCart/Updat ... update.zip
Release: https://github.com/CE-PhoenixCart/Phoen ... g/v1.0.8.9
This is the 1.0.8.9 release, in the 1.0.8.* series. Primary changes:
1. Modernizes the files in includes/system, includes/classes, and includes/languages
2. Makes the row onclick optional in the paginated table component.
Tags:
-
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
Re: 1.0.8.9 Questions / Comments / Concerns
account_edit.php doesn't show and save "dob".
When trying to save with empty "dob" it throws:
When trying to save with empty "dob" it throws:
I didn't try on other places where "dob" is used, but may be the same.Notice: Undefined index: dob in C:\xampp_7.4.11\htdocs\master\includes\modules\customer_data\cd_dob.php on line 114
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
philpla
- Member
- Posts: 27
- Joined: Sun Feb 28, 2021 8:37 am
- Phoenix Version:
- Has thanked: 2 times
- Been thanked: 1 time
Re: 1.0.8.9 Questions / Comments / Concerns
a happy new year to everyone ... 
thx for the new version 1.0.8.9 ... imho the following is wrong:
this gives me a
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Text::is_empty() must be of the type string or null, array given
thx for the new version 1.0.8.9 ... imho the following is wrong:
Code: Select all
includes/system/versioned/1.0.5.4/email.php line 45ff
protected $html_images = [];
protected $attachments = [];
Code: Select all
includes/system/versioned/1.0.5.4/email.php line 225f
$attachments = !Text::is_empty($this->attachments);
$html_images = !Text::is_empty($this->html_images);
Code: Select all
includes/system/versioned/1.0.8.2/text.php line 38
public static function is_empty(string $s = null) {
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Text::is_empty() must be of the type string or null, array given
runs phoenix 1.0.8.12 for testing
webshop for laser cutting goods
webshop for stainless steel products
webshop for laser cutting goods
webshop for stainless steel products
-
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.9 Questions / Comments / Concerns
Also in admin edit customer, dob still blanco..raiwa wrote: ↑Tue Dec 28, 2021 9:45 am account_edit.php doesn't show and save "dob".
When trying to save with empty "dob" it throws:I didn't try on other places where "dob" is used, but may be the same.Notice: Undefined index: dob in C:\xampp_7.4.11\htdocs\master\includes\modules\customer_data\cd_dob.php on line 114
Turn up the Max
-
ozeworks
- Certified Developer
- Posts: 17
- Joined: Tue Dec 21, 2021 2:58 pm
- Phoenix Version:
- Has thanked: 5 times
- Been thanked: 1 time
Re: 1.0.8.9 Questions / Comments / Concerns
I feel that this viewtopic.php?f=28&t=1102&p=7941#p7941 issue might be connected to this one. Both triggered by date of birth issues. Could be wrong ...
-
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
Re: 1.0.8.9 Questions / Comments / Concerns
Code: Select all
'MODULE_CONTENT_IN_CATEGORY_LISTING_DISPLAY_ROW' => [
'title' => 'Categories Per Row',
'value' => 'row row-cols-2 row-cols-sm-3 row-cols-md-4',
'desc' => 'How many categories should display per Row per viewport? Default: XS 2, SM 3, MD and above 4',
],
To show horizontally it should be:
Code: Select all
'value' => 'row cols-2 cols-sm-3 cols-md-4',Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
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.9 Questions / Comments / Concerns
Yep that is not the solution..ozeworks wrote: ↑Fri Jan 14, 2022 4:26 pm I feel that this viewtopic.php?f=28&t=1102&p=7941#p7941 issue might be connected to this one. Both triggered by date of birth issues. Could be wrong ...

Turn up the Max
-
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.9 Questions / Comments / Concerns
Still not saving dob>account_edit after succesfull create account with dob, also in admin when edit customer, dob remains blanco
Turn up the Max