Hello,

I have two questions, and one may be answered by the other.

I installed sf_cache because I'm running the Denver theme on 5.10 and I need to have css aggregator enable to have the theme display properly on IE6. However, the CSS aggregator seems to cause problems occasionally with panels not loading without clicking refresh.

I'm on godaddy.com and I believe I'm using PHP 4, I saw the note that says it must be used with PHP5. Is there a way to make it work on PHP4?

I've tried to enable it anyway, and keep getting this error message:

Fatal error: Call to undefined function: array_intersect_key() in sites/example.com/modules/sf_cache/sf_cache.api.inc on line 287

Is this because of PHP4 or another problem?

Comments

millions’s picture

Version: 5.x-1.1 » 5.x-1.1-a

changed to 1.1-a

kkaefer’s picture

Status: Active » Closed (won't fix)

Maybe there is a way to make it run with PHP 4. This module uses a couple of PHP 5.2-specific functions. However, since PHP 4 is a couple of years old and even extended support has expired some time ago, I won't make this module PHP 4-compatible. You should upgrade to PHP 5.2; there won't be any security fixes for PHP 4. If you can't, look for another hosting company.

kkaefer’s picture

(btw, http://ca.php.net/array_intersect_key shows that this function is only available in PHP 5)

millions’s picture

Thanks for responding so quickly. I upgraded my server to php5, now I'm getting the Warning, division by zero error on line 198 of the sf_cache_ui.table.inc file. I subscribed to that issue.