Page 1 of 2
1.0.8.17 Questions / Comments / Concerns
Posted: Sun Aug 21, 2022 3:58 am
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.
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Mon Aug 22, 2022 10:24 am
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
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Wed Aug 24, 2022 1:42 pm
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
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Wed Aug 24, 2022 2:58 pm
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
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Wed Sep 07, 2022 2:44 pm
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.
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Wed Sep 07, 2022 7:04 pm
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
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Thu Sep 08, 2022 8:18 am
by raiwa
Applied the changes, but still can't enter/select the new zone.
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Thu Sep 08, 2022 1:24 pm
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?
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Thu Sep 08, 2022 3:53 pm
by raiwa
No, I missed that.
Did it now and all good
TY
Re: 1.0.8.17 Questions / Comments / Concerns
Posted: Mon Sep 26, 2022 1:28 am
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.