1.1.0.6 Questions / Comments / Concerns / Feedback

Open to all! Ask other shopowners for help.
User avatar
drtom
Member
Posts: 49
Joined: Sat May 24, 2025 3:59 am
Phoenix Version: v1.1.0.2
Has thanked: 21 times
Been thanked: 3 times

Re: 1.1.0.6 Questions / Comments / Concerns / Feedback

Post by drtom »

I'm actually still on 1.1.0.2 . Should I update sequentially until reaching the latest version, or should I skip the intermediate updates?

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
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.6 Questions / Comments / Concerns / Feedback

Post by burt »

Always update sequentially, this is why we do small releases rather than the odd massive release.
I am not here to build for you.
I am here to build with you. Let's help each other.
bob
Posts: 1
Joined: Fri Oct 17, 2025 2:17 pm
Phoenix Version:

Re: 1.1.0.6 Questions / Comments / Concerns / Feedback

Post by bob »

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

Post by burt »

You can find it in the 3rd post of this thread.
I am not here to build for you.
I am here to build with you. Let's help each other.
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: 1.1.0.6 Questions / Comments / Concerns / Feedback

Post by Omar_one »

on localhost admin shows error ( just installed without any changes and without any add-on)

Code: Select all

Fatal error: Uncaught DomainException: Time zone different than GMT or UTC is not supported as a formatting output. in 
C:\xampp\htdocs\test\includes\system\versioned\1.0.9.3\timezone_transformer.php:49 
Stack trace: 
#0 C:\xampp\htdocs\test\includes\system\versioned\1.0.9.3\full_transformer.php(113): TimezoneTransformer->format(Object(DateTime), 1) 
#1 C:\xampp\htdocs\test\includes\system\versioned\1.0.9.3\full_transformer.php(92): FullTransformer->formatReplace('z', Object(DateTime)) 
#2 [internal function]: FullTransformer->{closure}(Array) 
#3 C:\xampp\htdocs\test\includes\system\versioned\1.0.9.3\full_transformer.php(91): preg_replace_callback('/('(?:[^']+|'')...', Object(Closure), 'M/d/yy, h:mm:ss...') 
#4 C:\xampp\htdocs\test\includes\system\versioned\1.0.9.3\intl_date_formatter.php(224): FullTransformer->format(Object(DateTime)) 
#5 C:\xampp\htdocs\test\admin\includes\modules\dashboard\d_admin_logins.php(51): IntlDateFormatter->format(1761991550) 
#6 C:\xampp\htdocs\test\admin\index.php(74): d_admin_logins->getOutput() 
#7 {main} thrown in C:\xampp\htdocs\test\includes\system\versioned\1.0.9.3\timezone_transformer.php on line 49
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 »

Omar_one wrote: Sat Nov 01, 2025 10:43 am on localhost admin shows error ( just installed without any changes and without any add-on)
This is the "Turn on the intl module in PHP" error. I.e. your localhost has intl off and should have it on, since you need it for date translations.

Alternately, for localhost, you could leave intl off. However, it would restrict you to English and the GMT timezone. It's usually not so hard to turn intl on for localhost. In my opinion, it should automatically be turned on in PHP in general since they deprecated strftime.
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: includes\languages\english\modules\content\login\cm_login_form.php line 21

Code: Select all

  const MODULE_CONTENT_LOGIN_TEXT_LOGIN_SUSPENDED = 'Your Account has been suspended.  Please contact <a href="%s" class="alert-link">contact us</a> to reinstate your Account.';
should be:

Code: Select all

  const MODULE_CONTENT_LOGIN_TEXT_LOGIN_SUSPENDED = 'Your Account has been suspended.  Please <a href="%s" class="alert-link">contact us</a> to reinstate your Account.';
Note that "contact" is duplicated
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
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 »

On my test server I was planning on the 1.1.0.5 to 1.1.0.6 update and realized the admin folder is named admin...

It appears that 1.1.0.2 forced this folder change, but not sure if 1.1.0.5 maintained that option during the installation as I would of utilized it.

What is the best way to solve this issue?
You do not have the required permissions to view the files attached to this post.
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.6 Questions / Comments / Concerns / Feedback

Post by burt »

Enforced Name Change on a new installation.
Files are still supplied inside a folder named /admin/
I am not here to build for you.
I am here to build with you. Let's help each other.
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 »

The master download doesn't have that option on Step 3 of the installation.
Screenshot 2025-12-17 144028.png
I remember this setting in the past and is shown in the guide: https://phoenixcart.org/phoenixcartwiki ... to_Install
You do not have the required permissions to view the files attached to this post.


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