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
PHP Fatal error: Uncaught Error: Typed property DOMDocument::$documentElement must not be accessed before initialization in /var/www/roundcube/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php:275
#8826
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.
this error happens when I try to open some emails, this is very weird as it never happened before now it just happened randomly for no reason, emails that used to work now wont open and instead throw that error
The text was updated successfully, but these errors were encountered:
Btw im using php 8.1 fpm nginx fastCGI (Im new to PHP I think I might've accidentally caused this but I'm not sure, what I'm sure is I never touched Roundcube internal PHP code only plugins code)
Okay this doesnt happen to messages sent from other email address but from swisscows.email address.
(Swisscows worked just fine, it just started giving errors today)
Taking the HTML content of that email (after decoding the quoted-printable encoding) and parsing it with the html5-php library does not produce any error. So the upstream report is not actionable.
this error happens when I try to open some emails, this is very weird as it never happened before now it just happened randomly for no reason, emails that used to work now wont open and instead throw that error
The text was updated successfully, but these errors were encountered: