I am trying to execute a php script in a PSA5 virtual host.
safe mode is off so this shouldn't be a problem. However I am not able to execute with exec(), system() or passthru(). The same php works without problems in other systems.
What I am doing is generating static html pages from the output of the php page.
I would appreciate any suggestions if this is related to PSA configuration as I am stuck with this.
TIA