Search found 383 matches

by ecartz
Sun Feb 18, 2024 12:24 pm
Forum: Community Help & Support
Topic: 1.0.8.21 Questions / Comments / Concerns
Replies: 23
Views: 462

1.0.8.21 Questions / Comments / Concerns

Update instructions (from 1.0.8.20): https://github.com/CE-PhoenixCart/Updat ... /README.md
Release: https://github.com/CE-PhoenixCart/Phoen ... /v1.0.8.21

This is the 1.0.8.21 release, in the 1.0.8.* series. This is a release candidate for 1.0.9.0.
by ecartz
Sat Feb 17, 2024 3:33 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 517

Re: Queued Emails - Ideas and Chat

The Amazon version allows you to select intervals of one to six months and bundle multiple deliveries together. So if you have multiple deliveries scheduled for March, all could come in the same box, saving shipping charges. I.e. not just a reminder email but an order subscription.
by ecartz
Fri Feb 16, 2024 3:51 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 517

Re: Queued Emails - the process

Trustpilot currently suggested sending an order confirmation email BCC to another specific Trustpilot email address, You don't need this system for that. Just add them to SEND_EXTRA_ORDER_EMAILS_TO. That's not a BCC, but it doesn't matter since that email is sent separately (so not visible to the c...
by ecartz
Tue Jan 23, 2024 5:24 am
Forum: Community Help & Support
Topic: Hacked site
Replies: 7
Views: 817

Re: Hacked site

If you delete the ssl directory, make sure to back it up first. That looks like an SSL certificate, so it may turn out to be something that you need, perhaps installed by your host.

Do not post "private" keys in the public forum.
by ecartz
Wed Jan 17, 2024 1:55 am
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 17523

Re: PHP 8.2 - Community Input

OK. Updated mime.php -- see if it works now.
by ecartz
Sun Dec 31, 2023 4:42 pm
Forum: Community Help & Support
Topic: First installation, first questions.
Replies: 11
Views: 1546

Re: First installation, first questions.

It sounds like something is trying to load the images/ directory instead of a file in it. Look in your HTML source for <img src="https://livres.reseauk.info/images/"> or similar and fix that. Feel free to post back with more details for additional help. If you just want to eliminate the lo...
by ecartz
Wed Nov 08, 2023 10:37 am
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 17523

Re: PHP 8.2 - Community Input

IntlDateFormatter is not available in all PHP installations. If it works for you, great. But it isn't a general solution. The general solution needs a polyfill for IntlDateFormatter when it is not available. Making this work on 1. Versions where IntlDateFormatter is available. 2. Versions where it i...
by ecartz
Wed Nov 08, 2023 9:49 am
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 17523

Re: PHP 8.2 - Community Input

The date function is not internationalized and is not a replacement for strftime. This may work for you, but it is not a fix for the basic problem. It's easy enough to change the formats. The problem is providing a polyfill for the internationalized version when it is not available. Since PHP in its...
by ecartz
Thu Nov 02, 2023 11:31 am
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 17523

Re: 1.0.8.16 Questions / Comments / Concerns

burt wrote: Thu Nov 02, 2023 11:23 am There is no roadmap to getting Phoenix ready for 8.2
If you turn off E_DEPRECATED in error_reporting, I would expect 8.2 to work. The largest problem is strftime, which is likely to require a significant rewrite. More than I'd want to do in the 1.0.8.* series.
by ecartz
Mon Oct 30, 2023 11:15 pm
Forum: Community Help & Support
Topic: Development
Replies: 8
Views: 1529

Re: Development

Most recent release (November 2022): https://github.com/CE-PhoenixCart/PhoenixCart/releases/tag/v1.0.8.20 Development branch: https://github.com/CE-PhoenixCart/PhoenixCart/tree/1.0.8.21 Most recent commit (last week; October 2023): https://github.com/CE-PhoenixCart/PhoenixCart/commit/658ebc3b572715b...