-
Notifications
You must be signed in to change notification settings - Fork 262
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
Bug after upgrade to 4.1.0 - BadFunctionCallException mentionsMe is not a valid attribute #10519
Comments
I have the exact same issue since the last update too - same version of the app and NC - runniing on Ubuntu Server 22.04 and Nginx. |
Hi, could you please post the full error from the nextcloud.log? |
Here's the raw data - the errors seem to alternate with one variable aside from unique IDs - the "url" is tagged either =mail read (or unread) - I think I've redacted the bits that would identify my instance to the CIA or whatever 😬 { |
Here the log from my nextcloud instance: |
Odd, looks like its related to a database column, "mentions_me" in the "mail_messages" table, can you confirm this column exists? |
same bug for me. every entry for column "mentions_me" in table "oc_mail_messages" seems to be 0. the column exists. Nextcloud Hub 9 (30.0.4) |
|
okay, if the column exist then that means either the upgraded code is missing or its a opcache issue. Restart php (php-fpm on most systems) this should recreate the opcache. If the error still exists can you confirm that the following line exists in your code. Line 71 in a959a81
And Line 114 in a959a81
|
Restarting php-fpm helped. For me it was done with:
So restarting the Server would have helped, too. Thanks for your time. Have a nice end of the year |
Restart of the service helped also for me. Thank you! |
Steps to reproduce
Expected behavior
I expect to see my mails from both accounts.
Actual behavior
I get the message "Could not open mailbox." and I've a lot of error entries inside the log:
mail: "BadFunctionCallException mentionsMe is not a valid attribute"
Mail app version
4.1.0
Nextcloud version
30.0.4
Mailserver or service
Gmail, GMX
Operating system
Raspberry Pi OS Bookworm with Apache2 - all updates installed.
PHP engine version
PHP 8.3
Nextcloud memory caching
No response
Web server
Apache (supported)
Database
PostgreSQL
Additional info
No response
The text was updated successfully, but these errors were encountered: