Gabtoof / evaa-load-calculator

0 stars 0 forks source link

test site: wordpress prompting for FTP access #8

Closed Gabtoof closed 5 months ago

Gabtoof commented 5 months ago

When i would try to install a plugin or delete existing plugin, would get prompted for FTP credentials

Gabtoof commented 5 months ago

Put this on your wp-config.php

// Bypass FTP for plugin etc access from UI define('FS_METHOD', 'direct');

also: chown -R www-data wp-content chmod -R 755 wp-content