Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress localhost plugin installation

i installed wordpress by following wiki. It's up and running but when i'm trying to install a plugin it says this;

enter image description here

i've no knowledge about such a thing but i tried to enter my user and olsa root info but nothing happened. Any help will be appreciated!

*arch user


1 Answers

try to add this to wp-config file

define('FS_METHOD', 'direct');

if it not works. perhap you need to fix wordpress file & folder permission

  • Changing File Permissions
  • Proper WordPress Filesystem Permissions And Ownerships
like image 78
Sastra Nababan Avatar answered Sep 21 '25 04:09

Sastra Nababan