This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel Bugs / Re: Cron issue
« on: February 09, 2025, 09:30:12 PM »
when I put quotes it doesn't execute the script at all.
2
CentOS-WebPanel Bugs / Cron issue
« on: February 09, 2025, 09:08:57 PM »
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:
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:
Code: [Select]
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:Code: [Select]
$reset = $_GET['reset'];
My host doesn't know what's going on as of yet.
Pages: [1]