To perform the requested action, WordPress needs to access your web server
-
Thank you in advance for helping this newbie…
I have an AWS Bitnami instance. I have manually installed WordPress on that instance.
PHP version: 7.4.29
When I try to install a new theme, I get a pop up screen showing:
To perform the requested action, WordPress needs to access your web server
. It then asks for my FTP credentials.
I’ve seen this post:
https://www.ads-software.com/support/topic/wordpress-needs-to-access-your-web-server-please-enter-your-ftp-credentials-2/I have WordPress installed in my htdocs folder. Please see settings below:
bitnami@ip-{I am hiding this}:~$ ls -l
total 12
-rw——- 1 bitnami bitnami 13 Jul 3 17:47 bitnami_application_password
-r——– 1 bitnami bitnami 401 Jul 3 17:47 bitnami_credentials
lrwxrwxrwx 1 bitnami daemon 27 Apr 19 14:19 htdocs -> /opt/bitnami/apache2/htdocs
drwxr-xr-x 3 bitnami bitnami 4096 Jun 22 16:38 projects
lrwxrwxrwx 1 bitnami bitnami 12 Apr 19 14:19 stack -> /opt/bitnami`bitnami@ip-{I am hiding this}:~/htdocs$ ls -l
total 20688
-rw-rw-r– 1 bitnami daemon 410 Jun 23 21:24 index.html
drwxrwxr-x 5 bitnami daemon 4096 Jul 4 22:22 wordpressIn the wordpress folder, I have added the following line to wp-config.php:
define( ‘FS_METHOD’, ‘direct’);
Still, when I try to update a theme, WordPress is asking for FTP credentials.
Please help.
- The topic ‘To perform the requested action, WordPress needs to access your web server’ is closed to new replies.