Wordpress Localhost in Fedora 33

hello, I installed Xampp on fedora 33 to use wordpress, but when I install plugin or delete, this appears:

Why use xampp? Fedora has php7, apache and mariadb in repos.

It could be some issue with permissions, look if deactivating Selinux will works, to do it run in console: sudo setenforce 0

post the setup of your wordpress too.

did not work
I already tested the fedora repository and the same error appears

it seems to be a bug with wordpress:

edit your wp-config.php and put at the end: define('FS_METHOD', 'direct');

reload the page and try it again. It worked for me.

Ref.: WordPress asking for my FTP credentials to install plugins - Stack Overflow

2 Likes

It worked
Thankyou very much

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.