php directory listings
One of my customers keeps getting the following errors on a server with phpsuexec enabled:Warning: readdir(): supplied argument is not a valid Directory resource in <path to script>
Warning: closedir(): supplied argument is not a valid Directory resource in <path to script>
The coder of the script replied:
The chmoding is fine now. The current problem is that his security script indiscriminately disallows directory listings (which the script uses for dynamically finding files for various tasks). Ask him to set it to allow directory listings within one's own public folders.
So, is php suexec disallowing this guy to do this? How can this be changed? It's a cPanel server.