• I am seeing this with Query Monitor plugin, trying to maximise performance:

    opendir(/home/discoveringdaysc/public_html/wp-content/cache/db/options_comments/): failed to open dir: No such file or directory 17 wp-content/plugins/w3-total-cache/Util_File.php:124

    In the db folder, there are folders for options and comments, but not one for both.
    The 17 refers to the number of stack calls related to this reported by the query monitor.

    Can this be fixed please, thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor gidomanders

    (@gidomanders)

    Sorry for the late reply. We use the @ character before the opendir call to disable logging of failures. Your PHP config disabled the @ character feature, so you actually force PHP to log everything. So it is not an issue, more of a misconfiguration.

Viewing 1 replies (of 1 total)

The topic ‘Directory open error’ is closed to new replies.