1.1.0.6 Questions / Comments / Concerns / Feedback

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

Re: 1.1.0.6 Questions / Comments / Concerns / Feedback

Post by ecartz »

cwh2000 wrote: Wed Dec 17, 2025 7:44 pm The master download doesn't have that option on Step 3 of the installation.Screenshot 2025-12-17 144028.png
It does, but note https://github.com/CE-PhoenixCart/Phoen ... _3.php#L88

It only works when you can change it. If your web server is configured not to allow you to write files from a web page (which is actually the preferred configuration for security reasons), it won't work.

Renaming the admin folder is required when you can write files from the web server, because there are exploits that can take advantage of that. Those exploits don't work when you can't write from the web server. That's one way of preventing them. Renaming admin is another. Not being able to write files is superior but has the side effect of making the install unable to rename admin.

You can still rename admin if you want, but you'll need to manually rename the directory from something with sufficient permissions (FTP or the host's file manager) and then update the configuration file to match. Or allow writing before the install; install; and you can turn the permissions down again after.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
cwh2000
Member
Posts: 60
Joined: Fri Jul 30, 2021 10:21 am
Phoenix Version: v1.0.9.9

Re: 1.1.0.6 Questions / Comments / Concerns / Feedback

Post by cwh2000 »

Thanks! The www-data user did not have ownership of the website root folders.
MyGamesShop
Contributor
Posts: 131
Joined: Wed Mar 10, 2021 3:02 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 5 times

Re: 1.1.0.6 Questions / Comments / Concerns / Feedback

Post by MyGamesShop »

You have to be logged in to download this one for some reason.
Or the link wont work on post 3. unlike other versions.

maybe it could be fixed by now.


Just sayin.

bob wrote: Fri Oct 17, 2025 2:18 pm Where can we find the update archive for 1.1.0.6? It's missing on Github:

https://github.com/CE-PhoenixCart/Phoen ... .1.0.6.zip

Thanks!
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 »

In:
templates\default\includes\pages\account_history_info.php line 60:

Code: Select all

                  echo Tax::display($product['tax']) . '%';
throws the following error if more than 1 tax group exists:

Code: Select all

Fatal error: Uncaught Error: Call to undefined method Tax::display() in C:\laragon\www\xxxxxxxxxx\templates\default\includes\pages\account_history_info.php:63 
Looking in the tax class there is no "display" method.
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: 4550
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.6 Questions / Comments / Concerns / Feedback

Post by burt »

Could you try changing to Tax::Format, and let me know if that fixes things?
TY
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.6 Questions / Comments / Concerns / Feedback

Post by raiwa »

that fixes it
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


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