Quote:
Originally Posted by kmike
Hmm, not sure what's going on here. Do you have safe mode enabled, by chance?
What is output of this script:
PHP Code:
<?php
echo "file_get_contents: ".function_exists(file_get_contents)."<br>";
echo "safe_mode: ".ini_get(safe_mode)."<br>";
?>
As to templates caching, you've got it absolutely right.
|
nope, safe mode definitely not on
my output of this script is
file_get_contents: 1
safe_mode: