…and the quest continues
Found that the “DONOTCACHEPAGE” has been turned on mysteriously to the output buffer.
Did a global search on all scripts and turned off the possible lines, still no luck. Eventually I came to a workaround to rename them all to DONOTCACHEPAGESOMETHINGELSE so that it can preserve the original logic as much as possible.
now crossing my fingers and hope it works…..
-
This reply was modified 8 years, 2 months ago by setohoho.
Can somebody clarify to me that do the cache folders now won’t create on its own after v1.5.9?? If it really is the case, kindly state the justification behind that. Hopefully it is something that I has overlooked….
My problem is stuck in Phase 2.
This “DONOTCACHEPAGE” flag will goes up on callback “wp_cache_ob_callback” once the checking in function “wpsc_is_in_cache_directory” has gone bad with error “directory does not exist”.
Checked that my folder permission are fine by intentionally bypassed the “DONOTCACHEPAGE” checking. The cache files build successfully after this got switched off.