You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
There is a bug in "xataface/actions/register.php" line: 466
PHP Warning: mail() expects parameter 3 to be a string, array given in xataface/actions/register.php on line 464
The error is due to the fact that $info["message"] is an array
The text was updated successfully, but these errors were encountered:
Maybe this is not an error within xataface. I had a problme like this a while ago.
It came out that the settings for the apache webserver on my machine had no ServerAdmin set.
The email address has to be set to get email sending to work in xataface.
So you can edit your website config for apache and add this: ServerAdmin [email protected]
Hello,
There is a bug in "xataface/actions/register.php" line: 466
PHP Warning: mail() expects parameter 3 to be a string, array given in xataface/actions/register.php on line 464
The error is due to the fact that $info["message"] is an array
The text was updated successfully, but these errors were encountered: