With cache enabled I get the following error:

Fatal error: Call to undefined function drupal_set_header() in /home/sobfam/public_html/sites/all/modules/statistics_advanced/statistics_advanced.module on line 110

Thank you.

Comments

dave reid’s picture

Assigned: Unassigned » dave reid

Yep I just noticed this on my own site. This will be fixed shortly.

dave reid’s picture

Note to myself to use a combination of:

function _statistics_advanced_is404or403() {
  function_exists('headers_list')
  function_exists('drupal_set_header')
  global $base_root; db_result(db_query("headers FROM {cache_page} WHERE cid = '%s'", $base_root . request_uri()));
}
mikeytown2’s picture

ditto... does the current dev fix this?

dave reid’s picture

Status: Active » Fixed

Fixed in 6.x-1.x. Sorry for the delay, I've been having some major laptop problems. :/

cardentey’s picture

Thanks... :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.