long filename issues
-
I am using Comet Cache on a Windows/IIS instance of WordPress (I know, not recommended, but cant get around it)
Comet Cache has been working fine other than an issue involving cache file paths exceeding the windows/ntfs limit of 260 characters.
Some of my users frequently use long post names– those long names combined with the root path and the 22 char comet cache generated tmp extension will put these cache files over the limit and causes them to fail to write to disk.
For example:
Comet Cache: failed to write cache file for:
D:\inetpub\wwwroot/wp-content/cache/comet-cache/cache/https/subdomain-mydomain-com/2016/03/31/this-is-a-really-long-post-title-that-is-likely-to-exceed-the-270-character-limit-on-a-windows-filesystem-abcdefghijklmnopqrstuvwxyz12345.html-58de7e3b5fc6b565648379-tmpIs there any way to configure Comet Cache to use filenames based on post ID instead of permalink/slug?
So filenames would be shorter:
D:\inetpub\wwwroot/wp-content/cache/comet-cache/cache/https/subdomain-mydomain-com/2904.html-58de7e3b5fc6b565648379-tmpThank you
The topic ‘long filename issues’ is closed to new replies.