I have a PHP script that calls exec() to execute PRAAT, a c++ program, but when I call it from the browser it doesn't work. Instead if I use command-line "php5 ./mypage.php" it works.
This is my PHP page:
Praat is a program to analyse speech. This program take as input a script FeaturesExtraction.praat and a wav emotion.wav and write the output in the directory "output" (that has all the permissions).
Looking apache log this is the error: terminate called after throwing an instance of 'MelderError' Aborted
How I can solve this problem? :S
Thanks a lot.