php script not triggering

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
jriker1
Posts: 2
Joined: Sat Mar 31, 2018 1:50 am

php script not triggering

Post by jriker1 »

Using latest released version of transmission for WINDOWS. I have a php script I created to execute some functions whenever any torrent finishes. I put it in the settings.json file as such:

"script-torrent-done-enabled": true,
"script-torrent-done-filename": "c:\\php\\php.exe c:\\php\\trans2.php",


Shows in the cli client as well when I open it. Whenever a torrent finishes nothing happens but if I run the same command without the double slashes of course in a dos window it works fine. Is there an issue with the user running Transmission? Or something else?

Thanks.

JR
cfpp2p
Posts: 290
Joined: Sat Aug 08, 2009 3:14 pm

Re: php script not triggering

Post by cfpp2p »

Post Reply