1.0.8.17 Questions / Comments / Concerns

Ask the community for help and support.
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

1.0.8.17 Questions / Comments / Concerns

Post by ecartz »

Update instructions (from 1.0.8.16): 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.17

This is the 1.0.8.17 release, in the 1.0.8.* series. This has

1. Better curl handling for the asce_ files.
2. Better messaging of database errors.
3. Configuration values should no longer show one word per line but still break up the string when too long for a line.
4. Combine modules_content.php and all the layout (modules_pi.php, etc.) into modules.php
5. Update the certificate bundle.
6. Modernization of admin pages/modules.

Tags:
Denzel
VIP Member
VIP Member
Posts: 98
Joined: Sat Oct 31, 2020 7:22 pm
Has thanked: 9 times
Been thanked: 15 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by Denzel »

Extended Security Checks admin_backup_directory_listing, admin_backup_file and ext_directory_listing causes blank screen again.
Works with v1.0.8.16 of admin/includes/classes/security_checks.php

I had sorted the adverts in the manager with the name e.g. 10_image. That doesn't work anymore. Everything is messed up. Why not sort via group and the sortorder-field? Found that they actually are sorted by ID, newest first... Maybe a hook-call just before the pagination could be helpful...
I may be wrong, but it looks like the default lists in admin will soon be sortable. If so, forget my whining ;)

PHP 8.0.22
User avatar
Pierre_P
VIP Member
VIP Member
Posts: 100
Joined: Fri Mar 12, 2021 5:06 am
Has thanked: 11 times
Been thanked: 4 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by Pierre_P »

Under Tools-Action Recorder
Can we get the time stamp back pls or is there a reason this was removed?

I did pick up an external issue with the help of admin user login recording that is still using time stamp, with the newer Phoenix version it would have just give day
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by ecartz »

Pierre_P wrote: Wed Aug 24, 2022 1:42 pm Under Tools-Action Recorder
Can we get the time stamp back pls or is there a reason this was removed?
I just didn't notice that it said datetime_short rather than date_short.

TY. https://github.com/CE-PhoenixCart/Phoen ... 5cb9524299
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by raiwa »

In 1.0.8.17/18, when creating a new (tax) zone, it is not possible to enter the zone and add a country. Tested and on 1.0.8.16 it was still working.
No error is displayed or logged in my teststore, but I got these errors from someone else reported:

Code: Select all

- PHP Warning:  Undefined array key "info" in admin/includes/actions/geo_zones/infoboxes/list.php on line 13

- PHP Warning:  Attempt to read property "association_id" on null in admin/includes/actions/geo_zones/infoboxes/list.php on line 17

- PHP Fatal error:  Uncaught TypeError: Href::set_parameter(): Argument #2 ($value) must be of type string, null given, called in admin/includes/actions/geo_zones/infoboxes/list.php on line 17 and defined in /system/versioned/1.0.8.5/href.php:42\nStack trace:\n#0 admin/includes/actions/geo_zones/infoboxes/list.php(17): Href-]set_parameter('sID', NULL)\n#1 admin/includes/components/infobox.php(15): require('/is/htdocs/...')\n#2 admin/includes/components/paginated_table.php(88): require('/is/htdocs/...')\n#3 admin/includes/classes/paginator.php(69): include('/is/htdocs/...')\n#4 /includes/actions/geo_zones/views/list.php(79): Paginator-]display_table()\n#5 admin/geo_zones.php(101): require('/is/htdocs/...')\n#6 {main}\n  thrown in /includes/system/versioned/1.0.8.5/href.php on line 42
 
Note: We have this problem only in a new 1.0.8.17/18 installation from scratch.
In my 1.0.8.18 test-store which has been updated from previous versions, it works.
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
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by ecartz »

raiwa wrote: Wed Sep 07, 2022 2:44 pm In 1.0.8.17/18, when creating a new (tax) zone, it is not possible to enter the zone and add a country.
TY. https://github.com/CE-PhoenixCart/Phoen ... 75258dcd99
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by raiwa »

Applied the changes, but still can't enter/select the new zone.
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
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by ecartz »

raiwa wrote: Thu Sep 08, 2022 8:18 am Applied the changes, but still can't enter/select the new zone.
Did you apply https://github.com/CE-PhoenixCart/Phoen ... 53e383215a too?
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: 1.0.8.17 Questions / Comments / Concerns

Post by raiwa »

No, I missed that.
Did it now and all good
TY
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
MyGamesShop
VIP Member
VIP Member
Posts: 49
Joined: Wed Mar 10, 2021 3:02 am
Has thanked: 1 time

Re: 1.0.8.17 Questions / Comments / Concerns

Post by MyGamesShop »

Ok It might just be my install but, (I have 1 product review only) the reviews box shows up and added review to Product info. However in admin https://somesite.com/admin/reviews.php using the status toggle dots does not make the box go away, and still shows the the review in the box even though the status is X. However it now says 'Be the first to review' on the product info.
So the status looks like its not effecting the Side box display which in this case should not show as its the only review and disabled.
Post Reply