mcguffin / acf-openstreetmap-field

WordPress ACF Field for OpenStreetMap
https://wordpress.org/plugins/acf-openstreetmap-field/
GNU General Public License v3.0
107 stars 21 forks source link

Many Warnings on installation => solution #56

Closed StudioDeTelevision closed 3 years ago

StudioDeTelevision commented 3 years ago

Use direct FileSystem method Using direct method for handling filesystem tasks usually solves the problem.

Edit your wp-config.php file and add this code, if it doesn’t already exist:

PHP define('FS_METHOD', 'direct');

mcguffin commented 3 years ago

Should probably be gone with 8590acdd1a293809b2494aaeeb8b4e1b49b04493. (I saw lots of warnings too, when investigating #61)