I installed 0.9 to be demo at opensourcecms. Everything look good except the cache causes some error still even the cache is disable.
Look like the fix that I submitted did not get into this release.
I patch the demo with these line of code so that it will not show error on the demo for now.
document.parser.class.inc.php
line 526: $fname=$basepath."/docid_".$this->documentIdentifier.".pageCache.php";
line 527: If (file_exists($fname)) {
line 538: }
-
MODX Staff
- 12,272 Posts
The reason it didn’t make it in is because Raymond said that no new cache files would be created, which is a very bad thing for the average user. I definitely don’t mind putting out a "no cache" version if that has to be done in order to make folks happy.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Well, the real problem that I see is if the cache is disable then MODx should not even try to create the cache file or even attempt to look for the cache file so the error should not even appear in the first place.
There is something about how this cache should be look at, I think!
I guess we need to add an option to turn off caching