1.0.8.10 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.10 Questions / Comments / Concerns

Post by ecartz »

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.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.0.8.10 Questions / Comments / Concerns

Post by raiwa »

In admin/currencies.php:

When trying to remove a currency:
Notice
: Undefined variable: remove_currency in
C:\xampp_7.4.11\htdocs\xxxxxxxxxxxxxx\admin\includes\actions\currencies\infoboxes\delete.php
on line
29
and no remove button is shown.

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
User avatar
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

Post by tessthepup »

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

Post by ecartz »

raiwa wrote: Mon Jan 24, 2022 9:29 am In admin/currencies.php:
TY. https://github.com/CE-PhoenixCart/Phoen ... ce99508559
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

Post by ecartz »

tessthepup 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?
TY. https://github.com/CE-PhoenixCart/Phoen ... 4b8810a1fa
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

Post by Brighton »

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
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.10 Questions / Comments / Concerns

Post by Fiber »

Brighton wrote: Tue Feb 01, 2022 11:24 am 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
Just tested everything works as it should with new install
Turn up the Max
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

Post by Brighton »

Fiber wrote: Tue Feb 01, 2022 2:29 pm
Brighton wrote: Tue Feb 01, 2022 11:24 am 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
Just tested everything works as it should with new install
How many do you see listed? On a naked install I only see 8, I think there should be about 113?
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.10 Questions / Comments / Concerns

Post by Fiber »

Brighton wrote: Tue Feb 01, 2022 11:24 am I think there should be about 113?
Yep that is correct..
Turn up the Max
User avatar
cristiangliga
Member
Posts: 9
Joined: Tue Feb 09, 2021 7:19 am
Phoenix Version:

Re: 1.0.8.10 Questions / Comments / Concerns

Post by cristiangliga »

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:
Screen Shot 2022-02-12 at 4.56.45 PM.png
If there are reviews in the 'reviews' and 'reviews_description' tables, in the 'admin/reviews.php' page it shows this error:
Screen Shot 2022-02-12 at 4.50.19 PM.png
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
You do not have the required permissions to view the files attached to this post.


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