Sorry, I really don't know where to post this.
I'm trying to run a cron by pressing the 'run cron job now' button. The script is being executed but the parameters are not being passed. I run the same url in my browser and the parameters are being passed. The cron code looks like:
wget https://mysite.com/index.php?route=extension/common/script/cron_reset&reset=manual
I'm picking up the parameter in the php script like:
$reset = $_GET['reset'];
My host doesn't know what's going on as of yet.