I can’t update the plugins from the back office (wp-admin/plugins.php). A modal opens asking me to enter the FTP information.
I just put devKinsta in version 2.10.0.and Docker desktop in HYPER V mode instead of WSL 2.
In WSL 2 mode I did not have this problem from the back office.
I can do the updates with WP-CLI but not from the back office.
Hello @DavidH and welcome to DevKinsta Community!
Can you please try to add the following line into your wp-config.php file:
define( 'FS_METHOD', 'direct' );
just before the line that says:
/* That's all, stop editing! Happy publishing. */
Regards,
Alessandro
Hi @Alessandro, thank you it works fine !
Awesome, I’m glad that worked!
Regards,
Alessandro
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.