I am trying to call a external executable using the exec command. The problem is for 3 months this command worked perfectly. Then it just stopped.
I have re-installed php, checked log files for any information, and went into my backups to replace the files.
Here is the line:
$call2 = exec("./gwClient $filepass2 2>&1", $ret);
$filepass2: holds the location and the name of the file that is passed the external exe--gwClient
Any suggestions??