I have Drupal 6.20 installed and checked the checksums on all files. For some reason, I can't turn on the page cache under admin/settings/performance. The radio buttons revert to no box checked as in the attached image.

I have other working Drupal sites on the same server that allow page cacheing, so I don't know why this form won't accept normal cacheing. All of the other enable/disable options on the page work as normal.

CommentFileSizeAuthor
cache.jpg23.33 KBdhigby

Comments

izus’s picture

may be it's hardcoded in the settings.php
Do you have this line in your settings file ? you just should remove the value to 1 instead of 0.
$conf['cache'] = 0;
Do your Drupal installation behaves like this even if you disabled all your costum modules ?

dhigby’s picture

I checked the settings file and there is no setting override, as you suggested, izus. Good idea, though.

I have a number of modules installed, I will have to experiment with disabling them and then report back.

damien tournoud’s picture

Category: bug » support
Status: Active » Closed (won't fix)

Thanks for your report, but this is not a support area. Please see http://drupal.org/support for your support options, your question should probably better be asked in the forums.

cjohn112’s picture

Version: 6.20 » 6.19

subscribing