0

I downloaded wordpress to xampp and when l was downloading themes this box popped up. What am l supposed to write for hostname? I wasn't able to find anything online.

Review Screenshot

TMA
  • 1,419
  • 2
  • 22
  • 49
  • What is you're OS ? Looks like the user of php (maybe www-data:www-data) isn't allow to write inside `wp-content/[themes|plugins|mu-plugins]`. – Obzi Oct 20 '20 at 12:02
  • Does this answer your question? [Wordpress Plugin Installation - Failed to connect to FTP Server - Safest Solution?](https://stackoverflow.com/questions/21316282/wordpress-plugin-installation-failed-to-connect-to-ftp-server-safest-solutio) – TMA Oct 20 '20 at 12:44
  • I use the latest version of MacOS. – Soltan Allahguliyev Oct 22 '20 at 04:31

1 Answers1

0

By pasting this code in wp-config.php will solve this problem:

define('FS_METHOD', 'direct');
TMA
  • 1,419
  • 2
  • 22
  • 49