Update instructions (from 1.0.8.9): 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 ... /v1.0.8.10
This is the 1.0.8.10 release, in the 1.0.8.* series. Primary changes:
1. Modernized page templates.
2. Update Chart.js.
3. Modernize core hook files in templates and admin.
4. Modernize template components.
5. Modernize admin currencies and reviews pages.
6. Update admin classes, language files, and other system files.
1.0.8.10 Questions / Comments / Concerns
-
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.10 Questions / Comments / Concerns
In admin/currencies.php:
When trying to remove a currency:
When trying to add a new currency:
When trying to remove a currency:
and no remove button is shown.Notice
: Undefined variable: remove_currency in
C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\includes\actions\currencies\infoboxes\delete.php
on line
29
When trying to add a new currency:
Fatal error
: Uncaught ArgumentCountError: Too few arguments to function Form::__construct(), 1 passed in C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\includes\actions\currencies\infoboxes\new.php on line 23 and at least 2 expected in C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\includes\system\versioned\1.0.8.1\form.php:27 Stack trace: #0 C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\includes\actions\currencies\infoboxes\new.php(23): Form->__construct('currencies') #1 C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\includes\components\infobox.php(15): require('C:\\xampp_7.4.11...') #2 C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\includes\components\paginated_table.php(85): require('C:\\xampp_7.4.11...') #3 C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\includes\classes\paginator.php(68): include('C:\\xampp_7.4.11...') #4 C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\currencies.php(159): Paginator->display_table() #5 {main} thrown in
C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\includes\system\versioned\1.0.8.1\form.php
on line
27
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
- tessthepup
- Certified Developer
- Posts: 381
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Has thanked: 47 times
- Been thanked: 62 times
Re: 1.0.8.10 Questions / Comments / Concerns
Can anyone else confirm that the 'back button' on the 'add a new address' page is not working because the form field requirements have not been met?
-
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.10 Questions / Comments / Concerns
TY. https://github.com/CE-PhoenixCart/Phoen ... 4b8810a1fatessthepup wrote: ↑Wed Jan 26, 2022 6:32 pm Can anyone else confirm that the 'back button' on the 'add a new address' page is not working because the form field requirements have not been met?
-
Brighton
- Member
- Posts: 15
- Joined: Sat Jan 08, 2022 12:13 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 1 time
Re: 1.0.8.10 Questions / Comments / Concerns
Is there a problem when listing modules>hooks in admin?
Only 8 items are listed, I think there should be more? It seems to fail in modules_hooks.php line 142
Argument #1 ($class) must be a valid class name
Only 8 items are listed, I think there should be more? It seems to fail in modules_hooks.php line 142
Argument #1 ($class) must be a valid class name
-
Brighton
- Member
- Posts: 15
- Joined: Sat Jan 08, 2022 12:13 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 1 time
Re: 1.0.8.10 Questions / Comments / Concerns
How many do you see listed? On a naked install I only see 8, I think there should be about 113?
- cristiangliga
- Member
- Posts: 9
- Joined: Tue Feb 09, 2021 7:19 am
- Phoenix Version:
Re: 1.0.8.10 Questions / Comments / Concerns
When the 'reviews' and 'reviews_description' tables are empty (there are no reviews), in the 'admin/reviews.php' page it shows no error, like this:
If there are reviews in the 'reviews' and 'reviews_description' tables, in the 'admin/reviews.php' page it shows this error:
Additionally, whether or not there are any reviews, when clicking the 'Add A Review' button in the 'admin/reviews.php' page, this Fatal error shows in the 'admin/reviews.php?action=new' page:
Fatal error: Cannot use empty array elements in arrays in /.../admin/includes/actions/reviews/views/save.php on line 43
Fatal error: Cannot use empty array elements in arrays in /.../admin/includes/actions/reviews/views/save.php on line 43
You do not have the required permissions to view the files attached to this post.