watchdog('boost','An operation outside of the cache directory was attempted on your system. %file or %real_file is outside the cache directory %cache or %real_cache. Debug info below <br> !debug',array(
'%file'=>$file,
'%real_file'=>$real_file,
'%cache'=>$cache_dir,
'%real_cache'=>$real_cache_dir,
'!debug'=>boost_print_r($_boost),
),
WATCHDOG_CRITICAL);
}
return$good;
}
/**
* Capture error conditions.
*
* @param $page_callback_result
* The result of a page callback. Can be one of:
* - NULL: to indicate no content.
* - An integer menu status constant: to indicate an error condition.