Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi everyone,
So my provider recently updated their PHP version and now I'm facing the following issues:

The first one:
PHP doesn't accept {} as brackets for arrays anymore, I've fixed this issue though.

Second one:
When I'm using <cms:send_mail> I receive the following output:
(see picture below)

I've tried using Google, ChatGPT and in general what you might do in such a case. The PHP native mail() function works perfectly fine. What could be the issue?

Best Wishes

Attachments

Hi,

PHP doesn't accept {} as brackets for arrays anymore, I've fixed this issue though.

This issue was fixed in Couch a long time back - I suppose you are using an older version?
Please upgrade to the current version available from GitHub (make sure to take a MySQL backup before this).

If the mail problem persists, please try switching over to PHPmailer addon - viewtopic.php?f=5&t=10750

Hope this helps.
2 posts Page 1 of 1