I've read lots of posts about this issue usually appearing in the backend of wordpress, but mine appears on the live website (a camp site, not to mention we are on a big period for online bookings !!!). I had no solution on the french forum, so I come here full of hope !
Issue :
For 3 days, my brother tells me that intermittently it appears at the top of the pages a window to fill in FTP credentials with the phrase: "to perform the requested action, wordpress needs to access your web server. Please enter your FTP credentials to proceed ... ".
Below, full of warning lines that worry customers.
I saw on internet that a solution was to go to wp-config and insert:
define ('FS_METHOD', 'direct');
define ('FS_CHMOD_DIR', 0770);
define ('FS_CHMOD_FILE', 0660);
In my case, this made the page even more buggy. Even if I put the first line only, that I replace "direct" by "ftpext" or "ftpsockets" ... That I change manually CHMOD just for the files of wp-content etc ...
Note that I have not touched the site for 1 month, so nothing new on this side. The file quota on LWS is full but not the web space (regarding the warning message, if you wonder).
Thank you to those who can help me because it is very annoying for my brother's camping!
I've read lots of posts about this issue usually appearing in the backend of wordpress, but mine appears on the live website (a camp site, not to mention we are on a big period for online bookings !!!). I had no solution on the french forum, so I come here full of hope !
Issue :
For 3 days, my brother tells me that intermittently it appears at the top of the pages a window to fill in FTP credentials with the phrase: "to perform the requested action, wordpress needs to access your web server. Please enter your FTP credentials to proceed ... ".
Below, full of warning lines that worry customers.
I saw on internet that a solution was to go to wp-config and insert:
define ('FS_METHOD', 'direct');
define ('FS_CHMOD_DIR', 0770);
define ('FS_CHMOD_FILE', 0660);
In my case, this made the page even more buggy. Even if I put the first line only, that I replace "direct" by "ftpext" or "ftpsockets" ... That I change manually CHMOD just for the files of wp-content etc ...
Note that I have not touched the site for 1 month, so nothing new on this side. The file quota on LWS is full but not the web space (regarding the warning message, if you wonder).
Thank you to those who can help me because it is very annoying for my brother's camping!
This is most likely a permissions issue. If you're running the website under apache on linux, make sure the group owner is www-data