1.1.0.1 Questions / Comments / Concerns / Feedback

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
Has thanked: 70 times
Been thanked: 152 times

Re: 1.1.0.6 Questions / Comments / Concerns / Feedback

Post by raiwa »

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

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

Post by raiwa »

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

Post by raiwa »

Just checked and downloaded the 1.1.0.1 update package from Github: it is still misspelled: "stats_customer"
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
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.1.0.1 Questions / Comments / Concerns / Feedback

Post by burt »

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
Has thanked: 70 times
Been thanked: 152 times

Re: 1.1.0.1 Questions / Comments / Concerns / Feedback

Post by raiwa »

Maybe include it again in the next update or a note in the instructions?
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
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.1.0.1 Questions / Comments / Concerns / Feedback

Post by burt »

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.


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