Skip to content
New issue

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

2 errors in log file #7972

Closed
be-root opened this issue Mar 24, 2021 · 2 comments
Closed

2 errors in log file #7972

be-root opened this issue Mar 24, 2021 · 2 comments

Comments

@be-root
Copy link

be-root commented Mar 24, 2021

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!

alecpl added a commit that referenced this issue Mar 26, 2021
@alecpl alecpl added this to the 1.5-rc milestone Mar 26, 2021
@alecpl
Copy link
Member

alecpl commented Mar 26, 2021

First issue fixed in bb583fe. The second is a missing dependency.

@alecpl alecpl closed this as completed Mar 26, 2021
@be-root
Copy link
Author

be-root commented Mar 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants