I am getting the following error message when using the function is_writeable:
Fatal error: Call to undefined function: is_writeable()
However, when I look at the PHP manual it appears to be a valid function. Is there a library it is part of that must be installed? What else might be producing this error?
Thank you for your advice,
Peter