May I know on which directory phyton is installed, or there is no phyton on the server?
For shell_exec and is_file function, may I know how to enable that?
Thanks...
The path to Python I believe is /usr/bin/python. I don't know for sure, but if that doesn't work, /usr/bin/env python should find the Python path for you automatically.
shell_exec and is_file functions I'm sure are both disabled for security reasons.