Need help to debug a line of code!

Re: Need help to debug a line of code!

by Eloy Lafuente (stronk7) -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi,

perhaps a "$" before the CFG->unzip is needed ?

Anyway, if you insert a line (before the "exec" one) with:

echo $command;

you will be able to see what exact command are going to execute.

Ciao smile