Open to all! Ask other shopowners for help.
Fiber
Contributor
Posts: 173 Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times
Post
by Fiber » Fri Jul 05, 2024 12:56 pm
I think jpeg should be included
here ...
burt
Core Team
Posts: 4547 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
Post
by burt » Fri Jul 05, 2024 3:09 pm
Fiber wrote: ↑ Fri Jul 05, 2024 12:56 pm
I think jpeg should be included
here ...
TY.
I am almost certain that anyone using jpeg knows that jpg means the same thing.
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
: Buy Me A Beverage
Has thanked: 70 times
Been thanked: 152 times
Post
by raiwa » Fri Jul 26, 2024 1:50 pm
When the checkout success download module is installed, I get on checkout_success.php the following error on an updated shop:
Undefined constant "MODULE_CONTENT_CHECKOUT_SUCCESS_DOWNLOADS_CONTENT_WIDTH"
The admin module page needs to be accessed to get the constant defined.
Maybe it could be added to the update sql.
Pierre_P
Contributor
Posts: 144 Joined: Fri Mar 12, 2021 5:06 am
Phoenix Version: v1.1.0.6
Has thanked: 21 times
Been thanked: 11 times
Post
by Pierre_P » Mon Jul 29, 2024 4:26 pm
There is a missing configuration value for EMAIL_FROM - used in system/versioned/1.0.8.5/email.php
Code: Select all
if (defined('EMAIL_FROM')) {
$sender_headers = ['From: ' . EMAIL_FROM, 'Reply-to: ' . $from];
$from_addr = EMAIL_FROM;
} else {
For now i did manually add it to my database