1.1.0.6 Questions / Comments / Concerns / Feedback
- 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
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:
- 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
Re: 1.1.0.6 Questions / Comments / Concerns / Feedback
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.
I am here to build with you. Let's help each other.
Re: 1.1.0.6 Questions / Comments / Concerns / Feedback
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!
https://github.com/CE-PhoenixCart/Phoen ... .1.0.6.zip
Thanks!
- 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
Re: 1.1.0.6 Questions / Comments / Concerns / Feedback
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.
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
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
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
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: 1.1.0.6 Questions / Comments / Concerns / Feedback
In: includes\languages\english\modules\content\login\cm_login_form.php line 21
should be:
Note that "contact" is duplicated
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.';
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.';
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
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
Re: 1.1.0.6 Questions / Comments / Concerns / Feedback
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?
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.
- 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
Re: 1.1.0.6 Questions / Comments / Concerns / Feedback
Enforced Name Change on a new installation.
Files are still supplied inside a folder named /admin/
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.
I am here to build with you. Let's help each other.
Re: 1.1.0.6 Questions / Comments / Concerns / Feedback
The master download doesn't have that option on Step 3 of the installation.
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.