• Running WF 6.2.4

    My error logs are seeing a lot of:

    Unable to open /path/to/wp-content/wflogs/ips.php for reading and writing.

    What are the expected owner/group/permissions for files in wflogs? Apparently my server doesn’t set it correctly.

    Thanks.

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Correct permissions for wflogs?’ is closed to new replies.