Open to all! Ask other shopowners for help.
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
Post
by raiwa » Thu Nov 27, 2025 2:28 pm
It seems I missed an update step from 1.1.0.0 to 1.1.0.1 where:
Code: Select all
customer_query::TABLE_ALIASES['customers']
was updated to:
Code: Select all
customer_query::determine_alias('customers')
Thank you for checking
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
Post
by raiwa » Thu Nov 27, 2025 2:39 pm
I found the issue:
There is a typo in the 1.1.0.1 update package for the foldername:
admin\includes\actions\stats_customer\views\default.php
should be:
admin\includes\actions\stats_customers\views\default.php
Note: stats_customer should be stats_customers (plural)
Thats why the file wasn't updated in my updated Phoenix 1.1.0.6 teststore.
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
Post
by raiwa » Sat Nov 29, 2025 10:56 am
Just checked and downloaded the 1.1.0.1 update package from Github: it is still misspelled: "stats_customer"
burt
Core Team
Posts: 4546 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Mon Dec 08, 2025 12:34 pm
TY
@raiwa - I can only do fixes as I have time
These .zip's should now be correct.
I am not here to build for you.
I am here to build with you. Let's help each other.
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
Post
by raiwa » Mon Dec 08, 2025 1:04 pm
Maybe include it again in the next update or a note in the instructions?
burt
Core Team
Posts: 4546 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Mon Dec 08, 2025 1:08 pm
Likely going to stop doing these update zips anyway.
Very few people use them.
I am not here to build for you.
I am here to build with you. Let's help each other.