Hi @vraisa
I hope you’re well today!
Hummingbird creates its own “wphb-logs” folder right inside “wp-content” folder which is quite a standard location. It should be writeable anyway as it’s quite a common location for adding various logs and other “working” folders/files. A lot of plugins do the same and it’s a common practice.
The error that you are getting means that the folder /wp-content/wphb-logs doesn’t exist so plugin tried to cerate it but it couldn’t do this. Usually it’s happening because
– “wp-content” folder has too strict permissions set (recommended: 755)
– or there’s “user:group” issue
– or there’s… no free space left on device
Are other plugins able to create their folders/files in /wp-content? Could you duble-check this folder permissions and ownership and if there’s still storage space available on your server/hosting plan?
Best regards,
Adam