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

Multiple PHP warnings on PHP 8.0.x #9242

Closed
ozgurkazancci opened this issue Dec 7, 2023 · 1 comment
Closed

Multiple PHP warnings on PHP 8.0.x #9242

ozgurkazancci opened this issue Dec 7, 2023 · 1 comment

Comments

@ozgurkazancci
Copy link

ozgurkazancci commented Dec 7, 2023

I got PHP 8.0.30 on my server, and receiving the following warnings in my webserver log file;

Roundcube version: 1.6.5

PHP Warning: Undefined array key 2 in /rcube/program/include/rcmail_attachment_handler.php on line 64
PHP Warning: Undefined array key "size" in /rcube/program/lib/Roundcube/rcube_message.php on line 1125

Also one "missing" file report:

[error] 74888#0: *880 open() "/rcube/skins/elastic/deps/Popper.js" failed (2: No such file or directory), request: "GET /webmail/skins/elastic/deps/Popper.js HTTP/1.1"

Regards.

alecpl added a commit that referenced this issue Dec 9, 2023
alecpl added a commit that referenced this issue Dec 9, 2023
@alecpl alecpl added this to the 1.6.6 milestone Dec 9, 2023
@alecpl
Copy link
Member

alecpl commented Dec 9, 2023

I fixed the warnings. I have no idea about the missing file error. Popper is supposed to be included in bootstrap.bundle.min.js, and there's nothing in Roundcube referencing Popper.js.

@alecpl alecpl closed this as completed Dec 9, 2023
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