Show Posts

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.


Topics - tester

Pages: [1]
1
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:
Code: [Select]
wget https://mysite.com/index.php?route=extension/common/script/cron_reset&reset=manualI'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]