v160416: Undefined class constant ‘CACHE_PATH_NO_SCHEME’ #739
Labels
Milestone
Comments
Next Release Changelog:
|
Comet Cache v160417 has been released and includes changes from this GitHub Issue. See the v160417 announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#739). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When Comet Cache Feed Caching is enabled (Comet Cache → Plugin Options → RSS, RDF, and Atom Feeds), a fatal error is produced whenever the cache is cleared (reproduced with Comet Cache Lite v160416):
This issue appears to be that
FeedsUtil extends AbsBase
, which itself does not extendAbsBaseAp
, which is where theCachePathConsts
interface is implemented.So, it appears that
FeedsUtil
shouldextend AbsBaseAp
instead ofAbsBase
.This is a high-priority issue and I'll be pushing a maintenance release shortly to fix this issue. In the meantime, I recommend disabling Comet Cache Feed Caching (Comet Cache → Plugin Options → RSS, RDF, and Atom Feeds) to work around this issue.
The text was updated successfully, but these errors were encountered: