Hi billc108,
This error is mainly due to improper file permissions, you will need to make sure of two things:
– “wflogs” folder and its parent “wp-content” have the correct permissions (755 for folders and 644 for the files included in both of them) check this link for more information about file permissions in WordPress.
– All your files and folders on the server have the correct owner/group based on your server configuration (www-data:www-data for Apache server by default) you may need to check this with your web host.
Thanks.