Search found 384 matches

by ecartz
Sat Apr 20, 2024 12:35 am
Forum: Community Help & Support
Topic: Not connecting to database during setup
Replies: 1
Views: 13

Re: Not connecting to database during setup

TY. https://github.com/CE-PhoenixCart/PhoenixCart/commit/6ed6dab9a7dd872813885d2205750345f0bcde2c Note: it probably still won't work afterwards, but the first, second, and fourth messages should go away. The third log message should show an actual DB error. That error is likely to be the real problem.
by ecartz
Mon Apr 15, 2024 5:25 am
Forum: Community Help & Support
Topic: New error - Due to PHP update(?)
Replies: 6
Views: 105

Re: New error - Due to PHP update(?)

For security reasons (SQL injection!), that should be

Code: Select all

WHERE products_id = " . (int)$products_id)
by ecartz
Sun Mar 24, 2024 4:05 pm
Forum: Community Help & Support
Topic: Site Secure Emblem Placement
Replies: 6
Views: 137

Re: Site Secure Emblem Placement

Before you click it, it shows "Thumbs Up" in case you want to thank. After you click it, it shows "Thumbs Down" in case you want to remove your previous thanks. I'm pretty sure that is just how the forum software works, not something that we did deliberately.
by ecartz
Sat Mar 16, 2024 4:42 pm
Forum: Community Help & Support
Topic: 1.0.9.0 Questions / Comments / Concerns
Replies: 0
Views: 109

1.0.9.0 Questions / Comments / Concerns

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

This is the 1.0.9.0 release, the culmination of the 1.0.8.* series.
by ecartz
Sat Mar 16, 2024 6:00 am
Forum: Community Help & Support
Topic: How to change website meta title and description?
Replies: 8
Views: 146

Re: How to change website meta title and description?

trophy wrote: Sat Mar 16, 2024 3:44 am The below is not in my version 1.0.8.0.
Surely it is: https://github.com/CE-PhoenixCart/Phoen ... ex.php#L25

At least that's what it is in a 1.0.8.0 core version.
by ecartz
Mon Mar 11, 2024 2:11 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 395

Re: newsletter manager with source code not working.

Is there an easy way to do this? There is not an easier way than going to https://github.com/CE-PhoenixCart/PhoenixCart/blob/427d3a582745daf89bf14379ef90e9924148b8d6/admin/includes/actions/newsletters/views/preview.php#L27 and changing <td><?= nl2br($nInfo->content) ?></td> to <td><?= $nInfo->conte...
by ecartz
Sun Mar 10, 2024 7:58 pm
Forum: Community Help & Support
Topic: where to put Captcha number
Replies: 8
Views: 184

Re: where to put Captcha number

That's not the supporters' code module. That's not a Phoenix module at all. For various reasons, we'd prefer not to have any code posted from that author. Anyway, it sounds like the module is out of date. You could either switch to the Maths Captcha, which is free, or see about getting one of the Ce...
by ecartz
Sun Mar 10, 2024 3:04 pm
Forum: Community Help & Support
Topic: Contact us form missing customers email address
Replies: 5
Views: 123

Re: Contact us form missing customers email address

cwh2000 wrote: Sun Mar 10, 2024 1:44 pm Can that fix be added to the next revision of the software?
It only works if you want to send all emails from a particular address. I.e. it is a fix specific to your situation.
by ecartz
Fri Mar 08, 2024 1:54 am
Forum: Community Help & Support
Topic: Contact us form missing customers email address
Replies: 5
Views: 123

Re: Contact us form missing customers email address

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('E-Mail From', 'EMAIL_FROM', 'root@localhost', 'All e-mails will be sent from this address', 12, 6, NOW()); Replace root@localho...
by ecartz
Sun Mar 03, 2024 2:27 pm
Forum: Community Help & Support
Topic: First name and last name error
Replies: 7
Views: 153

Re: First name and last name error

This is missing a bunch of information. What is the current version of CE Phoenix Cart that is in use. Did you recently update to that version from an older version? I note that in version 1.0.5.0, the address_format table used firstname lastname. In version 1.0.5.1 and later, that changed to just n...