By boinkster on
I'm having a problem with page caching. It appears that when a page cache is being created, the process ends before the whole page is generated. This leaves only partial pages in the cache. Html from a page served from the cache abruptly ends mid-page.
I had been running the command:
cache_clear_all();
in a custom module as part of hourly cron.php runs. (There are pages that have dynamic headers based on the time of day.)
I've turned off caching for now. I'm not sure where to start to trouble shoot.
site: squaw.com
Running:
Drupal 5.11
Apache/2.0.52 (Red Hat)
MySQL database 5.0.67
PHP 5.2.6