Found this error Call to undefined function: file_put_contents() while
updating my content grabbing module in a php file.
Tried lookup the Net and found that file_put_contents() are supported in
PHP 5 only, while the local JSAS system that I am using is php 4
something…
Looks like time to update my local php4 to php5…