We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get two field messages in RC 1.5 beta:
1: PHP Warning: Undefined property: stdClass::$headers in /plugins/identity_select/identity_select.php on line 52
2: PHP Fatal error: Uncaught Error: Class "Mail_mime" not found in /program/include/rcmail_sendmail.php:300
Stack trace: #0 /program/actions/mail/send.php(204): rcmail_sendmail->create_message() #1 /program/include/rcmail.php(275): rcmail_action_mail_send->run() #2 /index.php(279): rcmail->action_handler() #3 {main} thrown in /program/include/rcmail_sendmail.php on line 300
what could be the cause of this? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Fix PHP8 warning (#7972)
bb583fe
First issue fixed in bb583fe. The second is a missing dependency.
Sorry, something went wrong.
No branches or pull requests
I get two field messages in RC 1.5 beta:
1:
PHP Warning: Undefined property: stdClass::$headers in /plugins/identity_select/identity_select.php on line 52
2:
PHP Fatal error: Uncaught Error: Class "Mail_mime" not found in /program/include/rcmail_sendmail.php:300
Stack trace:
#0 /program/actions/mail/send.php(204): rcmail_sendmail->create_message()
#1 /program/include/rcmail.php(275): rcmail_action_mail_send->run()
#2 /index.php(279): rcmail->action_handler()
#3 {main}
thrown in /program/include/rcmail_sendmail.php on line 300
what could be the cause of this? Thanks in advance!
The text was updated successfully, but these errors were encountered: