I have a WordPress website on my Ubuntu machine. I do use auto-updates and auto-updates for plugins. After I logged in recently I saw that a couple of plugins didn't update, as well as WordPress itself.
When I try to update the Duplicate Page plugin for example I get the following Error:
Ok so good, I enable the debug mode by adding these three lines to my wp-config:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); But even after re-generating the error, I don't get any debug file in my wp folder.
I restarted nginx, even the machine itself and played around with the maintenance file, but no luck so far.
Any ideas?

